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.

Rank above avatar?

4 posters

Go down

Solved Rank above avatar?

Post by Barleii July 5th 2011, 1:20 am

I've read the tutorial. But i want the rank above the avatar and the username below it. Is that possible? Im using phpbb2 btw. Thanks Smile
Barleii
Barleii
Forumember

Female Posts : 43
Reputation : 0
Language : English

http://scacademy.forumotion.com/

Back to top Go down

Solved Re: Rank above avatar?

Post by TheKiller July 5th 2011, 6:49 am

with a template edit yes. it should be in viewtopic_body.html
TheKiller
TheKiller
Forumember

Male Posts : 291
Reputation : 10
Language : English

http://RisingDead.UltimaRPG.net

Back to top Go down

Solved Re: Rank above avatar?

Post by Barleii July 5th 2011, 7:53 pm

Thanks. But does anyone know the code?
Barleii
Barleii
Forumember

Female Posts : 43
Reputation : 0
Language : English

http://scacademy.forumotion.com/

Back to top Go down

Solved Re: Rank above avatar?

Post by SC__Programmer July 6th 2011, 12:11 am

username under the avatar?

edit:fixed a stupid mistake
edit 2:above avatar

under:
Find this code:
Code:

            <span class="postdetails poster-profile">

And Delete all of it up to:
Code:

<!-- BEGIN profile_field -->

and replace it with this code:
Code:

<span class="postdetails poster-profile">
            {postrow.displayed.POSTER_RANK}<br />
            {postrow.displayed.RANK_IMAGE}{postrow.displayed.POSTER_AVATAR}<br />
<span class="name"><a name="{postrow.displayed.U_POST_ID}"></a><strong>{postrow.displayed.POSTER_NAME}</strong></span><br /><br />

above:
Find this code:
Code:

            <span class="postdetails poster-profile">

And Delete all of it up to:
Code:

<!-- BEGIN profile_field -->

and replace it with this code:
Code:

<span class="postdetails poster-profile">
 {postrow.displayed.POSTER_RANK}<br />
            {postrow.displayed.RANK_IMAGE}<span class="name"><a name="{postrow.displayed.U_POST_ID}"></a><strong>{postrow.displayed.POSTER_NAME}</strong></span><br />{postrow.displayed.POSTER_AVATAR}<br /><br />
avatar
SC__Programmer
Forumember

Male Posts : 58
Reputation : 40
Language : English

http://digitaldesigns.forumotion.com/

Back to top Go down

Solved Re: Rank above avatar?

Post by Barleii July 7th 2011, 9:32 pm

I couldn't find the first code. I used ctrl + f and it says it cant be found :l
Barleii
Barleii
Forumember

Female Posts : 43
Reputation : 0
Language : English

http://scacademy.forumotion.com/

Back to top Go down

Solved Re: Rank above avatar?

Post by Nera. July 7th 2011, 11:07 pm

Hi,

Are you on phpBB2?
If yes, it's there, find it manually.

Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Solved Re: Rank above avatar?

Post by Barleii July 7th 2011, 11:41 pm

Ok took awhile but i finally found it. It works thanks!! Smile
Barleii
Barleii
Forumember

Female Posts : 43
Reputation : 0
Language : English

http://scacademy.forumotion.com/

Back to top Go down

Solved Re: Rank above avatar?

Post by Nera. July 8th 2011, 12:08 am

Welcome.
Solved ~ Locked
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Back to top


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