PDA

View Full Version : Question Regarding "Currently Active Users"


boxingscene
09-21-2009, 09:26 PM
Is there a way where I can set it up to show the below to users and guests but NOT show the names logged in below it to guests only.

"Currently Active Users: 2170 (528 members and 1642 guests)"

Lynne
09-21-2009, 09:52 PM
put a condition (in red) around the code in FORUMHOME:
<a href="online.php$session[sessionurl_q]">$vbphrase[currently_active_users]</a>: $totalonline (<phrase 1="$numberregistered" 2="$numberguest">$vbphrase[x_members_and_y_guests]</phrase>)
</td>
</tr>
</tbody>
<if condition="$show['member']">
<tbody id="collapseobj_forumhome_activeusers" style="$vbcollapse[collapseobj_forumhome_activeusers]">
<tr>
<td class="alt2"><a href="online.php$session[sessionurl_q]"><img src="$stylevar[imgdir_misc]/whos_online.gif" alt="$vbphrase[view_whos_online]" border="0" /></a></td>
..... a bunch more code .....
</td>
</tr>
</tbody>
<!-- end logged-in users -->
</if>