Trombones13
Well-known member
Is there any way to add this to the names displayed on the main page in the "last post" node and "visitor panel" in the top-right?
Thanks!
Thanks!
You're welcome.![]()
From the first post:Having issues with locating exactly where do place the side bar code?
If you require for the markup to show in the Members Online Now listings you'll have to go into the the sidebar_online_users Template and make the following change. Thanks to Mental for allowing me to post the following code.
Search:
Code:class="username{xen:if '!{$user.visible}', ' invisible'}{xen:if {$user.followed}, ' followed'}">{$user.username}</a><xen:if is="{$i} < {$onlineUsers.limit}">,</xen:if>
Replace with:
Code:class="username{xen:if '!{$user.visible}', ' invisible'}{xen:if {$user.followed}, ' followed'}">{xen:helper richUserName, $user}</a><xen:if is="{$i} < {$onlineUsers.limit}">,</xen:if>
Having issues with locating exactly where do place the side bar code, and how do I get my Icon assigned to the members profile?
<div class="avatarScaler">
<xen:if is="{$visitor.user_id} == {$user.user_id}">
<a class="Av{$user.user_id}l OverlayTrigger" href="{xen:link account/avatar}">
<img src="{xen:helper avatar, $user, l}" alt="{$user.username}" style="{xen:helper avatarCropCss, $user}" itemprop="photo" />
</a>
<xen:else />
<span class="Av{$user.user_id}l">
<img src="{xen:helper avatar, $user, l}" alt="{$user.username}" style="{xen:helper avatarCropCss, $user}" itemprop="photo" />
</span>
</xen:if>
</div>
<xen:username user="$user" rich="true" />
I am not sure how to create a page. I saw your "Rules Page" on your site, but I am clueless on how to do that.You could use a Page for that.
I use them to list the staff and the site rules.
One last thing.... For now....
Thanks again Brogan!!It's a phrase; just search the phrases for (some of) the content and the relevant phrase will be returned.
We use essential cookies to make this site work, and optional cookies to enhance your experience.