The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Latest Threads/google adsence under nav bar
I seen this on a site and I think it really looks nice. I tried searching but cant find out how to do it. Can anyone help me set this up? I added a pic of what I described.
|
#2
|
||||
|
||||
How to create custom box under navbar
If you would like to add a custom box under your navbar that can be used to display things like Google Adsence banners in or other custom code. That is also collaspsible so members can close it if they wish. Here is how! In the FORUMHOME template find this code: $navbar Add this below it: <!-- custom block start --> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tbody> <tr> <td class="tcat"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('custom_block')"> <img id="collapseimg_custom_block" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_custom_block].gif" alt="" border="0" /></a> <!-- title start --> Title goes here <!-- title end --> </td> </tr> </tbody> <tbody id="collapseobj_custom_block" style="$vbcollapse[collapseobj_custom_block]"> <tr> <td class="alt2"> <!-- code start --> Add your code here <!-- code end --> </td> </tr> </tbody> </table> <br /> <!-- custom block end --> This also XHTML and CSS valid and will keep your homepage validated OK. change this in the code: to "1" or "2" for colour you prefer for block background colour. <td class="alt2"> If you don't want the block to be collasible, use this instead: <!-- custom block start --> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tbody> <tr> <td class="tcat"> <!-- title start --> Title goes here <!-- title end --> </td> </tr> <tr> <td class="alt2"> <!-- code start --> Add your code here <!-- code end --> </td> </tr> </tbody> </table> <br /> <!-- custom block end --> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|