![]() |
VB5 Active Members display removal
How do you remove the "Active Members" display? I want only to display how many registered members the forum has not active and registered.
|
Can anyone offer any insight on this?
|
You will need to edit the widget_statistic module template to accomplish this.
Find : Code:
{vb:phrase active_members_x, {vb:number {vb:var statistics.activeMembers}}} Code:
<vb:comment>{vb:phrase active_members_x, {vb:number {vb:var statistics.activeMembers}}}<vb:comment> |
Quote:
|
I have done the above in 5.1.7 it doesn't work it still shows
There are currently 1855 users online. 65 members and 1790 guests. |
If you did exactly what he said to do, then it can't still show since it is commented out. Did you try going to Maintenance > Clear System Cache after you made the change?
|
Quote:
this is my process... Admin Cp > Style Manager> widget_statistics double click the blue_green theme (this is the one in use for the whole board) edit out the code as per.. Code:
{vb:phrase members_x, {vb:number {vb:var statistics.members}}} |
Quote:
|
Quote:
--------------- 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> |
All times are GMT. The time now is 03:32 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|