The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
"Currenly Active Users" anyway to exclude guests?
I am very new to vBulletin and I have never installed a modification so please excuse my ignorance!
Is there a mod or a way to have the "Currently Active Users" ONLY show the actual users that are currently logged in and NOT show all of the guests? The reason for my queston: We have over 300 guests on at any given time! So it makes the numbers look a little funny. When I look at who they are many are spiders and bots. Any suggestions would be very helpful! Remember I am really new at this stuff so could you go easy on me? THANKS! |
#2
|
||||
|
||||
Quote:
Go to Acp-Style Manager-Edit Templates-FORUMHOME and change the following code: HTML Code:
<!-- logged-in users --> <div id="wgo_onlineusers" class="wgo_subblock"> <h3><img src="{vb:stylevar imgdir_misc}/users_online.png" alt="{vb:rawphrase currently_active_users}" />{vb:rawphrase currently_active_users}</h3> <div> <p>{vb:rawphrase there_are_x_online, {vb:raw totalonline}} <span class="shade">{vb:rawphrase x_members_and_y_guests, {vb:raw numberregistered}, {vb:raw numberguest}}</span></p> <p>{vb:rawphrase most_users_ever_online_was_x_y_at_z, {vb:raw recordusers}, {vb:raw recorddate}, {vb:raw recordtime}}</p> <ol class="commalist" id="wgo_onlineusers_list"> {vb:raw activeusers} </ol> </div> </div> <!-- end logged-in users --> HTML Code:
<!-- logged-in users --> <div id="wgo_onlineusers" class="wgo_subblock"> <h3><img src="{vb:stylevar imgdir_misc}/users_online.png" alt="{vb:rawphrase currently_active_users}" />{vb:rawphrase currently_active_users}</h3> <div> <p>{vb:rawphrase there_are_x_online, {vb:raw totalonline}} <span class="shade">{vb:rawphrase x_members_and_y_guests, {vb:raw numberregistered}}</span></p> <p>{vb:rawphrase most_users_ever_online_was_x_y_at_z, {vb:raw recordusers}, {vb:raw recorddate}, {vb:raw recordtime}}</p> <ol class="commalist" id="wgo_onlineusers_list"> {vb:raw activeusers} </ol> </div> </div> <!-- end logged-in users --> Code:
$vbphrase[x_members_and_y_guests] Code:
{1} members and {2} guests Code:
{1} members |
#3
|
|||
|
|||
You don't need to edit templates there is admincp options...
AdminCP > Settings > vBulletin Options > Who Is Online Options "Show guests?" set to NO |
#4
|
||||
|
||||
I had missed that option. But I believe disabling it from there it still displays guests. @VisionArtBooks, the easiest way to do is as ChopSuey said but if you need to remove the word 'and number guests' from the online list you still need to do the change at the Phrase var.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|