Vincent_imported
Trusted Member
- Joined
- Dec 1, 2010
- Messages
- 747
Hello y'all.
This modification makes sure that visitors can't see your "Current Visitors" list.

Go to the template called online_list
Search
Add in front of it:
----------
Search
Add after:
This modification makes sure that visitors can't see your "Current Visitors" list.

Go to the template called online_list
Search
Code:
<ol class="section memberList">
Add in front of it:
Code:
<xen:if is="{$visitor.user_id}">
----------
Search
Code:
</ol>
Add after:
Code:
<xen:else />
{xen:phrase must_be_registered}
</xen:if>