The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
format avatar location?
how do i go abouts moving my titles and rank under nearth or ontop of the avatar instead of beside?
|
#2
|
|||
|
|||
If I understand you correctly, you'd be looking to use the "postbit legacy" format. To do this, go to your Admin cp > vBulletin Options > Style and Language Settings page and select "Yes" for "Use Legacy (Vertical) Postbit Template."
This would align the avatar and details vertically on the side instead of horizontally across the top of each post. |
#3
|
|||
|
|||
i dont want the info on the far left aligned vertically aswell... i just want avatar under name, rank image under avatar, rank under name
|
#4
|
|||
|
|||
anyone able to help me?
|
#5
|
||||
|
||||
I can't tell what order you want them in (name, avatar, rank image... where does rank go?), but you should be able to tell pretty easily which line is which in the postbit template and just move them around.
|
#6
|
|||
|
|||
I would like name, rank,avatar, rank image
|
#7
|
||||
|
||||
I'm pretty sure that 'rank' is the usertitle. So...
Find: HTML Code:
<!-- user info --> <table cellpadding="0" cellspacing="$stylevar[cellpadding]" border="0" width="100%"> <tr> <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]"> <if condition="$show['profile']"> <a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a> $post[onlinestatus] <script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script> <else /> $post[musername] </if> </div> <if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if> <if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if> $template_hook[postbit_userinfo_left] </td> HTML Code:
<!-- user info --> <table cellpadding="0" cellspacing="$stylevar[cellpadding]" border="0" width="100%"> <tr> <td nowrap="nowrap" class="alt2"> <div id="postmenu_$post[postid]"> <if condition="$show['profile']"> <a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a> $post[onlinestatus] <script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script> <else /> $post[musername] </if> </div> <if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if> <if condition="$show['avatar']"><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></if> <if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if> </td> <td nowrap="nowrap"> $template_hook[postbit_userinfo_left] </td> |
#8
|
|||
|
|||
works good but the information on the right side (posts, rep, etc..) isnt showing up..just my experience bar
|
#9
|
||||
|
||||
Did you delete that part of your postbit? I only said to change a very small portion of it.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|