The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
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.
|
#2
|
|||
|
|||
Can anyone offer any insight on this?
|
#3
|
||||
|
||||
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> |
Благодарность от: | ||
dudeitsjon |
#4
|
|||
|
|||
Quote:
|
#5
|
|||
|
|||
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. |
#6
|
||||
|
||||
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?
|
#7
|
|||
|
|||
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}}} <vb:comment>{vb:phrase active_members_x, {vb:number {vb:var statistics.activeMembers}}}</vb:comment> </div> |
#8
|
||||
|
||||
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.
|
#9
|
|||
|
|||
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> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|