Quote:
Originally Posted by kh99
Yeah, sorry, I didn't think of that. But what you can do is edit template FORUMHOME, and look for this line (you can search for there_are_x_y_online_link):
Code:
<p>{vb:rawphrase there_are_x_y_online_link, {vb:raw totalonline}, {vb:raw session.sessionurl_q}} <span class="shade">{vb:rawphrase x_members_and_y_guests, {vb:raw numberregistered}, {vb:raw numberguest}}</span></p>
and change {vb:raw totalonline} to {vb:raw numberregistered}, like:
Code:
<p>{vb:rawphrase there_are_x_y_online_link, {vb:raw numberregistered}, {vb:raw session.sessionurl_q}} <span class="shade">{vb:rawphrase x_members_and_y_guests, {vb:raw numberregistered}, {vb:raw numberguest}}</span></p>
In fact you could have changed this line to say whatever you wanted instead of translating that other phrase, but I didn't think of it.
|
Ok, this old geezer is ready for bed. I'll give your edit a try tomorrow. Thanks for the help.
Boggs
--------------- Added [DATE]1356188883[/DATE] at [TIME]1356188883[/TIME] ---------------
Ok, the math is getting better. I need to go in now and do the first edit again where the guests show "0" as text as opposed to a calculated numeric.
I think this is going to fix it for sure.
I'll be back...
--------------- Added [DATE]1356188993[/DATE] at [TIME]1356188993[/TIME] ---------------
Ok, we have a keeper this time.
I see the registered member "count" and 0 guests.
Thanks for the help.
Boggs
--------------- Added [DATE]1356189156[/DATE] at [TIME]1356189156[/TIME] ---------------
New to the VB world, will I need to make this same edit every time I get a VB4 update?