The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to Add Space Between Stacked User Ranks
Simple enough, but I have no idea how to do this. Check out this link on my forum, the user has 3 different ranks and they are stacked, but with no spaces between them. I'd like to add a 1-2 pixel space between. http://www.boostedk20.com/forums/sho...ull=1#post6825
Also, I'd like to add a field so users can include their name above their 'posts' and underneath 'Join Date' |
#2
|
|||
|
|||
1:
In your postbit_legacy template: find: span class="rank" After loading the image there is a <br> tag. You could put an other <br> tag behind it and it will add a space. 2: I beleave this requirs a mod. |
#3
|
|||
|
|||
Use proper code for vb4
Code:
<br /> |
#4
|
|||
|
|||
This is what I found, I added a <br /> but it didn't add any spaces. Can you show me where to insert it?
Code:
<span class="usertitle"> {vb:raw post.usertitle} </span> <vb:if condition="$post['rank']"> <span class="rank">{vb:raw post.rank}</span> </vb:if> {vb:raw template_hook.postbit_userinfo_left} <vb:if condition="$show['avatar']"> |
#5
|
|||
|
|||
BUMP
|
#6
|
|||
|
|||
<a href="http://www.yourdomain.com/vb/admincp/profilefield.php?do=add" target="_blank">http://www.yourdomain.com/vb/admincp...eld.php?do=add</a>
You can add a profile/text field there. |
#7
|
|||
|
|||
^ Added that, thank you. Now, how can I space out my user ranks? Other way didn't work.
|
#8
|
|||
|
|||
Bump!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|