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
Similar topics
On any message board I've been a member of, the usernames of people have always been above their avatar image, along (usually) with their rank on the board. I find it odd that that's not so with Forumotion.
I'd at least like the ability to make that
Hello. What is the code for moving the avatar over the username and the rank? I'm using phpbb2.
I thought it would be great idea if you could set the avatar show below your username. This could be an option next to "profile [LEFT / RIGHT]". What do you think? It's not a big thing and that's why I think it could be easy for you to make.
Replies 1 to 0 on 0 for "Putting the username and the rank under the avatar"
Search
Informations
0 Replies For the topic :
"Putting the username and the rank under the avatar"
This topic has been viewed 10296 times.
Last message :
30/08/2009 at 00h09 by "Guest"





