Last Users In 24 Hours

Started by صلاح الدين, December 15, 2009, 04:53:53 AM

Previous topic - Next topic

Jessica.

Suggestion

when you hover your mouse over a username it will tell you the time the User was last active
Testing Zone - SMF 2.0.7, default Curve
School & Chat - phpBB3, over 170 mods installed, official live forum

I use the latest version of Chrome

phpBB: Forum = a section; Board = whole site
SMF: Forum = whole site; Board = a section

kingkingston


Inti31

try this mod: http://custom.simplemachines.org/mods/index.php?mod=217

it is updated today, also you can set: "The time period that the user list shows can be the current day, last 24 hours or last week"
also when you hover your mouse over a username it will tell you the time the User was last active


it works fine with 2.0

cheers Inti31
my forum
my testforum


my mods - which I only made them work for 2.0 Gold:
Topics Filter v3.2 SMF 2.0 Gold
MemberNumber

kingkingston

Quote from: Inti31 on July 12, 2011, 08:05:44 AM
try this mod: http://custom.simplemachines.org/mods/index.php?mod=217

it is updated today, also you can set: "The time period that the user list shows can be the current day, last 24 hours or last week"
also when you hover your mouse over a username it will tell you the time the User was last active


it works fine with 2.0

cheers Inti31
lol that was the mod i was looking for, just couldn't remember the name of it, thanks old chum :)

T3CHN0

Quote from: Inti31 on July 12, 2011, 08:05:44 AM
try this mod: http://custom.simplemachines.org/mods/index.php?mod=217
Any screen shots of how it looks? I looked at the mod and it looks really good but couldn't fine
screen shots...

For other who might use blackrainv2 theme same as me. this mod don't work
but change the code in BoardIndex.template.php to this code and walla all works and looks good.

// Last Users In 24 Hours

if (!$context['user']['is_guest']) {
echo '
<div class="infocenter_section">
<h4 class="titlebg">', $txt['num_last_24'], '</h4>
<div class="windowbg">
<p class="section">
<img class="icon" src="', $settings['images_url'], '/icons/online.gif', '" alt="', $txt['num_last_24'], '" />
</p>
<div class="windowbg2 sectionbody">
<span><font color="#00FF00">' .$context['num_last_24']. '</b></font></span>
<div>';
echo implode(', ', $context['list_last_24']);
echo '

</div>
</div>
</div>
</div>';
}

thesikaleon

#25
hello there, AWESOME MOD thanks!!!!   ;)

Is there any way I can make "Forum members in the last 24 hours" to be visible in the "Who's Online" block in Simple Portal?

Advertisement: