The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
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 |
#2
|
||||
|
||||
![]()
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.
|
#3
|
|||
|
|||
![]() |
#4
|
||||
|
||||
![]()
Okay. In the template: forumhome_todayloggedinuser. What do you have?
|
#5
|
|||
|
|||
![]()
<tbody>
<tr> <td class="thead" colspan="2"> <a style="float:$stylevar[right]" href="#top" onClick="return toggle_collapse('forumhome_todayactiveusers')"><im g 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> |
#6
|
||||
|
||||
![]()
There is the problem I belive.
![]() The template: forumhome_todayloggedinuser should be: Code:
<a href="member.php?$session[sessionurl]u=$userid" title="<phrase 1="$lastactivetime">$vbphrase[last_online_at_x]</phrase>">$username</a>$invisibleuser Should be: Code:
<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> |
#7
|
|||
|
|||
![]()
I dont get it
The template: forumhome_todayloggedinuser should be: While the template: forumhome_todayloggedinusers Should be: Aint they the same thing? |
#8
|
|||
|
|||
![]()
oh wait i get it hold on let me try it
|
#9
|
||||
|
||||
![]()
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.
|
#10
|
|||
|
|||
![]()
hey that fixed it what i did i forgot to make the forumhome_todayloggedinuser Template
Thnakd for your help im a newbie to VB |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|