View Full Version : Custom Search Box
portlandpiratesfan
Nov-02-2008, 09:17 AM
I'd like to create a custom search box for my site, but only on my search page, how can I do that? I'd also like it contained in a box similar to my theme, and be able to add some instructional text.
portlandpiratesfan
Nov-04-2008, 04:08 PM
Can anybody help with this? I've seen it done, but I would just like some instruction on how to do it.
gman33
Nov-05-2008, 09:11 AM
I have this code in my footer as a div and replaced the value for the nickname. This goes in your customization section. Hope this helps
<div id="MySearch" align="center">
<form method="get" action="/search/index.mg">
<input type="text" name="searchWords" />
<input type="hidden" name="searchType" value="InUser" />
<input type="hidden" name="NickName" value="portlandpiratesfan" />
<input type="submit" value="Search" />
</form>
</div>
<div id="search" align="center"><p><font size=1 color="blue">Password protected or hidden galleries<br>will not appear in your search</font></p></div>
Can anybody help with this? I've seen it done, but I would just like some instruction on how to do it.
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.