Log in

View Full Version : Search from outside vb forum


solokron
09-28-2005, 01:35 AM
Searching for the word "search" was a bad idea. :)

I am looking for a script or form to search the forum (on same site) from another page such as the homepage.

Tony G
09-28-2005, 01:52 AM
I don't think a mod like that exists, but you could request it. :)

Boofo
09-28-2005, 01:54 AM
Isn't that what this is in the navbar?

Search Forums

solokron
09-28-2005, 02:19 AM
Of course. Currently in js though

<td class="vbmenu_control" id="threadsearch">
<a href="#goto_threadsearch">Search this Thread</a>

<script type="text/javascript"> vbmenu_register("threadsearch"); </script>

Ahh here we go.

<form action="search.php" method="post">
<input type="hidden" name="do" value="process" />
<input type="hidden" name="showposts" value="0" />
<input type="text" class="bginput" name="query" size="20" /><!-- go button -->
<input type="submit" class="button" value="Go" /><br />
</form>

Tony G
09-28-2005, 08:26 AM
Oh crap, I read that wrong, I thought you meant search the actual front page. XD, sorry.