Hello, I found a bug in the sidebar_online_users.
Here is the original code :
After replacing with this code: (Code from this manual styling :User Group Styling | XenForo )
After i do that , when a user try to register the bug apper Screenshot
And you will see what happen when a user try to register.
Here is the original code :
Code:
class="username{xen:if '!{$user.visible}', ' invisible'}{xen:if {$user.followed}, ' followed'}">{$user.username}</a><xen:if is="{$i} < {$onlineUsers.limit}">,</xen:if>
After replacing with this code: (Code from this manual styling :User Group Styling | XenForo )
Code:
class="username{xen:if '!{$user.visible}', ' invisible'}{xen:if {$user.followed}, ' followed'}">{xen:helper richUserName, $user},
After i do that , when a user try to register the bug apper Screenshot
And you will see what happen when a user try to register.