Log in

View Full Version : How to fix "go" button in search?


BigJimTheLug
01-07-2007, 02:39 AM
How do I fix the go button in the search?

It got screwed up after I added a Google Search to it.

The advanced search works, but regular search does not.

Please help thanks! :)

FockerFGAA
01-07-2007, 04:27 PM
search for this in the navbar template <input type="text" class="bginput" name="query" size="25" tabindex="1001" />
below that you should have
<input type="submit" class="button" value="$vbphrase[go]" tabindex="1004" /></div> which is the go button.

or something similar to that. hopefully that helps.