Putting the username and the rank under the avatar
Page 1 of 1 • Share •
Putting the username and the rank under the avatar
Putting the username and the rank under the avatar
This tutorial it's only for the forums who use phpbb2 version
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.

Then you need to search viewtopic_body and click on this button
Yo must search this code:
- Code:
<span class="name"><a name="{postrow.displayed.U_POST_ID}"></a><strong>{postrow.displayed.POSTER_NAME}</strong></span><br />
<span class="postdetails poster-profile">
{postrow.displayed.POSTER_RANK}<br />
{postrow.displayed.RANK_IMAGE}{postrow.displayed.POSTER_AVATAR}<br /><br />
And replace it with this code:
- Code:
{postrow.displayed.POSTER_AVATAR}<br />
<span class="name"><a name="{postrow.displayed.U_POST_ID}"></a><strong>{postrow.displayed.POSTER_NAME}</strong></span><br />
<span class="postdetails poster-profile">
{postrow.displayed.POSTER_RANK}<br />
{postrow.displayed.RANK_IMAGE}<br />
After that you need to click Save and then
Now we have the username and the rank under the avatar.

Written by Lamashta
Translated by Lizzard
Guest- Guest
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum




by Guest on August 29th 2009, 4:09 pm




