V voom Active member Aug 24, 2022 #1 I would like to make the username history more visible and include the very last old name in the message-cell--user. Is there an easy way to achieve that? The history has its own table in the db, and I am sure what I need to add to the template.
I would like to make the username history more visible and include the very last old name in the message-cell--user. Is there an easy way to achieve that? The history has its own table in the db, and I am sure what I need to add to the template.
P Paul B XenForo moderator Staff member Aug 24, 2022 #2 Dump the vars in the template to see if the previous username is available: {{ dump(vars()) }} I suspect it won't be so an add-on will be required. Upvote 0 Downvote
Dump the vars in the template to see if the previous username is available: {{ dump(vars()) }} I suspect it won't be so an add-on will be required.