hello..
i have a search button in my vb forum. which i put in sidebar navigation.
i dont kn0w what happend to it. when i click the search button , nothing happend. no quick search box opened..

h0w to res0lve it.

my search button code is
Code: 
<li><if condition="$show['searchbuttons']">
<a href="search.php$session[sessionurl_q]" accesskey="4"  id="navbar_search" "vbmenu_control">$vbphrase[search]</a> <if condition="$show['quicksearch']"><script type="text/javascript"> vbmenu_register("navbar_search",true); </script></if></if>
bluedevil Reviewed by bluedevil on . Search button problem. hello.. i have a search button in my vb forum. which i put in sidebar navigation. i dont kn0w what happend to it. when i click the search button , nothing happend. no quick search box opened.. h0w to res0lve it. my search button code is <li><if condition="$show"> <a href="search.php$session" accesskey="4" id="navbar_search" "vbmenu_control">$vbphrase</a> <if condition="$show"><script type="text/javascript"> vbmenu_register("navbar_search",true); </script></if></if> Rating: 5