PDA

View Full Version : How to add a button with drop down menu, please help...


Sjakie
02-26-2007, 08:46 PM
I'm a beginner with coding so I would like your help with this issue:

I've tried to make a drop down menu as described in many of the topics on this forum. But I have a customized template with buttons in the navbar in stead of plain text.

What I would like to have is a button next to the "nieuwe posts" button (see attached picture) with a drop down down menu. Just the same as the "snelmenu" button.
http://www.xboxforum.nl/uploads/headerf.gif

I've tried many option but I still do not succeed...

Please assist in this matter.

I would be very grateful!

Sjakie
03-09-2007, 07:51 PM
Does anyone know?

MISTER2
03-09-2007, 08:07 PM
I was able to do it using the instructions posted in this thread.

https://vborg.vbsupport.ru/showthread.php?t=126649

Sjakie
03-09-2007, 09:13 PM
I was able to do it using the instructions posted in this thread.

https://vborg.vbsupport.ru/showthread.php?t=126649

But were did you insert the image code?

Xplorer4x4
03-10-2007, 12:32 AM
But were did you insert the image code?

<if condition="is_member_of($bbuserinfo,5,6,7)">
<td id="stafflinks" class="vbmenu_control"><a href="$show[nojs_link]#stafflinks">Staff Links</a> <script type="text/javascript"> vbmenu_register("stafflinks"); </script></td>
</if>
Replace staff links with the image code.

Sjakie
03-10-2007, 05:54 PM
It worked thanks!