View Full Version : v3Arcade Search?
Dark Riku
07-06-2005, 06:21 PM
Hey, Im not exactly to sure where to put this so, Is there a hack that will allow my users to search for an arcade game on my site? (Say like I Have more then 15 pages of games, and they just want to search for "Mario" And get a list of the mario games)
Hornstar
09-07-2005, 06:43 AM
<!-- Search Block -->
<if condition="$vboptions['showsearch']">
<form action="$vboptions[bburl]/arcade.php?do=category" method="post" name="search">
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<tr>
<td class="tcat"><span class="smallfont"><b>Arcade Game Search</b></span></td>
</tr>
<tr>
<td class="alt2">
<input type="text" class="bginput" name="search" size="15" />
<input class="button" type="submit" value="Go" />
</td>
</tr>
</table>
</form>
<br />
</if>
<!-- End Search Block -->
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.