The forum of the forums

Would you like to react to this message? Create an account in a few clicks or log in to continue.
The forum of the forums
3 posters

    dropdown menu problems

    REDDWOLF22
    REDDWOLF22
    Forumember


    Male Posts : 160
    Reputation : 9
    Language : english
    Location : Frozen Ice Plains of HOTH

    Solved dropdown menu problems

    Post by REDDWOLF22 September 20th 2013, 2:59 am

    the links i put in the dropdown menu doesnt work. when i click on one it will load briefly but stay on the index.
    i have tried the address of hte destination and even tried a direct linkbut none work.

    my forum is phpbb3


    Last edited by REDDWOLF22 on September 20th 2013, 7:05 pm; edited 1 time in total
    avatar
    Guest
    Guest


    Solved Re: dropdown menu problems

    Post by Guest September 20th 2013, 5:11 am

    We need a screen shot w/ some captions of the problem
    REDDWOLF22
    REDDWOLF22
    Forumember


    Male Posts : 160
    Reputation : 9
    Language : english
    Location : Frozen Ice Plains of HOTH

    Solved Re: dropdown menu problems

    Post by REDDWOLF22 September 20th 2013, 5:16 am

    what would a screenshot of a url link that doesnt load in the drop menu tell ya
    avatar
    Guest
    Guest


    Solved Re: dropdown menu problems

    Post by Guest September 20th 2013, 5:24 am

    It may surprise you how we help with "certain screenshots"
    REDDWOLF22
    REDDWOLF22
    Forumember


    Male Posts : 160
    Reputation : 9
    Language : english
    Location : Frozen Ice Plains of HOTH

    Solved Re: dropdown menu problems

    Post by REDDWOLF22 September 20th 2013, 5:47 am

    well here the script i used along with one of the links i tried
    Code:
    <div style="text-align: center;"><form name="jump2">
     Â   <select name="menu" onchange="location=document.jump2.menu.options[document.jump2.menu.selectedIndex].value;" value="GO">
     Â   <option value="">Click Here for Staff</option>
     Â   <option value="http://joinbro.forumotion.com/u1">admin</option>
     Â   <option value="LINK HERE">name</option>
     Â   <option value="LINK HERE">name</option>
     Â   <option value="LINK HERE">name</option>
     Â   <option value="LINK HERE">name</option>
     Â   </select>
     Â   </form></div>
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19325
    Reputation : 2005
    Language : fluent in dork / mumbojumbo & English haha

    Solved Re: dropdown menu problems

    Post by Ape September 20th 2013, 6:12 pm

    Hello there i think i may know the problem but i need to ask you a Question first
    Do you have more then one drop down menu in your forum ? if so then can you post the 2 codes here so i can change the settings on the menu

    Ape



    dropdown menu problems Left1212dropdown menu problems Center11dropdown menu problems Right112
    dropdown menu problems Ape_b110
    dropdown menu problems Ape1010
    REDDWOLF22
    REDDWOLF22
    Forumember


    Male Posts : 160
    Reputation : 9
    Language : english
    Location : Frozen Ice Plains of HOTH

    Solved Re: dropdown menu problems

    Post by REDDWOLF22 September 20th 2013, 6:32 pm

    i did but i took the other one off so this is the only one although it was setup in a table format.

    but i have started it over with nothing else for thinking that was a problem but still cant get it to work
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19325
    Reputation : 2005
    Language : fluent in dork / mumbojumbo & English haha

    Solved Re: dropdown menu problems

    Post by Ape September 20th 2013, 6:44 pm

    Okay give this a try !!
    You must keep the code as it is and i have tested it and it's working on my forum fine

    Code:
    <div style="text-align: center;"><form name="jump3">
      
     Â <select name="menu"
    onchange="location=document.jump3.menu.options[document.jump3.menu.selectedIndex].value;"
     value="GO">
        <option value="">Click Here for Staff</option>
        <option value="http://joinbro.forumotion.com/u1">admin</option>
        <option value="LINK HERE">name</option>
        <option value="LINK HERE">name</option>
        <option value="LINK HERE">name</option>
        <option value="LINK HERE">name</option>
        </select>
        </form></div>
    EDIT:
    If you would like more then one on the forum you will need to change the menu name like this
    Find all the names in the code and change them
    Code:
    jump3
     to
    Code:
    jump4a
    and the next one will be
    Code:
    jump5b
    And so on what this is a name the menu is looking for and if the name is the same it don't know how to change the settings Wink


    Hope that helps

    Your friendly helper Ape Neutral


    Last edited by APE on September 20th 2013, 6:58 pm; edited 2 times in total
    REDDWOLF22
    REDDWOLF22
    Forumember


    Male Posts : 160
    Reputation : 9
    Language : english
    Location : Frozen Ice Plains of HOTH

    Solved Re: dropdown menu problems

    Post by REDDWOLF22 September 20th 2013, 6:53 pm

    it works now. but one question does the code differ if i want to put the others back up
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19325
    Reputation : 2005
    Language : fluent in dork / mumbojumbo & English haha

    Solved Re: dropdown menu problems

    Post by Ape September 20th 2013, 6:55 pm




    dropdown menu problems Left1212dropdown menu problems Center11dropdown menu problems Right112
    dropdown menu problems Ape_b110
    dropdown menu problems Ape1010
    REDDWOLF22
    REDDWOLF22
    Forumember


    Male Posts : 160
    Reputation : 9
    Language : english
    Location : Frozen Ice Plains of HOTH

    Solved Re: dropdown menu problems

    Post by REDDWOLF22 September 20th 2013, 7:02 pm

    thank you this is solved
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19325
    Reputation : 2005
    Language : fluent in dork / mumbojumbo & English haha

    Solved Re: dropdown menu problems

    Post by Ape September 20th 2013, 7:03 pm

    REDDWOLF22 wrote:thank you this is solved
    You are welcome please edit your first post and make it with the little green solved icon at the top of the page and resend

    Thank you and have a nice day

    Ape Neutral
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: dropdown menu problems

    Post by SLGray September 20th 2013, 8:31 pm

    Topic Solved & Locked



    dropdown menu problems Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.

      Current date/time is September 23rd 2024, 3:33 am