Customers SupportDocumentation




Reply
 
Thread Tools
  #1  
Old 04-09-2008, 03:48 AM
Member
 
Join Date: May 2008
Posts: 15
Question 2nd drop down menu issue.

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-->
Navbar:
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-->
And the issue is:

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
Attached Images
 
Reply With Quote
  #2  
Old 04-09-2008, 06:16 AM
Member
 
Join Date: May 2008
Posts: 15
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.
Reply With Quote
  #3  
Old 04-09-2008, 12:00 PM
admin's Avatar
vBulletin Skin Zone Staff
 
Join Date: May 2007
Posts: 1,811
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-->
As for the issue with users becoming logged out, this wouldn't be an issue with the skin. Make sure when you're editing you're not removing any vital coding for vBulletin to function.
Reply With Quote
  #4  
Old 04-09-2008, 10:45 PM
Member
 
Join Date: May 2008
Posts: 15
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
Reply With Quote
  #5  
Old 05-09-2008, 01:02 PM
admin's Avatar
vBulletin Skin Zone Staff
 
Join Date: May 2007
Posts: 1,811
Re: 2nd drop down menu issue.

No problem
Reply With Quote
  #6  
Old 01-11-2008, 03:46 PM
Member
 
Real Name: Adam W. Metzler
Join Date: Oct 2008
Posts: 17
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.
Reply With Quote
Reply

Thread Tools


Similar Threads
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


All times are GMT. The time now is 03:49 AM.