dropdown menu problems
3 posters
Page 1 of 1
dropdown menu problems
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
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
Re: dropdown menu problems
what would a screenshot of a url link that doesnt load in the drop menu tell ya
Re: dropdown menu problems
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>
Re: dropdown menu problems
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
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
Re: dropdown menu problems
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
but i have started it over with nothing else for thinking that was a problem but still cant get it to work
Re: dropdown menu problems
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
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
Hope that helps
Your friendly helper Ape
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>
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
- Code:
jump4a
- Code:
jump5b
Hope that helps
Your friendly helper Ape
Last edited by APE on September 20th 2013, 6:58 pm; edited 2 times in total
Re: dropdown menu problems
it works now. but one question does the code differ if i want to put the others back up
Re: dropdown menu problems
yes i just made a edit on my code here
https://help.forumotion.com/t127329-dropdown-menu-problems#850899
https://help.forumotion.com/t127329-dropdown-menu-problems#850899
Re: dropdown menu problems
You are welcome please edit your first post and make it with the little green solved icon at the top of the page and resendREDDWOLF22 wrote:thank you this is solved
Thank you and have a nice day
Ape
Re: dropdown menu problems
Topic Solved & Locked
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Similar topics
» CSS Dropdown Menu
» Dropdown Menu
» message dropdown menu
» dropdown menu problem
» How can I create dropdown menu on options "Mark all topics read / Start Watch this forum"?
» Dropdown Menu
» message dropdown menu
» dropdown menu problem
» How can I create dropdown menu on options "Mark all topics read / Start Watch this forum"?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum