How to hide online users from every one?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ENF
    Senior Member
    • Apr 2002
    • 2677
    • 3.8.11

    #16
    Edit your FORUMHOME teamplate and remove this code:

    (AdminCP > Styles & Templates > Style Manager > [Edit the Templates for the selected style] > [In the list of templates on the left, find "Forum Home Templates"] (doublie-click it) > [Find the "FORUMHOME" tempate (double-click) > Find the code below exaclty as as it appears and remove it from the template > Click "Save and Reload" > Check your forum page to see if the active users have been removed.

    Code:
    <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>
    This will remove the part you circled in your first post
    To be updated...

    Comment

    Related Topics

    Collapse

    Working...