denisx04
Active member
I went ahead and edited my sidebar_online_users and changed this
to
My staff color did change to what its suppose to be but its added an extra comma at the end of the last user online. Any idea how to remove the last comma? I tried removing the "," at the end but all that did was remove all of the commas. I attached an image to show you the last comma
Code:
class="username{xen:if '!{$user.visible}', ' invisible'}{xen:if {$user.followed}, ' followed'}">{$user.username},
to
Code:
class="username{xen:if '!{$user.visible}', ' invisible'}{xen:if {$user.followed}, ' followed'}">{xen:helper richUserName, $user},
My staff color did change to what its suppose to be but its added an extra comma at the end of the last user online. Any idea how to remove the last comma? I tried removing the "," at the end but all that did was remove all of the commas. I attached an image to show you the last comma