How to have colored usernames in forums list?

bubbl3

Active member
I tried to edit node_forum_level_2, i changed this:
HTML:
<span class="lastThreadMeta"><xen:username user="$forum.lastPost" />, <xen:datetime time="$forum.lastPost.date" class="muted" /></span>
with this:
HTML:
<span class="lastThreadMeta"><xen:username rich="true" user="$forum.lastPost" />, <xen:datetime time="$forum.lastPost.date" class="muted" /></span>
but nothing happened..
I'm probably doing it wrong, suggestions?
 
Top Bottom