The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Box code
Am trying to add a box here with this init
Code:
$vbtt_navbar_content3 Attachment 103537 has anyone added anything here before if so care too share where you added it in the navbar template Thanks |
#2
|
|||
|
|||
Bump anyone know i still cant find out where it could be
Thanks |
#3
|
||||
|
||||
I sounds like you just want to change the number of columns in the table. This would be the basic structure. You may have to play with the width and such.
Code:
<!-- breadcrumb, login, pm info --> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr> <td class="alt1" width="100%"> navbits stuff </td> <td class="alt1"> your stuff </td> <if condition="$show['member']"> <td class="alt2" nowrap="nowrap"> userinfo stuff </td> </if> </tr> </table> <!-- / breadcrumb, login, pm info --> |
#4
|
|||
|
|||
Quote:
Mike |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|