The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
How do i put them so they show up below the members avatar.
|
#2
|
||||
|
||||
![]()
In the postbit template, find this and delete it:
HTML Code:
<if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if> Code:
<td nowrap="nowrap"> <if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if> <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> |
#3
|
|||
|
|||
![]()
thanks for helping but it didnt work for me.
i want to move this below the avatar: ![]() |
#4
|
||||
|
||||
![]()
You are using the postbit_legacy template. So, find that text I said to find and delete, and put it under the avatar:
Code:
<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> <if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if> |
#5
|
|||
|
|||
![]()
It worked! thanks for your help! appreciate it!
--------------- Added [DATE]1236729681[/DATE] at [TIME]1236729681[/TIME] --------------- also if someone could help, how do you do this: |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|