The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Help with a simple template edit
I need help with a simple template edit. So simple that I cannot figure out myself.
How do line up the user name under the avatar in postbit not postbit legacy? I tried and tried and I can't it to work. This part of the code is a little too confusing for me. example: AVATAR USERNAME USER TITLE default postbit: AVATAR USERNAME USERTITLE |
#2
|
|||
|
|||
This should work (untested).
Find: Code:
<if condition="$show['avatar']"><td class="alt2"><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></td></if> <td nowrap="nowrap"> <div id="postmenu_$post[postid]"> Code:
<td nowrap="nowrap"> <if condition="$show['avatar']"><div><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> <div id="postmenu_$post[postid]"> |
#3
|
||||
|
||||
Excellent! It worked like a charm. Thank you so much.
Can you also post the code for the avatar at the bottom of the user name and user title. example: USERNAME USER TITLE AVATAR --------------- Added [DATE]1195749540[/DATE] at [TIME]1195749540[/TIME] --------------- I figured it out based on the changes you made to the first edit. Thanks Gray Matter! --------------- Added [DATE]1195749588[/DATE] at [TIME]1195749588[/TIME] --------------- I figured it out based on the first changes you made. Thank you! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|