Hello. What is the code for moving the avatar over the username and the rank? I'm using phpbb2.
2 posters
Avatar over username and rank
Sweet_Nightmare- Forumember
- Posts : 84
Reputation : 4
Language : Bulgarian
Location : Sofia, Bulgaria
- Post n°1
Avatar over username and rank
Nera.- Energetic
- Posts : 7078
Reputation : 2017
Language : English
Location : -
- Post n°2
Re: Avatar over username and rank
Hi,
Go to your wievtopic_body template and find this:
Delete it from there and paste just before this:
Save and publish your template on the green cross
Go to your wievtopic_body template and find this:
- Code:
{postrow.displayed.POSTER_AVATAR}<br />
Delete it from there and paste just before this:
- Code:
<span class="name"><a name="{postrow.displayed.U_POST_ID}"></a><strong>{postrow.displayed.POSTER_NAME}</strong></span><br />
Save and publish your template on the green cross
Sweet_Nightmare- Forumember
- Posts : 84
Reputation : 4
Language : Bulgarian
Location : Sofia, Bulgaria
- Post n°3
Re: Avatar over username and rank
Thank you very much.
Nera.- Energetic
- Posts : 7078
Reputation : 2017
Language : English
Location : -
- Post n°4
Re: Avatar over username and rank
Topic Solved & Locked |