Description
This addon add the possibility to user rich username in the last post section on forum index and thread list like this :
Last post on forum index
Last post on thread list
Installation
Template node_category_level_2 (forum index)
Thanks to Jake Bunce, Waindigo and bubbl3 for their help.
This addon add the possibility to user rich username in the last post section on forum index and thread list like this :
Last post on forum index
Last post on thread list
Installation
- Upload contents of upload folder to Xenforo root directory
- Install addon-RichUsernameEverywhere.xml
- Edit your templates
Template node_category_level_2 (forum index)
- Search
Code:
<xen:username user="$category.lastPost" />
- Replace by
Code:
<xen:username user="$category.lastPost" rich="true" />
- Search
Code:
<xen:username user="$forum.lastPost" />
- Replace by
Code:
<xen:username user="$forum.lastPost" rich="true" />
- Search
Code:
<xen:username user="$thread.lastPostInfo" />
- Replace by
Code:
<xen:username user="$thread.lastPostInfo" rich="true" />
- Search
Code:
<xen:username user="$thread" title="{xen:phrase thread_starter}" />
- Replace by
Code:
<xen:username user="$thread" title="{xen:phrase thread_starter}" rich="true" />
Thanks to Jake Bunce, Waindigo and bubbl3 for their help.
If you find this addon useful you can donate if you want
