Page 1 of 1

Drop Down Menu-Is it possible

PostPosted: Sun May 07, 2006 9:22 am
Author: ayasha
since i do not know anything about coding, i am going to ask, is it possible to make a mod that allows for a drop down menu from the top nav bar and/or and expanding menu for the board navigation?

PostPosted: Sun May 07, 2006 9:24 am
Author: SteveRobWhatever
Like the ones I have on my site?

http://gridironfans.com/

PostPosted: Sun May 07, 2006 9:36 am
Author: ayasha
not really Steve, i am talking about a menu that has a drop down or expanding list to the side that opens when you hover over it. <img>

like the ones on these sites on the nav bar

http://www.depravityarena.co.uk/

http://www.ligotti.net/

Re: Drop Down Menu-Is it possible

PostPosted: Sun May 07, 2006 1:26 pm
Author: found it
Hi

I have a script that will do that but you will lose your qmenu and have to edit links manually....

:mrgreen:

do you mean like my second link in my sig something different...?

Re: Drop Down Menu-Is it possible

PostPosted: Sun May 07, 2006 1:29 pm
Author: ayasha
"found it";p="4942" wrote:
do you mean like my second link in my sig something different...?


yes found it, something like, i have seen it on other phpbb forums, i like the compactness of it, but the ability to include alot. <img>

Re: Drop Down Menu-Is it possible

PostPosted: Sun May 07, 2006 1:40 pm
Author: found it
I shall dig up the code...I found it here....

http://www.dynamicdrive.com/

PostPosted: Sun May 07, 2006 3:28 pm
Author: ayasha
thank you found it :lol:

Re: Drop Down Menu-Is it possible

PostPosted: Mon May 08, 2006 12:54 am
Author: found it
I will try and get something by the end of the day....

:mrgreen:

PostPosted: Mon May 08, 2006 2:16 am
Author: Adrian Rea
the ligotti menu is from a shareware prog, called allwebmenus a search on google will get you lots of links to it. depravityarena is more specialist called moz menu, which may be only mozilla compliant.

A

PostPosted: Mon May 08, 2006 2:19 am
Author: Adrian Rea
you could check out the list here
http://www.frontpagewebmaster.com/m-300897/tm.htm

A

PostPosted: Mon May 08, 2006 3:52 am
Author: ayasha
thanks guys, i appreciate you help <img>

Re: Drop Down Menu-Is it possible

PostPosted: Mon May 08, 2006 5:29 am
Author: found it
well this is mine if you want it


in overall_header.tpl find

Code: Select all
</head>


before add

Code: Select all
<script>function showmenu(elmnt){document.all(elmnt).style.visibility="visible"}function hide(elmnt){document.all(elmnt).style.visibility="hidden"}</script>


now this bit is your menus themselves so depending on your theme it depends where you want to place them...I will base this on fisubice to make things easier

find and remove from overall_header.tpl

Code: Select all
{QMENUS}<table><tr><td><img></td><td><img></td><td><img></td></tr></table>  


in the same place you removed that code add

[code]<table><tr><td>  <table><tr><td><a><img src="templates/fisubice/images/lang_english/button_portal.gif" style="filter]

you will need to remove alot of links or change them for ones that you have...I could do it if you want me to...

open fisubice.css

add at the bottom

[code]table.menu{     background-color]

and then upload the images remember to not use what you do not need....

any help needed just give me a shout

:mrgreen:

PostPosted: Mon May 08, 2006 5:58 am
Author: ayasha
i see you used images found it, is it possible to not use images, but to use cells and text that would use the themes colors?

i have tinkered with this some myself, so much so over the weekend, i had to totally redo my xampp (but that is nothing new for me, i tend to mess things up when i experiment) <img>

Re: Drop Down Menu-Is it possible

PostPosted: Mon May 08, 2006 6:22 am
Author: found it
You could use cells and text though it would mean just changing a few bits of code around.....

I will have a play with it...

:mrgreen:

PostPosted: Mon May 08, 2006 6:27 am
Author: ayasha
thanks found it, i am in no rush, still trying to tweek my forum <img>