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.

Drop-Down List...?

+2
Goku93
Kouu-Chan
6 posters

Go down

Solved Drop-Down List...?

Post by Kouu-Chan October 27th 2009, 1:36 am

Code:
<div id="EchoTopic">
<form name="jump2">
<select name="menu" onchange="location=document.jump2.menu.options[document.jump2.menu.selectedIndex].value;" value="GO">
<option value="">TITLE OF DROP-DOWN LIST HERE</option>
<option value="LINK HERE">SELECTION TITLE HERE</option>
<option value="LINK HERE">SELECTION TITLE HERE</option>

</select>
</form>
</div>

I don't really understand that. Whenever I try it on my forum, it always comes out like it put up there accept with my

  • Title of Drop-Down List
  • Link
  • And selection title


The rest I really don't understand. Can someone help me with that?

Please and Thank You ~
Kouu-Chan~~


Last edited by Kouu-Chan on October 29th 2009, 11:42 pm; edited 1 time in total
Kouu-Chan
Kouu-Chan
New Member

Female Posts : 21
Reputation : 0
Language : English

Back to top Go down

Solved Re: Drop-Down List...?

Post by Goku93 October 27th 2009, 2:47 am

You just don't have to put it you also have to edit it

you have to edit everything given in caps or in capital letters with what the letters are saying

Like when it says Title of Drop Down List you have to replace it and type the title of your drop down box

and do the same with the rest
Goku93
Goku93
Forumember

Male Posts : 255
Reputation : 1
Language : English,Urdu,HTML,CSS,Coding,C++,Hacking
Location : Pakistan

http://www.zamboadvertising.net/forum.htm

Back to top Go down

Solved Re: Drop-Down List...?

Post by Kouu-Chan October 27th 2009, 3:10 am

I know that. But what I don't understand is what I have to fill in. All I really understand is 'Title of Drop-Down List' , 'Insert Link here' and 'Selection title'. The rest... I can't understand...
Kouu-Chan
Kouu-Chan
New Member

Female Posts : 21
Reputation : 0
Language : English

Back to top Go down

Solved Re: Drop-Down List...?

Post by Goku93 October 27th 2009, 3:36 am

well just copy the whole code and place it in your forum where ever you want

and in the Title of Drop down List type the title you want it to display when some watches it

like place Quick Jump

and when you will see the drop down code on your site it will show you Quick Jump autometically

and in the insert link you will place a link like if you place a link to forumotion and then in selection title type forumotion


and when you will click on the quick jump it will open a drop down menu saying forumotion and when you will click on it it will take you to the forumotion

like here is a preview

Code:
<div id="EchoTopic">
<form name="jump2">
<select name="menu" onchange="location=document.jump2.menu.options[document.jump2.menu.selectedIndex].value;" value="GO">
<option value="">Quick Jump</option>
<option value="http://www.forumotion.com/">Forumotion</option>
<option value="http://help.forumotion.com/">Support Forum</option>

</select>
</form>
</div>

Try putting this code and you will see the changes
Goku93
Goku93
Forumember

Male Posts : 255
Reputation : 1
Language : English,Urdu,HTML,CSS,Coding,C++,Hacking
Location : Pakistan

http://www.zamboadvertising.net/forum.htm

Back to top Go down

Solved Re: Drop-Down List...?

Post by Kouu-Chan October 27th 2009, 3:51 am

<div id="EchoTopic">
<form name="jump2">
<select name="menu" onchange="location=document.jump2.menu.options[document.jump2.menu.selectedIndex].value;" value="GO">
<option value="">Quick Jump</option>
<option value="https://www.forumotion.com/">Forumotion</option>
<option value="https://help.forumotion.com/">Support Forum</option>

</select>
</form>
</div>

Is it supposed to come out like that? What the fuck ?!?
Kouu-Chan
Kouu-Chan
New Member

Female Posts : 21
Reputation : 0
Language : English

Back to top Go down

Solved Re: Drop-Down List...?

Post by Goku93 October 27th 2009, 4:22 am

i think that you are using the wrong code

and html don't work in the posts on forumotion

Try using this code

Code:
<div align="center"><div id="EchoTopic"><form name="jump2"><select name="menu" onchange="location=document.jump2.menu.options[document.jump2.menu.selectedIndex].value;" value="GO"><option value="">Quick Jump</option><option value="http://www.forumotion.com/">Forumotion</option><option value="http://www.forumotion.com/">Forumotion</option><option value="http://www.forumotion.com/">Forumotion</option><option value="http://www.forumotion.com/">Forumotion</option><option value="http://help.forumotion.com">Support Forum</option><option value="http://help.forumotion.com">Support Forum</option><option value="http://help.forumotion.com">Support Forum</option></select></form></div></div>
Goku93
Goku93
Forumember

Male Posts : 255
Reputation : 1
Language : English,Urdu,HTML,CSS,Coding,C++,Hacking
Location : Pakistan

http://www.zamboadvertising.net/forum.htm

Back to top Go down

Solved Re: Drop-Down List...?

Post by dotDavid October 27th 2009, 9:26 am

Goku93 wrote:and html don't work in the posts on forumotion
Incorrect. You can set HTML on/off for posts.

Are you trying to place this in a widget, post or somewhere else?
dotDavid
dotDavid
Hyperactive

Male Posts : 2404
Reputation : 0
Language : English

https://help.forumotion.com/

Back to top Go down

Solved Re: Drop-Down List...?

Post by Goku93 October 27th 2009, 9:59 am

i mean to say in the forumotion support forum

the html don't work
Goku93
Goku93
Forumember

Male Posts : 255
Reputation : 1
Language : English,Urdu,HTML,CSS,Coding,C++,Hacking
Location : Pakistan

http://www.zamboadvertising.net/forum.htm

Back to top Go down

Solved Re: Drop-Down List...?

Post by Kouu-Chan October 27th 2009, 9:12 pm

dotDavid wrote:Are you trying to place this in a widget, post or somewhere else?

I'm trying to make it a widget to navigate the important topic for my forum..
Kouu-Chan
Kouu-Chan
New Member

Female Posts : 21
Reputation : 0
Language : English

Back to top Go down

Solved Re: Drop-Down List...?

Post by Tilum October 27th 2009, 10:17 pm

dotDavid wrote:
Goku93 wrote:and html don't work in the posts on forumotion
Incorrect. You can set HTML on/off for posts.

Are you trying to place this in a widget, post or somewhere else?

It's disabled in the admin panel. No one is allowed it.
Check your facts Drop-Down List...? Redface
Tilum
Tilum
Active Poster

Male Posts : 1759
Reputation : 62
Location : England.

Back to top Go down

Solved Re: Drop-Down List...?

Post by Goku93 October 27th 2009, 11:37 pm

try putting the second code i gave you it will make it
Goku93
Goku93
Forumember

Male Posts : 255
Reputation : 1
Language : English,Urdu,HTML,CSS,Coding,C++,Hacking
Location : Pakistan

http://www.zamboadvertising.net/forum.htm

Back to top Go down

Solved Re: Drop-Down List...?

Post by Kouu-Chan October 27th 2009, 11:54 pm

....


Last edited by Kouu-Chan on October 29th 2009, 11:35 pm; edited 1 time in total
Kouu-Chan
Kouu-Chan
New Member

Female Posts : 21
Reputation : 0
Language : English

Back to top Go down

Solved Re: Drop-Down List...?

Post by Goku93 October 28th 2009, 2:16 am

hey don't put this here

you have to put this into your module box and then try

in here it will just show a code
Goku93
Goku93
Forumember

Male Posts : 255
Reputation : 1
Language : English,Urdu,HTML,CSS,Coding,C++,Hacking
Location : Pakistan

http://www.zamboadvertising.net/forum.htm

Back to top Go down

Solved Re: Drop-Down List...?

Post by Rok October 29th 2009, 12:47 am

Kouu-Chan, no one is saying to paste the code here in this thread.

Try it out in the homepage message first before you add the code as a widget :
  1. Administration Panel
  2. Display tab
  3. Homepage -> Generalities
  4. Paste the code in the homepage message, and then save. After doing so, visit your forum index, and the drop-down list should appear right below your navigation bar.
Rok
Rok
Energetic

Male Posts : 6823
Reputation : 234
Language : idk

Back to top Go down

Solved Re: Drop-Down List...?

Post by dotDavid October 29th 2009, 6:41 am

Tilum wrote:
dotDavid wrote:
Goku93 wrote:and html don't work in the posts on forumotion
Incorrect. You can set HTML on/off for posts.

Are you trying to place this in a widget, post or somewhere else?

It's disabled in the admin panel. No one is allowed it.
Check your facts Drop-Down List...? Redface

Tilum, as experienced as you are, the meaning of that statement could have gone two ways. Forumotion as in the support forum, or forumotion as in our forums. Drop-Down List...? Redface Smile

And so, if you read the next post (quote: check your facts), the Goku had clarified it. Very Happy
dotDavid
dotDavid
Hyperactive

Male Posts : 2404
Reputation : 0
Language : English

https://help.forumotion.com/

Back to top Go down

Solved Re: Drop-Down List...?

Post by Kouu-Chan October 29th 2009, 11:38 pm

The second code worked on my forum. Thank you.
Kouu-Chan
Kouu-Chan
New Member

Female Posts : 21
Reputation : 0
Language : English

Back to top Go down

Solved Re: Drop-Down List...?

Post by Sanket October 30th 2009, 5:13 am

Since this thread is marked solved, I will lock this thread.
Drop-Down List...? 2j4t5a8

Sanket Smile
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum