Quite a bizzare set of circumstances! But I am glad it is working for you now 🙂
SOLVED Avatars recent page into Username
-
How can I change the avatars into usernames in the recent page on the right.
On this page
These avatars into usernames
-
You have to edit the topics
templates/partials/topics_list.tpl
file in persona and replace the image with the username. The relevant html is here https://github.com/NodeBB/nodebb-theme-persona/blob/master/templates/partials/topics_list.tpl#L102-L106. Replace that block with{topics.teaser.user.username}
-
@baris said in Avatars recent page into Username:
You have to edit the topics
templates/partials/topics_list.tpl
file in persona and replace the image with the username. The relevant html is here https://github.com/NodeBB/nodebb-theme-persona/blob/master/templates/partials/topics_list.tpl#L102-L106. Replace that block with{topics.teaser.user.username}
It worked
thanks sir