The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
problems with my inserted header navigation
I've included a navigation header in my forum, so that I have consistant navigation and appearance throughout my site.
Here is the plug-in I used: Code:
ob_start(); include('../navigation.html'); $navbar = ob_get_contents(); ob_end_clean(); Is there an easy way to fix this so that the header knows it is running from the root directory? In an attempt to fix this myself I have made all of my buttons/links/images absolute paths. My buttons show up when I first load the forum, but if I mouse over them I see the mouse over image but then lose the original button image. These same buttons work great on the rest of my site. What could be going on? You can see it here (under construction): http://www.truepersonalgrowth.com/forum I'd really appreciate any help I can get! |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|