MyBB Community Forums

Full Version: replacing quicksearch
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i have found this code?


its a game select code. i would like to put it in the same place as the quiicksearch bar.

can anybody point me in the right direction?

thanks from the outlaw

here is the code i found


<select name="allgames" onchange="location.href = this.value;">
<option value="">Select a game...</option>
<option value="/arcade.php?action=play&gid=157">7th Inning Smash</option>
<option value="/arcade.php?action=play&gid=149">Air Fox</option>
<option value="http://www.outlawsgameroom.com/arcade.php?action=play&gid=155">Canyon Defense</option>
<option value="/arcade.php?action=play&gid=154">Bloons Tower Defense 3</option>
<option value="/arcade.php?action=play&gid=153">Mario & Friends Tower Defense</option>
<option value="/arcade.php?action=play&gid=152">Ninja Turtle Brawl</option>
<option value="/arcade.php?action=play&gid=151">Guessword</option>
<option value="/arcade.php?action=play&gid=150">Age Of Japan</option>
<option value="/arcade.php?action=play&gid=148">12 Way Poker</option>

</select>
</div>
header template of the theme consists of {$quicksearch} - you can replace with required code.
you can add <div class="games_selector"> at the beginning of above posted code segment (with </div> at the end)
it worked, but pushed the welcome back icon alittle bit downwords


http://www.outlawsgameroom.com/

nevermind, it was a css thing. all fixed