|
#1
| |||
| |||
|
Hiya I have added a 2nd drop down menu, similar to Quick Links. But I now have a peculiar triangle appeared in the menu tab. Kinda weird i know. The code I have added to header and navbar respectively: Header: Code: <!--second menu init-->
<if condition="$show['member']">
<li class="menupadding" id="custommenu">
<a href="#">Faves</a>
<script type="text/javascript"> vbmenu_register("custommenu"); </script></a></li></if>
<!--end of second menu init-->
Code: <!--second menu-->
<div class="vbmenu_popup" id="custommenu_menu" style="display:none" align="$stylevar[left]">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead">Favourites</td>
</tr>
<tr>
<td class="vbmenu_option" >
<a href="arcade.php$session[sessionurl_q]">Arcade</a>
</td>
</tr>
<!--menu for playlist-->
<tr>
<td class="vbmenu_option" >
<a href="javascript:openpopup('playlist.php')">My Playlist</a>
</td>
</tr>
<!--end of menu for playlist-->
<tr>
<td class="vbmenu_option" >
<a href="quiz.php?$session[sessionurl]">Quiz</a>
</td>
</tr>
<tr>
<td class="vbmenu_option" >
<a href="gallery">Gallery</a>
</td>
</tr>
<tr>
<td class="vbmenu_option" >
<a href="Tickers.php">Forum Ticker</a>
</td>
</tr>
<tr><td class="vbmenu_option"><a href="#" onClick="window.open('$vboptions[bburl]/gadgets.php','Alice','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,width=800,height=800,left=380,top=120');return false;">Alice</a></td></tr>
<tr>
<td class="vbmenu_option" >
<a href="blogs/all/">Members Blogs</a>
</td>
</tr>
<tr>
<td class="vbmenu_option" >
<a href="../fantasy" target="_blank">Fantasy Football Home</a>
</td>
</tr>
<tr>
<td class="vbmenu_option" >
<a href="../fantasy/index.php?cmd=showcombinedstandings" target="_blank">Fantasy Latest Standings</a>
</td>
</tr>
<tr>
<td class="vbmenu_option" >
<a href="vbookie.php?$session[sessionurl]">$vbphrase[vbookie]</a>
</td>
</tr>
<tr>
<td class="vbmenu_option" >
<a href="javascript:openRadioAndTV()">$vbphrase[rs_radiostations]</a>
</td>
</tr>
<tr>
<td class="vbmenu_option" >
<a href="vbgooglemapme.php" target="_blank">Google Map</a>
</td>
</tr>
<tr>
<td class="vbmenu_option" >
<a href="pimpmyride.php?do=list" target="_blank">Pimp My Ride</a>
</td>
</tr>
<tr>
<td class="vbmenu_option" >
<a href="misc.php?do=cybtpimx" target="_blank">Top Poster of the Month</a>
</td>
</tr>
<tr>
<td class="vbmenu_option" >
<a href="#" onClick="window.open('$vboptions[bburl]/jukebox/index.php','JukeBox','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,width=520,height=600,left=380,top=120');return false;">JukeBox</a>
</td>
</tr>
<tr>
<td class="vbmenu_option" >
<a href="#" onClick="window.open('$vboptions[bburl]/credits.php','Lottery');return false;">Lottery</a>
</td>
</tr>
<tr>
<td class="vbmenu_option" >
<a href="#" onClick="window.open('$vboptions[bburl]/chat/index.php','YoBroMoFo','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=600,height=488,left=380,top=120');return false;">Chat</a>
</td>
</tr>
</table>
</div>
<!--second menu-->
The weird triangle above and to the right of Faves: its image url = webpoint/misc/menu_open.gif Below is the actual issue. Somehow somewhere Ive done something wrong lol. Any help Appreciated |
|
#2
| |||
| |||
| Re: 2nd drop down menu issue.
Also noted. Couple of users have reported they are being logged out etc. I think my menu-coding above is stuffed lol. Please post some feedback, as to sort this out. Muchly appreciated. |
|
#3
| ||||
| ||||
| Re: 2nd drop down menu issue.
To sort the menu problem you need to add this: Code: <!--second menu init-->
<if condition="$show['member']">
<li class="menupadding" id="custommenu">
<a href="#">Faves</a>
<script type="text/javascript"> vbmenu_register("custommenu", true); </script></a></li></if>
<!--end of second menu init-->
|
|
#4
| |||
| |||
| Re: 2nd drop down menu issue.
That fixed it thanks. I think the logging out issue was just a blip, will keep my eye on that Thanks Maestro Ozzy |
|
#5
| ||||
| ||||
| Re: 2nd drop down menu issue.
No problem |
|
#6
| |||
| |||
| Re: 2nd drop down menu issue. All set, forum path was wrong and as soon as I fixed that all was well!! This was really helpful!! It works beautifully on the forum but for my vbadvanced CMPS the drop downs don't work and I can't seem to figure out what I need to add and where to get it to work. Any help would be much appreciated. Thank you!! Last edited by Ametzler; 01-11-2008 at 06:35 PM. |
| Thread Tools | |
| |
| | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Red Carbon - Drop Down Tabs | TriMe | Design and Graphics | 5 | 09-11-2009 02:34 AM |
| 3.7.1 - reCAPTCHA registration issue | tekguru | General Questions | 2 | 28-05-2008 08:54 PM |