View Full Version : Moving Custom User Title below avatar
mike01166
01-27-2009, 09:14 PM
Like the title say, I am trying to move the Custom User title below the avatar. Currently, mine sits about the avatar.
Lynne
01-27-2009, 09:45 PM
Find this line:
<if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if>
And put it where you want it below this:
<if condition="$show['avatar']">
<div class="smallfont">
<br /><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a>
</div>
</if>
mike01166
01-27-2009, 09:52 PM
where do i go to find that line at , in one of the php files?
Spank
01-27-2009, 10:30 PM
It's in the postbit/ postbit_legacy template. Go to style manager in your admincp and select edit templates on the style you want to edit.
Lynne
01-27-2009, 10:44 PM
Sorry about that. Spank is right, it is either in the postbit (if your userinfo is on the top) or the postbit_legacy (if your userinfo is on the left) template for your style.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.