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 in sidebar forum

    Chocoladesnoepje
    Chocoladesnoepje
    Forumember


    Male Posts : 33
    Reputation : 1
    Language : Dutch
    Location : Belgium

    Solved Dropdown in sidebar forum

    Post by Chocoladesnoepje January 9th 2015, 9:17 pm

    Hello guys,

    I would like a simple drop down menu, that I can put in a forum widget. The "values" I enter, should work as links. Is this possible on forummotion?


    Thanks in advance!


    Last edited by Chocoladesnoepje on January 13th 2015, 10:40 am; edited 1 time in total
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: Dropdown in sidebar forum

    Post by Ange Tuteur January 10th 2015, 12:38 am

    Hello @Chocoladesnoepje,

    Yes, it's possible. Here's an example for you, add the following to a widget.
    Code:
    <script type="text/javascript">//<![CDATA[
    function dropDownGo() { window.location = document.dropdown.menu.options[document.dropdown.menu.options.selectedIndex].value }  
    //]]></script>
    <form name="dropdown">
     Â <select name="menu">
     Â   <option value="/">Home</option>
     Â   <option value="/profile?mode=editprofile">Profile</option>
     Â   <option value="/memberlist">Memberlist</option>
     Â </select>
     Â <a href="javascript:dropDownGo();">Go</a>
    </form>

    value of the option element is where you'll place your redirect link.
    Chocoladesnoepje
    Chocoladesnoepje
    Forumember


    Male Posts : 33
    Reputation : 1
    Language : Dutch
    Location : Belgium

    Solved Re: Dropdown in sidebar forum

    Post by Chocoladesnoepje January 13th 2015, 10:39 am

    Thank you! ^.^
    Base
    Base
    Forumaster


    Male Posts : 10383
    Reputation : 1695
    Language : English and French
    Location : United Kingdom, England

    Solved Re: Dropdown in sidebar forum

    Post by Base January 13th 2015, 10:44 am

    Solved => Archived

      Current date/time is September 23rd 2024, 6:27 pm