Putting the username and the rank under the avatar

Post new topic   Reply to topic

View previous topic View next topic Go down

Putting the username and the rank under the avatar

Post by Lizzard on August 29th 2009, 5: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

Lizzard
Forumotion Member

Male
Posts: 67
Age: 19
Language: Romanian
Location: Pitesti, Romania
Country:
Join date: 2008-06-09

http://help.forumotion.ro

Back to top Go down

View previous topic View next topic Back to top


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