The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
navbits index & full height page
1. remove navbits on homepage, it's annoying
example: my site: http://eveo.org/vb/forumdisplay.php?f=16 2. page at full height (shadow continues all the way down, not page is cut halfway) example, my site: http://eveo.org/vb/forumdisplay.php?f=16 How do I accomplish both of these simple tasks? |
#2
|
|||
|
|||
Remove navbits:
Use a condition wrap navbits in this: Code:
<if condition="THIS_SCRIPT != 'index'"> <!-- Navbit code here --> </if> Shadow: Create an outer wrapper, in header template find: Code:
<!-- content table --> Code:
<div id="shadow"><!-- Start: Shadow --> Code:
$ad_location[ad_footer_end] Code:
</div><!-- End: Shadow --> Code:
#shadow { background:#fff url(path/to/shadow/image.gif) repeat-y top center; width:??px; margin:0 auto; } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|