S
Snister2
Guest
You don't need to use Liam W addon to add a rich color for username on your forum to view globally
Goto node_list_forum template.
Find this:
Code:
and replace using this code
Code:
Take note! this method are work between last...
Read more
Continue reading...
Goto node_list_forum template.
Find this:
Code:
<li class="node-extra-user"><xf:username user="{$extras.LastPostUser}" defaultname="{$extras.last_post_username}" /></li>
and replace using this code
Code:
<li class="node-extra-user"><xf:username user="{$extras.LastPostUser}" defaultname="{$extras.last_post_username}" rich="true" /></li>
Take note! this method are work between last...
Read more
Continue reading...