PDA

View Full Version : Currently Active Users Mod


doorhandle
12-08-2011, 01:56 PM
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

kh99
12-09-2011, 01:45 PM
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:

<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>