Putting the username and the rank under the avatar
This tutorial it's only for the forums who use phpbb2 version
You must purchase the "Template Editing" option in order to use this tutorial Administration Panel=>Display=>Templates=>General.
Enlarge this imageReduce this image Click to see fullsizeThen you need to search viewtopic_body and click on this button
Yo must search this code:
Code:
- Code:
-
[b]{postrow.displayed.POSTER_NAME}[/b]
{postrow.displayed.POSTER_RANK}
{postrow.displayed.RANK_IMAGE}{postrow.displayed.POSTER_AVATAR}
And replace it with this code:
Code:
- Code:
-
{postrow.displayed.POSTER_AVATAR}
[b]{postrow.displayed.POSTER_NAME}[/b]
{postrow.displayed.POSTER_RANK}
{postrow.displayed.RANK_IMAGE}
After that you need to click Save and then
in order to publish it.
Now we have the username and the rank under the avatar.
Powered byForumotion.com