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.

Javascript drop down menu

+3
kirk
Darren1
blindbat1457
7 posters

Page 1 of 2 1, 2  Next

Go down

Javascript drop down menu Empty Javascript drop down menu

Post by blindbat1457 March 21st 2011, 7:58 pm

Wanted to add a drop down menu to my forum with javascript. I am not sure where to put the code or what the code exactly is.

Another quick question, is there a way to add a link to my navbar that shows 'profile' and when you click it, it goes to your profile and not your profile settings?

Please and thank you.


EDIT:
This the code I want.
http://www.noupe.com/tutorial/drop-down-menu-jquery-css.html
blindbat1457
blindbat1457
Forumember

Male Posts : 667
Reputation : 6
Language : English
Location : Santa Clarita, CA

Back to top Go down

Javascript drop down menu Empty Re: Javascript drop down menu

Post by blindbat1457 March 22nd 2011, 6:16 pm

bump
blindbat1457
blindbat1457
Forumember

Male Posts : 667
Reputation : 6
Language : English
Location : Santa Clarita, CA

Back to top Go down

Javascript drop down menu Empty Re: Javascript drop down menu

Post by blindbat1457 March 23rd 2011, 8:47 pm

Bump.

Update on what I did now. I got the images and stuff working just now it won't drop down. Someone that knows JS help?
blindbat1457
blindbat1457
Forumember

Male Posts : 667
Reputation : 6
Language : English
Location : Santa Clarita, CA

Back to top Go down

Javascript drop down menu Empty Re: Javascript drop down menu

Post by blindbat1457 March 24th 2011, 8:18 pm

bump
blindbat1457
blindbat1457
Forumember

Male Posts : 667
Reputation : 6
Language : English
Location : Santa Clarita, CA

Back to top Go down

Javascript drop down menu Empty Re: Javascript drop down menu

Post by blindbat1457 March 24th 2011, 10:07 pm

Rideem3 wrote:You'd have to put it somewhere in your templates I believe. I think it's overall_header.

Here I will post my overall_header
Red is the JavaScript
Orange is the CSS
Green is the HTML

Spoiler:
blindbat1457
blindbat1457
Forumember

Male Posts : 667
Reputation : 6
Language : English
Location : Santa Clarita, CA

Back to top Go down

Javascript drop down menu Empty Re: Javascript drop down menu

Post by blindbat1457 March 24th 2011, 10:37 pm

Rideem3 wrote:Okay, did you try it yet?

Indeed. It isn't working. I know this is the right code too. I looked at other forumotion sites that have the same code and it worked for them.

http://pwpclantheme.goo-board.com/
blindbat1457
blindbat1457
Forumember

Male Posts : 667
Reputation : 6
Language : English
Location : Santa Clarita, CA

Back to top Go down

Javascript drop down menu Empty Re: Javascript drop down menu

Post by Darren1 March 25th 2011, 3:43 am

Hi,

Have you followed the provided tutorial they give you?

Yes, the overall_header is the correct template, you must also remove the other options you don't wish to use (Header left & Right YOU MUST LEAVE THE CENTER HEADER IN ORDER FOR THIS TO WORK!)
Darren1
Darren1
Helper
Helper

Male Posts : 11853
Reputation : 566
Language : English

Back to top Go down

Javascript drop down menu Empty Re: Javascript drop down menu

Post by blindbat1457 March 25th 2011, 8:18 am

I done everything even deleted the td positioning in the template.

Center doesn't work, the td alignment deleted doesn't work.
http://www.noupe.com/tutorial/drop-down-menu-jquery-css.html

I followed the whole thing at that link. Not working for me :/
blindbat1457
blindbat1457
Forumember

Male Posts : 667
Reputation : 6
Language : English
Location : Santa Clarita, CA

Back to top Go down

Javascript drop down menu Empty Re: Javascript drop down menu

Post by blindbat1457 March 26th 2011, 12:25 am

http://www.webartzforum.com/t1798-sub-navigation?highlight=navigation

Here is another thread where they discussed it. Doesn't work for me but I am also using PHPBB2
blindbat1457
blindbat1457
Forumember

Male Posts : 667
Reputation : 6
Language : English
Location : Santa Clarita, CA

Back to top Go down

Javascript drop down menu Empty Re: Javascript drop down menu

Post by blindbat1457 March 26th 2011, 5:14 pm

This is extremely aggravating.

I have been waiting over a week for help on this. I asked on webartz and forumotion. I even switched my forum version to punbb just to copy everything that was posted on webartz. Nothing and I mean NOTHING is working. Would be nice to get some help.
blindbat1457
blindbat1457
Forumember

Male Posts : 667
Reputation : 6
Language : English
Location : Santa Clarita, CA

Back to top Go down

Javascript drop down menu Empty Re: Javascript drop down menu

Post by kirk March 26th 2011, 9:29 pm

which code are you going with,
i need to check it out and test a few things.


May be better for me to try to create a couple different spry menus on dreamweaver but i keep running into a snag,

anyway let me see what code you are trying.
kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

Javascript drop down menu Empty Re: Javascript drop down menu

Post by sign da tits March 26th 2011, 10:09 pm

kirk wrote:which code are you going with,
i need to check it out and test a few things.


May be better for me to try to create a couple different spry menus on dreamweaver but i keep running into a snag,

anyway let me see what code you are trying.
http://www.sohtanaka.com/web-design/examples/drop-down-menu/
sign da tits
sign da tits
Forumember

Male Posts : 236
Reputation : 30
Language : British English, AutoIt
Location : England!

http://www.devforumz.com/

Back to top Go down

Javascript drop down menu Empty Re: Javascript drop down menu

Post by Darren1 March 27th 2011, 4:17 am

Hi,

I'd rather suggest to use CSS.
Just doing a quick search, this post should be able to further assist you.
=> https://help.forumotion.com/t81583-navbar-drop-down? .
Darren1
Darren1
Helper
Helper

Male Posts : 11853
Reputation : 566
Language : English

Back to top Go down

Javascript drop down menu Empty Re: Javascript drop down menu

Post by blindbat1457 March 27th 2011, 7:04 am

Here is the deal. Emilio at creative-labz.com used this same navbar he was using punbb and ankillian told him to put it in overall_header.

I did the same thing. Used the same HTML, CSS & Javascript. Except I was using phpbb2. Not until recently I switched to punbb to see if it works for that. Same result.

I followed everything that was said in that thread and even put the <span></span> before the </li> still isn't working.

This is what my overall_header when I had my version on phpbb2 which is what I prefer.
Red is the JavaScript
Orange is the CSS
Green is the HTML

Spoiler:
blindbat1457
blindbat1457
Forumember

Male Posts : 667
Reputation : 6
Language : English
Location : Santa Clarita, CA

Back to top Go down

Javascript drop down menu Empty Re: Javascript drop down menu

Post by blindbat1457 March 27th 2011, 10:30 pm

bump
blindbat1457
blindbat1457
Forumember

Male Posts : 667
Reputation : 6
Language : English
Location : Santa Clarita, CA

Back to top Go down

Javascript drop down menu Empty Re: Javascript drop down menu

Post by brenda March 27th 2011, 11:08 pm

I have drop down menu on my forum. You would have to put the code under Header & Navigation section under admin panel phpbb3. You could swich to phpbb3. Hope this helps.
avatar
brenda
Forumember

Female Posts : 55
Reputation : 0
Language : english
Location : Glasgow

http://cumbernaulddogwalks.forumakers.com

Back to top Go down

Javascript drop down menu Empty Re: Javascript drop down menu

Post by blindbat1457 March 28th 2011, 3:55 am

brenda wrote:I have drop down menu on my forum. You would have to put the code under Header & Navigation section under admin panel phpbb3. You could swich to phpbb3. Hope this helps.

phpbb3 has no template editing. So I won't switch to it :/
blindbat1457
blindbat1457
Forumember

Male Posts : 667
Reputation : 6
Language : English
Location : Santa Clarita, CA

Back to top Go down

Javascript drop down menu Empty Re: Javascript drop down menu

Post by blindbat1457 March 28th 2011, 8:49 am

bump
blindbat1457
blindbat1457
Forumember

Male Posts : 667
Reputation : 6
Language : English
Location : Santa Clarita, CA

Back to top Go down

Javascript drop down menu Empty Re: Javascript drop down menu

Post by blindbat1457 March 29th 2011, 9:17 am

bumppppppp
blindbat1457
blindbat1457
Forumember

Male Posts : 667
Reputation : 6
Language : English
Location : Santa Clarita, CA

Back to top Go down

Javascript drop down menu Empty Re: Javascript drop down menu

Post by blindbat1457 March 29th 2011, 11:38 pm

Over 1000+ views and no solution.

I even looked up threads on webartz.
http://www.webartzforum.com/t2070-how-to-add-down-down-menu-in-forumotion

Did EVERYTHING that was said and mine doesn't work. I deleted the template now on my forum but can someone please give me a step by step on how to do this?
blindbat1457
blindbat1457
Forumember

Male Posts : 667
Reputation : 6
Language : English
Location : Santa Clarita, CA

Back to top Go down

Javascript drop down menu Empty Re: Javascript drop down menu

Post by brenda March 29th 2011, 11:55 pm

If you can template edit all you need to do is put the code into the template.
If you want i can give you a code for drop down menu.
Brenda
avatar
brenda
Forumember

Female Posts : 55
Reputation : 0
Language : english
Location : Glasgow

http://cumbernaulddogwalks.forumakers.com

Back to top Go down

Javascript drop down menu Empty Re: Javascript drop down menu

Post by blindbat1457 March 30th 2011, 12:14 am

brenda wrote:If you can template edit all you need to do is put the code into the template.
If you want i can give you a code for drop down menu.
Brenda

I can template edit. I have done everything that anyone has told me even experimented with it for like 3 hours myself. Nothing is working.

I finally got the arrow images to show up.
www.pwpclantheme.goo-board.com

I would like the exact navbar drop down I posted I am open to another code to try out as well.
blindbat1457
blindbat1457
Forumember

Male Posts : 667
Reputation : 6
Language : English
Location : Santa Clarita, CA

Back to top Go down

Javascript drop down menu Empty Re: Javascript drop down menu

Post by blindbat1457 March 30th 2011, 10:44 am

blindbat1457
blindbat1457
Forumember

Male Posts : 667
Reputation : 6
Language : English
Location : Santa Clarita, CA

Back to top Go down

Javascript drop down menu Empty Re: Javascript drop down menu

Post by yibanbana March 30th 2011, 11:46 am

I love the great info, excellent post.
avatar
yibanbana
New Member

Posts : 1
Reputation : 0
Language : adg

Back to top Go down

Javascript drop down menu Empty Re: Javascript drop down menu

Post by blindbat1457 March 30th 2011, 9:17 pm

Uhh I am asking for help not posting how to do it. This thread isn't very successful though.
blindbat1457
blindbat1457
Forumember

Male Posts : 667
Reputation : 6
Language : English
Location : Santa Clarita, CA

Back to top Go down

Javascript drop down menu Empty Re: Javascript drop down menu

Post by brenda March 30th 2011, 9:52 pm

Do you know any of the following java or Html. Have you tried to edit the code of the menu as this could be the problem.
If you want i can have a look at your code.
Brenda
avatar
brenda
Forumember

Female Posts : 55
Reputation : 0
Language : english
Location : Glasgow

http://cumbernaulddogwalks.forumakers.com

Back to top Go down

Javascript drop down menu Empty Re: Javascript drop down menu

Post by brenda March 30th 2011, 9:55 pm

Sorry just see the link for the code having a look at it.
avatar
brenda
Forumember

Female Posts : 55
Reputation : 0
Language : english
Location : Glasgow

http://cumbernaulddogwalks.forumakers.com

Back to top Go down

Javascript drop down menu Empty Re: Javascript drop down menu

Post by blindbat1457 March 30th 2011, 10:23 pm

brenda wrote:Do you know any of the following java or Html. Have you tried to edit the code of the menu as this could be the problem.
If you want i can have a look at your code.
Brenda

brenda wrote:Sorry just see the link for the code having a look at it.

The coding is right. Other forums have the same codes and it worked for them some how but isn't working for me.

pwpclantheme.goo-board.com

I have it in the upper left corner. Got the arrows and everything to appear BUT the drop down portion doesn't work.
blindbat1457
blindbat1457
Forumember

Male Posts : 667
Reputation : 6
Language : English
Location : Santa Clarita, CA

Back to top Go down

Javascript drop down menu Empty Re: Javascript drop down menu

Post by brenda March 30th 2011, 11:10 pm

How about these drop down menu would this be any good.Just an example.
Javascript drop down menu Menu10
You can change colour ect.
Brenda
avatar
brenda
Forumember

Female Posts : 55
Reputation : 0
Language : english
Location : Glasgow

http://cumbernaulddogwalks.forumakers.com

Back to top Go down

Javascript drop down menu Empty Re: Javascript drop down menu

Post by blindbat1457 March 30th 2011, 11:15 pm

brenda wrote:How about these drop down menu would this be any good.Just an example.
Javascript drop down menu Menu10
You can change colour ect.
Brenda

It works but I didn't want the display:block.
Rather have it where there is text and then the drop down menu.
blindbat1457
blindbat1457
Forumember

Male Posts : 667
Reputation : 6
Language : English
Location : Santa Clarita, CA

Back to top Go down

Page 1 of 2 1, 2  Next

Back to top

- Similar topics

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