Resource icon

Unmaintained Add Username Style to Last Post 1.1

No permission to download
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-post1.webp


Last post on thread list
last-post2.webp



Installation
  • Upload contents of upload folder to Xenforo root directory
  • Install addon-RichUsernameEverywhere.xml
  • Edit your templates
Templates modifications
Template node_category_level_2 (forum index)
  1. Search
    Code:
    <xen:username user="$category.lastPost" />
  2. Replace by
    Code:
    <xen:username user="$category.lastPost" rich="true" />
Template node_forum_level_2 (forum index)
  1. Search
    Code:
    <xen:username user="$forum.lastPost" />
  2. Replace by
    Code:
    <xen:username user="$forum.lastPost" rich="true" />
Template thread_list_item (thread list)
  1. Search
    Code:
    <xen:username user="$thread.lastPostInfo" />
  2. Replace by
    Code:
    <xen:username user="$thread.lastPostInfo" rich="true" />
If you also want to add rich username to thread author (under topic name), edit the same template thread_list_item (that's a XenForo feature)
  1. Search
    Code:
    <xen:username user="$thread" title="{xen:phrase thread_starter}" />
  2. Replace by
    Code:
    <xen:username user="$thread" title="{xen:phrase thread_starter}" rich="true" />
That's my first addon so it's certainly not perfect and it can be improved.

Thanks to Jake Bunce, Waindigo and bubbl3 for their help.

If you find this addon useful you can donate if you want :)
Author
EsKuel
Downloads
609
Views
2,344
First release
Last update

Ratings

4.92 star(s) 26 ratings

Latest updates

  1. Update for Xenforo 1.2

    This version is compatible with Xenforo 1.2. Thanks to Luke Foreman for the fix :)
  2. Fix a problem

    Fixed a dumb problem in the addon so it'll now works with other addons :)

Latest reviews

"Add username style to last post - by EsKuel"
It is working perfect on 1.5, trank you !!!!!!!!!!!!!
Fantastic thank you very nice ............................................................................................................................
I love it! Does exactly what I'm looking for.
Great job. Does exactly what I need.
Fantastic thank you
Works as expected. Thank you :)
Thanks..very nice
Well done!
Works like a charm! This is a little nothing, but every users will enjoy that!
Good!
Top Bottom