Status
Not open for further replies.

bluedevil

Active Member
244
2009
1
0
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>
 
2 comments
Status
Not open for further replies.
Back
Top