Thank you for this hack! I've already vote it 5* and mark as installed!
Can you help me out how to use this with the style : dark_vb_v2 , it use
button image instead of
text link on the navbar.
I
only use your hack to make new
dropdown menus, so I created a new button called "LiveScores"
This is the darkvbv2 navigation-bar code :
Dropdown Search menu:
PHP Code:
<td id="navbar_search"><a href="$show[nojs_link]#navbar_search"><img src="$stylevar[imgdir_misc]/link_search.gif" border="0" alt="" /></a><script type="text/javascript"> vbmenu_register("navbar_search" ,1); </script></td>
And this is my code to make it possible with the style (with the
old version of Advanced Navbar Links - 1.6.0):
PHP Code:
<td id="custom_links"><a href="#custom_links"><img src="$stylevar[imgdir_misc]/link_custom.gif" border="0" alt="" /></a><script type="text/javascript"> vbmenu_register("custom_links"); </script></td>
---> But the problem is : it only display the button with the menu_open.gif image, it has no function as the
search menu! and even a little fall out of the navbar images row!
Please have a look at this image :
Can you plz help me figuring out this problem?
Many thanks!!!!