The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Please someone help here.
I've been trying to get this to work,i've read all around the forum and mods,but cant find anything. I would like to have my staff pincture centered just like this one attached. Now,i know how to go to Add new rank,but if dot not show all the extra groups that you supposed to be in,and it does not center out,it's right next to the avatar,wich is a bit crap really ![]() So can anybody here help? Thanks |
#2
|
||||
|
||||
![]()
Hey, Adminfusion. Why not take a look at the source code, see what they used.
|
#3
|
|||
|
|||
![]()
Looking,and actually doing is two diferent things m8...
|
#4
|
||||
|
||||
![]()
Ha, I guess that's true. I'll take a look too, then.
Okay: Find in postbit template: Code:
<if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if> </td> Code:
<td class="alt2" align="center" width="90%"> <div class="smallfont"><img src="" alt="" border="" /></div> </td> |
#5
|
|||
|
|||
![]()
i am trying to put my rank images.
And thanks for your help m8. |
#6
|
||||
|
||||
![]()
Then instead...
Find in posbit template: Code:
<if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if> Code:
<if condition="$post['rank']"><td class="alt2" align="center" width="90%"> <div class="smallfont">$post[rank]</div> </td></if> |
#7
|
|||
|
|||
![]()
Thanks mate.
Works a treat. Now the only problem i have,is line them up on top of each other. Because they're lining up next to each other at the moment. But great work m8... Cumps Puntal |
#8
|
||||
|
||||
![]()
Try sticking a <br /> after $post[rank].
|
#9
|
|||
|
|||
![]()
Thanks again m8.
Now i have another problem. It has a little X on the right side(see picture) But cant take it off... Cumps Puntal |
#10
|
||||
|
||||
![]()
It's trying to get a picture from somewhere, but can't for whatever reason. Try right-clicking on the X and checking what image it's trying to get. Check around the area where you pasted the code I provided for any <img src=".
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|