Quote:
Originally Posted by Samira
I'm having a cosmetic problem I wanted to ask about.  Pardon me if it's the way it's supposed to be; it isn't a big deal, but I thought I'd ask.
When a drop down is clicked on, it is way over to the left, as opposed to directly underneath. (screen attached) Is there any way to correct this? It did it on 3.0.7 and now 3.5.0 for me.
|
I would have to look at your navbar2$ template. If you could send me your email address in a pm then I can write to you and send you my email address and then you could send your telplate for me to look at.
Quote:
I'd also like to know where to add $navbar2 within the vBa CMPS system if someone knows. The previously posted location doesn't exist in the 2.0.0 version that I can see.
|
open the vba_cmps_include_bottom.php that is located in the includes directory and
Find:
Code:
global $pages, $stylevar, $headinclude, $header, $footer, $vbulletin, $vbphrase, $stylevar, $show, $pmbox, $vba_options, $vba_style, $navbar, $cusid, $_REQUEST, $gobutton, $pagetitle, $pagecache, $db;
Insert the $navbar code like below:
Code:
global $pages, $stylevar, $headinclude, $header, $footer, $vbulletin, $vbphrase, $stylevar, $show, $pmbox, $vba_options, $vba_style, $navbar, $cusid, $_REQUEST, $gobutton, $pagetitle, $pagecache, $navbar2, $db;