The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Currently Active Users Mod
Is there a mod that removes the list of currently active users from the forum home and only shows Something like this
There are currently 334 users online. Most users ever online was 1,066, 12-04-2010 at 07:22 AM. In other words, also remove the part after how many users online. Example: 55 members and 235 guests |
#2
|
|||
|
|||
You don't need a mod, just edit the FORUMHOME template and take out that part. Or you could comment it out to make it easier to put back later. Like this:
Code:
<vb:comment> <vb:if condition="$activeusers"> <ol class="commalist" id="wgo_onlineusers_list"> <vb:each from="activeusers" value="loggedin"> <li>{vb:stylevar dirmark}<a class="username" href="{vb:link member, {vb:raw loggedin}}">{vb:raw loggedin.musername}</a>{vb:raw loggedin.invisiblemark}{vb:raw loggedin.buddymark}{vb:raw loggedin.comma}</li> </vb:each> </ol> </vb:if> </vb:comment> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|