Quote:
Originally Posted by tuaguild
Here is a small tutorial on custom vb pages from mods or the like:
If you are using something like vbadvanced and want it to just be the header and navbar without the forum jump menu and user box find $navbar in that specific template and delete the $navbar line.
If you want the forum jump menu on the page along with the user login/loggedin box find the $navbar line and after it add
Code:
<!-- Navbar TBC Styling closer -->
</div>
<!-- / Navbar TBC Styling closer -->
that will close out the navbar and keep the footer from mixing with your page
|
this was earlier in the thread it is a brief explanation of how to fix the footer line
it is in the new posting templates in the newpoll template add
Code:
<!-- Navbar TBC Styling closer -->
</div>
<!-- / Navbar TBC Styling closer -->
after the $navbar line