Log in

View Full Version : Currently Active Users Viewing This Thread


Fluke667
05-10-2012, 06:40 PM
I want turn this of for one Single Forum:

"Currently Active Users Viewing This Thread"


Howto do this?

--------------- Added 1336678868 at 1336678868 ---------------

Template is Show Thread Templates > SHOWTHREAD


<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>

Lynne
05-10-2012, 09:31 PM
You can either write a plugin and set $show['activeusers'] to false for that forum, or add to the condition and say "AND $threadinfo['forumid'] != xx" where xx is the forumid you don't want to show that in.