Quote:
Originally Posted by betty02
I created a new nav link to my custom page, how do i make that link selected/highlighted as if its on that page? Currently keeps my Forum tab highlighted/selected?
|
For the condition used for the tab, did you try this?
PHP Code:
if (THIS_SCRIPT == 'misc')
or, you may have to do:
PHP Code:
if (THIS_SCRIPT == 'misc' AND $_REQUEST['template'] == 'whatever')
Something like that should work. Play with it.
Quote:
Originally Posted by Dave-ahfb
I was thinking this might make an easier way to integrate my current php scripts, using this article to create header and footer templates. I should have known somehow some way things would screw up, it just seemed to easy.
.....
Not being a programmer, my guess is that .......I am clueless 
|
Exactly what are you trying to do? You don't want to include the whole misc.php page in another script. Where are you adding the php code to include the misc.php page? If you have other php pages already, you probably would do better following this -
[HOW TO - vB4] Create a own vBulletin page