default avatar size

topthisfact

Paragon
Joined
Dec 14, 2009
Messages
2,244
Reaction score
0
FP$
636
i was wondering where do i set an default avatar size?
I know where to set the min & max avater size but i want to set it to a default size of my choice.
 
I was also wondering
how do i put
My group name/image above the avatar instead of below.
 
Can you share what software this is for? I'm guessing phpbb but not sure.
 
I was also wondering
how do i put
My group name/image above the avatar instead of below?
 
What style are you using? Subsilver2 based or prosilver based?
 
Hee,

In what group you are is not displayed on the viewtopic page. So I suppose you're talking about the Rank Title and Rank Image?

Open: styles/your style/template/viewtopic_body.html

Find and Remove:
Code:
<!-- IF postrow.RANK_TITLE or postrow.RANK_IMG --><dd>{postrow.RANK_TITLE}<!-- IF postrow.RANK_TITLE and postrow.RANK_IMG --><br /><!-- ENDIF -->{postrow.RANK_IMG}</dd><!-- ENDIF -->

Find:
Code:
<dl class="postprofile" id="profile{postrow.POST_ID}">

After, Add:
Code:
<!-- IF postrow.RANK_TITLE or postrow.RANK_IMG --><dd>{postrow.RANK_TITLE}<!-- IF postrow.RANK_TITLE and postrow.RANK_IMG --><br /><!-- ENDIF -->{postrow.RANK_IMG}</dd><!-- ENDIF -->

Cheers,
 
Oh no posey your mistaken
I mean

THe username/user group image/ user group name i want it on top of the avatar
Because an sample of what it is right now is , forumpromotion, everything is under the avatar & i want it above.
 
You lost me, there is nothing with "groups" on the viewtopic page..
 
That are Rank Images, and the "They called me boss" is the Rank Title. Do the edits I gave you, and it will have this as result.

Cheers,
 
Oh yes your right
it did go on top
But it went too top
Can you make it just right on top of the avatar but with 1 line space away.
 
Hello,

Could you either post a link to a topic on your forum or a screenshot, so I know what the problem is..
 
Back
Top Bottom