The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Who is viewing a thread CODE
Can someone tell me the exact code, which displays on a thread/post view, who is viewing the page.
I am creating a mod, and am looking for this code Its the Current Active Users bit Found it in Showthread. Thanks |
#2
|
||||
|
||||
I'm fairly sure it's this:
Code:
<if condition="$show['activeusers']"> <!-- currently active users --> <br /> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr> <td class="tcat" colspan="2"> <phrase 1="$totalonline" 2="$numberregistered" 3="$numberguest">$vbphrase[users_viewing_this_thread_x_y_z]</phrase> </td> </tr> <tr> <td class="alt1" colspan="2"> <span class="smallfont">$activeusers</span> </td> </tr> </table> <!-- end currently active users --> </if> |
#3
|
||||
|
||||
Cheers
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|