PDA


View Full Version : Quick search popup is missing "Go" button


flanker
08-08-2004, 08:14 PM
I just noticed that the header quick search form is missing the "Go" button. It shows fine in the navbar throughout the forum, but is missing on the portal page. It looks like VBadvances CMPS portal page is having trouble parsing $gobutton variable of the navbar template.

This particular site is no exception. Is there a quick way to fix it?

flanker
10-20-2004, 02:56 PM
^bump^

Anyone?

Brian
10-20-2004, 03:14 PM
Open your forum/includes/vba_cmps_include_bottom.php file and look for:
global $vboptions, $vba_options, $vbphrase, $stylevar, $bbuserinfo, $show, $pmbox

Replace that with:
global $vboptions, $vba_options, $vbphrase, $stylevar, $bbuserinfo, $show, $pmbox, $gobutton;