The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
stacking rank help
i have rank stacked set to yes in the user rank acp...i have reset counters..the image and rank are still beside my avatar..shouldnt it be underneath? am i missing a setting?
|
#2
|
||||
|
||||
"Rank stacking" means pretty much just as it says. I think I know what you're thinking its supposed to do, but no. If you rank stacking enabled, usually you have 2 rank images displayed as:
"Rank image 1" "Rank image 2" versus: "Rank image 1" "Rank image 2" |
#3
|
|||
|
|||
ah ok, thanks for the info...is there anyway to get the ranks underneath the avatar?
|
#4
|
||||
|
||||
Sure, are you using the default or custom vbulletin style?
|
#5
|
|||
|
|||
custom...its the tech style
|
#6
|
||||
|
||||
Personally, I would have to have a look at your postbit templates in order to tell you for a custom style. I don't want to tell you something and end up screwing up your layout
|
#7
|
|||
|
|||
i have it backed up ..let me know how you think it can be done, and ill try it and restore my style if it doesnt work out
|
#8
|
||||
|
||||
I'm sorry, one more thing, is this the postbit or postbit legacy you're trying to do this in?
--------------- Added 31 May 2009 at 20:57 --------------- Either way, it should be fairly similar. Anyway, in postbit/postbit_legacy, find and delete: HTML Code:
<if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if> HTML 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> HTML 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><if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if></td></if> |
#9
|
|||
|
|||
k thanks...ill try it tomorrow and post back with my results...thanks for your help
|
#10
|
||||
|
||||
No problem
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|