Putting the username and the rank under the avatar Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

    Putting the username and the rank under the avatar

    avatar
    Guest
    Guest


    Tutorial Putting the username and the rank under the avatar

    Post by Guest August 30th 2009, 12:09 am

    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

    Administration Panel=>Display=>Templates=>General.

    Putting the username and the rank under the avatar Jfz09x

    Then you need to search viewtopic_body and click on this button Putting the username and the rank under the avatar Editer

    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 Putting the username and the rank under the avatar Ajouter in order to publish it.

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

    Putting the username and the rank under the avatar 3321iyu