The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
postibit_legacy box
can some one tell me what you have to do to put a box around info in postbit legacy. here is the code
Code:
<vb:if condition="$post['field8']"> <img src="images/icons/prestige/cod4/{vb:raw post.field8}.png"> <img src="images/icons/prestige/waw/{vb:raw post.field9}.png"> <img src="images/icons/prestige/mw2/{vb:raw post.field10}.gif"> <img src="images/icons/prestige/bo/{vb:raw post.field11}.png"> <img src="images/icons/prestige/mw3/{vb:raw post.field12}.png"> </vb:if> |
#2
|
|||
|
|||
you could always use a "table"
Code:
<vb:if condition="$post['field8']"> <table> <tr> <td> <img src="images/icons/prestige/cod4/{vb:raw post.field8}.png"> <img src="images/icons/prestige/waw/{vb:raw post.field9}.png"> <img src="images/icons/prestige/mw2/{vb:raw post.field10}.gif"> <img src="images/icons/prestige/bo/{vb:raw post.field11}.png"> <img src="images/icons/prestige/mw3/{vb:raw post.field12}.png"> </td> </tr> </table> </vb:if> |
#3
|
|||
|
|||
Thanks but that didn't work
|
#4
|
|||
|
|||
I did the following
used in the postbit_legacy: Code:
<div class="bppostbit"> your code </div> Code:
.bppostbit { margin-top: 2px; padding: 3px; background: url(images/SeamusLight/gradients/back6.png) top left repeat; border: 1px solid #c4c4c4; } If you don't want any background just delete the "background" code. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|