Log in

View Full Version : Currently Active Users Viewing This Thread


Blam Forumz
08-13-2004, 11:14 PM
How do I put this at the top of the thread? For me it apears at the bottom

Ive tried looking in the showthread template for :

$vboptions['showthreaduers']

But it can't find it anywhere

Help

HiDeo
08-14-2004, 01:10 AM
You activate the option via the admincp and to move the html code to the top in the template !

Blam Forumz
08-14-2004, 08:03 AM
You activate the option via the admincp and to move the html code to the top in the template !

I've activated it, but how can I move the html code to the top in the template if I cant find it in the template?

Blam Forumz
08-15-2004, 07:26 AM
* Blam Forumz coughs

Bump :D

Colin F
08-15-2004, 07:42 AM
See this part in the SHOWTHREAD template:

<!-- currently active users -->
<if condition="$show['activeusers']">
<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>
</if>
<!-- currently active users -->