Jase2
02-16-2008, 08:41 PM
How do I add a drop down UserCP, with all other links underneath, like here at vb.org?
I've added this first:
<if condition="$show['member']">
<td id="usercp" class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">User CP</a> <script type="text/javascript"> vbmenu_register("usercp"); </script></td>
</if>
That creates the link on the navbar with a drop down arrow.
Now, how would I add links underneath all that, so when you click it a drop down is shown and you have edit your details ect?
Thanks,
Regards Jason :)
I've added this first:
<if condition="$show['member']">
<td id="usercp" class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">User CP</a> <script type="text/javascript"> vbmenu_register("usercp"); </script></td>
</if>
That creates the link on the navbar with a drop down arrow.
Now, how would I add links underneath all that, so when you click it a drop down is shown and you have edit your details ect?
Thanks,
Regards Jason :)