Here is the code i use to try and get it working (currently)
Okay, here are the codes i am using currently, for usercp, and search **Both of thoughs use the drop down box**
<if condition="$bbuserinfo['userid']">
<td>
<a href="#usercptools">
<img onmouseover="changeImages('nav_quicklinks', 'image8off')" onmouseout="changeImages('nav_quicklinks', 'image8on')" name="nav_quicklinks" border="0" src="images/nav_quicklinks.gif" width="111" height="48"></a><script type="text/javascript"> vbmenu_register("usercptools"); </script></td>
<td class="vbmenu_option">
<a href="search.php?$session[sessionurl]do=getnew">
<img onmouseover="changeImages('nav_newposts', 'image6off')" onmouseout="changeImages('nav_newposts', 'image6on')" name="nav_newposts" border="0" src="images/nav_newposts.gif" width="98" height="48"></a></td>
|