Modifications to time values
-
I felt a week was too long to show ‘Online’, tweaked code as follows:
Function ‘wpwhosonoine_recents’
Changed time from 604800 (1 week) to 1200 (20 minutes)Function ‘wpwhosonline_class
Changed if($diff > 7200) to 1200Optional tweak:
Function wpwhosonine_user
Near the end is statement
return $avatar . $link . ‘
‘ . $last_online;
I sometimes remove the $avatar . to just show nameResulting display:
Logged Off > 20 minutes does not show.
Logged Off < 20 but > 10 = “Recently Online”
Online or off < 10 = “Online”
- The topic ‘Modifications to time values’ is closed to new replies.