Dropdown in sidebar forum
3 posters
Page 1 of 1
Dropdown in sidebar forum
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!
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, 11:40 am; edited 1 time in total
Chocoladesnoepje- Forumember
- Posts : 33
Reputation : 1
Language : Dutch
Location : Belgium
Re: Dropdown in sidebar forum
Hello @Chocoladesnoepje,
Yes, it's possible. Here's an example for you, add the following to a widget.
value of the option element is where you'll place your redirect link.
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.
Re: Dropdown in sidebar forum
Thank you! ^.^
Chocoladesnoepje- Forumember
- Posts : 33
Reputation : 1
Language : Dutch
Location : Belgium
Similar topics
» #1845 Chrome Users Unable to Interact with Forum Sidebar/Widgets
» How can I create dropdown menu on options "Mark all topics read / Start Watch this forum"?
» Dropdown Navbarlink for Invision
» i want add dropdown abridgement in sceditor
» dropDown list
» How can I create dropdown menu on options "Mark all topics read / Start Watch this forum"?
» Dropdown Navbarlink for Invision
» i want add dropdown abridgement in sceditor
» dropDown list
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum