M mastera Member Feb 6, 2016 #1 I tried the sidebar display instructions here: https://xenforo.com/help/user-group-styling/ and it doesn't seem to work. Can anyone help me?
I tried the sidebar display instructions here: https://xenforo.com/help/user-group-styling/ and it doesn't seem to work. Can anyone help me?
Amaury Well-known member Feb 6, 2016 #2 Template: sidebar_online_users Look for: Code: class="username{xen:if '!{$user.visible}', ' invisible'}{xen:if {$user.followed}, ' followed'}">{$user.username}</a><xen:if is="{$i} < {$onlineUsers.limit}">,</xen:if> Make this change: Rich (BB 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> Upvote 0 Downvote
Template: sidebar_online_users Look for: Code: class="username{xen:if '!{$user.visible}', ' invisible'}{xen:if {$user.followed}, ' followed'}">{$user.username}</a><xen:if is="{$i} < {$onlineUsers.limit}">,</xen:if> Make this change: Rich (BB 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>
P Paul B XenForo moderator Staff member Feb 6, 2016 #3 Assuming you followed the instructions on the Help page it should work. Are you using the WF add-on to add the sidebar elements? Upvote 0 Downvote
Assuming you followed the instructions on the Help page it should work. Are you using the WF add-on to add the sidebar elements?
M mastera Member Feb 6, 2016 #4 Brogan said: Assuming you followed the instructions on the Help page it should work. Are you using the WF add-on to add the sidebar elements? Click to expand... Yes, disabling WF addon fixes the issue. Is it possible to have both? Upvote 0 Downvote
Brogan said: Assuming you followed the instructions on the Help page it should work. Are you using the WF add-on to add the sidebar elements? Click to expand... Yes, disabling WF addon fixes the issue. Is it possible to have both?