I seem to be having the same problem some other users have written about
:
For the currently active users area it shows something like this:
Currently Active Users: 24 (1 members and 23 guests)
I have the # of guests set to 23 so that is showing up correctly but I
also have the # of additional fake active members set to 10 and that isn't reflected at all in the # of members showing up.
The code I put below is the part of the template that deals with that but I don't know if it needs to be modified in any way or not.
My forum is at
http://medstudentz.com and I'd love to get any help that you can give me -- I'm really new to all this so apologies if I've overlooked something really simple. Thanks!
Code:
<a href="online.php$session[sessionurl_q]" rel="nofollow">$vbphrase[currently_active_users]</a>: $totalonline (<phrase 1="$numberregistered" 2="$numberguest">$vbphrase[x_members_and_y_guests]</phrase>)