XF 1.4 Expanded Usergroup affects

Ferity

Member
Hello,

as said in https://xenforo.com/help/user-group-styling/, the user Group Stylings only affect certain Areas of the Forum. My desire is it to expand the affects, as for example for thread authors or in Members online now.
yihycbph12.jpg

_____________________________
tedxkwnj23.jpg


I've already googled for this. For the Members online now-sidebar widget I've found this solution several times, but it does not work for me.

MentaL said:
  • Edit template "sidebar_online_users"
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>


I did this for several different styles (including Default Style), but the affects still aren't applied.

Could you please help me with this?
I'm using XenForo 1.4.6


Thanks in advance.

Best regards
Ferity
 
Last edited:
Top Bottom