The forum of the forums
Welcome on the Forumotion Support Forum.

To take full advantage of everything offered by our forum, please log in if you are already a member or join our community if you're not yet....



Create a free forum like this one.

Putting the username and the rank under the avatar

View previous topic View next topic Go down

Putting the username and the rank under the avatar

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

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.



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 in order to publish it.

Now we have the username and the rank under the avatar.



Written by Lamashta
Translated by Lizzard

Guest
Guest


Back to top Go down

View previous topic View next topic Back to top


Permissions in this forum:
You cannot reply to topics in this forum