View Full Version : Looking for some help with Who Was Online Today on forums
Battle_Ring
04-14-2004, 02:31 PM
i installed it but it dont show who has been online
check it out www.battlering.net/forums
Most users ever online on a day was 17 on 04-13-2004. | The following members have already visited the forums today:
thats what it shows
coudl someone please help me out with this
Thanks
Scrub
04-14-2004, 02:35 PM
Who made the hack? I currently have two diff versions of this hack. One shows users for the last 24 hours and the other one shows the users for the last X hours.
Battle_Ring
04-14-2004, 02:40 PM
Thanks for your Reply it is made by Gary Wv
https://vborg.vbsupport.ru/showthread.php?t=59579&page=1&pp=15
Scrub
04-14-2004, 02:42 PM
Okay. In the template: forumhome_todayloggedinuser. What do you have?
Battle_Ring
04-14-2004, 02:44 PM
<tbody>
<tr>
<td class="thead" colspan="2">
<a style="float:$stylevar[right]" href="#top" onClick="return toggle_collapse('forumhome_todayactiveusers')"><img id="collapseimg_forumhome_todayactiveusers" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_todayactiveusers].gif" alt="" border="0" /></a>
$vbphrase[active_users_today]: $todayonline
</td>
</tr>
</tbody>
<tbody id="collapseobj_forumhome_todayactiveusers" style="$vbcollapse[collapseobj_forumhome_todayactiveusers]">
<tr>
<td class="alt2"><img src="$stylevar[imgdir_statusicon]/forum_link.gif" alt=" Number of Active Users Today" border="0" /></td>
<td class="alt1" colspan="0"><div class="smallfont">
<phrase 1="$todayrecordusers" 2="$todayrecorddate">$vbphrase[most_users_ever]</phrase> |
$vbphrase[already_visited_today]:<br />
$todayloggedinuser<br />
</div></td>
</tr>
</tbody>
Scrub
04-14-2004, 02:47 PM
There is the problem I belive. :)
The template: forumhome_todayloggedinuser should be:
<a href="member.php?$session[sessionurl]u=$userid" title="<phrase 1="$lastactivetime">$vbphrase[last_online_at_x]</phrase>">$username</a>$invisibleuser
While the template: forumhome_todayloggedinusers
Should be:
<tbody>
<tr>
<td class="thead" colspan="2">
<a style="float:$stylevar[right]" href="#top" onClick="return toggle_collapse('forumhome_todayactiveusers')"><img id="collapseimg_forumhome_todayactiveusers" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_todayactiveusers].gif" alt="" border="0" /></a>
$vbphrase[active_users_today]: $todayonline
</td>
</tr>
</tbody>
<tbody id="collapseobj_forumhome_todayactiveusers" style="$vbcollapse[collapseobj_forumhome_todayactiveusers]">
<tr>
<td class="alt2"><img src="$stylevar[imgdir_statusicon]/forum_link.gif" alt=" Number of Active Users Today" border="0" /></td>
<td class="alt1" colspan="0"><div class="smallfont">
<phrase 1="$todayrecordusers" 2="$todayrecorddate">$vbphrase[most_users_ever]</phrase> |
$vbphrase[already_visited_today]:<br />
$todayloggedinuser<br />
</div></td>
</tr>
</tbody>
Battle_Ring
04-14-2004, 02:55 PM
I dont get it
The template: forumhome_todayloggedinuser should be:
While the template: forumhome_todayloggedinusers
Should be:
Aint they the same thing?
Battle_Ring
04-14-2004, 02:56 PM
oh wait i get it hold on let me try it
Scrub
04-14-2004, 02:57 PM
No, cause one has an S on the end of it, while the other one does not. The one without the S is the one that will show the username, while the other one will create the table you currently have.
Battle_Ring
04-14-2004, 02:59 PM
hey that fixed it what i did i forgot to make the forumhome_todayloggedinuser Template
Thnakd for your help im a newbie to VB
Scrub
04-14-2004, 03:02 PM
You're welcome. :)
Battle_Ring
04-14-2004, 03:02 PM
Check it out www.battlering.net/forums
Scrub
04-14-2004, 03:04 PM
LOL. At first when you said it worked, I went there and was like, does it not work for guest? Then I saw you had three diff styles. :p. Looking good.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.