The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Side Column problem on threads
Hi,
Im trying to create a column down the right hand side of the page on all pages but below the nav bar which needs to span the whole page. I have added the below code to the very bottom of the nav bar template: Code:
$ad_location[ad_navbar_below] <!--Columns --> <table width="100%" border="0" cellpadding="0" cellspacing="0" align="center"> <tr> <td valign="top"> <!-- /Columns --> Code:
$ad_location[ad_footer_start] <br /> <div class="smallfont" align="center">$vbphrase[all_times_are_gmt_x_time_now_is_y]</div> <br /> $spacer_close <!-- /content area table --> <!-- ########################### Columns ########################### --> </td> <td width="150" valign="top" class="page" style="padding: $stylevar[cellpadding]px;"> YOUR CONTENT HERE </td> </tr> </table> <!-- ########################### /Columns ########################### --> Is there anotherway or better way or way which works to do this? Im using vB 3.8.1, no addons and this is the only change to style so far. Thanks |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|