TheGoldenChild
Member
I changed this line of code:
To this:
To make the user groups style show in the online users section and for some reason I'm getting dobbel commas between usernames. Anyone knows how to fix it?
Code:
class="username{xen:if '!{$user.visible}', ' invisible'}{xen:if {$user.followed}, ' followed'}">{$user.username},
Code:
class="username{xen:if '!{$user.visible}', ' invisible'}{xen:if {$user.followed}, ' followed'}">{xen:helper richUserName, $user},