Quote:
Originally Posted by Replicant
That's because you're editing the wrong template. This edit was for the statistics module which is different than widget_onlineusers. Try editing that one and you should get the results you're looking for.
|
ok so what part of the code in widget_online users needs to be VB: comment out?
--------------- Added [DATE]1432222123[/DATE] at [TIME]1432222123[/TIME] ---------------
found it
Code:
<vb:comment><vb:if condition="$onlineUserCounts['total'] > 1">{vb:rawphrase there_are_x_online, {vb:raw onlineUserCounts.total}, {vb:url 'online_details'}}<vb:else />{vb:rawphrase there_is_x_online, {vb:raw onlineUserCounts.total}, {vb:url 'online_details'}}</vb:if> {vb:rawphrase x_members_and_y_guests, {vb:raw onlineUserCounts.members}, {vb:raw onlineUserCounts.guests}}.</vb:comment>