[drupal-devel] taxonomy_dropmenu module
I'd created a module called taxonomy_dropmenu. It generated dhtml/javascript dropdown menus for vocabularies. You can see it working in http://www.depressionadvisor.com/. It's possible too to include fixed links, for example, for glossary. It's my very first module, so it is probably very far from perfect. If you find it useful, please test it and send me all sugestion/criticism you consider worth it. It's similar to taxonomy_context, a function call should be added to a phptemplate based theme. A patch is attached. I don't know how to include the reference to .js/.css via drupal function and not via a theme patch. Regards maykel -- ,''`. Debian GNU/Linux : :' : The universal & free Operating System `. `' http://www.debian.org/ `-
I'd created a module called taxonomy_dropmenu. It generated dhtml/javascript dropdown menus for vocabularies. You can see it working in http://www.depressionadvisor.com/.
Looks good. I imagine you're aware that drop down menus can be done with pure CSS (see, e.g., http://www.mywebstuff.com/02_css/css_07.html Did you consider this as an option?
Looks good. I imagine you're aware that drop down menus can be done with pure CSS (see, e.g.,
http://www.mywebstuff.com/02_css/css_07.html
Did you consider this as an option?
Not this in particular, but others that use only CSS. The problem was in doing more than one level of menu. Regards maykel -- ,''`. Debian GNU/Linux : :' : The universal & free Operating System `. `' http://www.debian.org/ `-
Looks good. I imagine you're aware that drop down menus can be done with pure CSS (see, e.g.,
http://www.mywebstuff.com/02_css/css_07.html
Did you consider this as an option?
Not this in particular, but others that use only CSS. The problem was in doing more than one level of menu.
Multi-level can be done with CSS. See, e.g., http://www.seoconsultants.com/css/menus/horizontal/ (I'm citing this as an example, not necessarily as a model.)
Op vrijdag 4 maart 2005 23:58, schreef Maykel Moya:
I'd created a module called taxonomy_dropmenu. It generated dhtml/javascript dropdown menus for vocabularies. You can see it working in http://www.depressionadvisor.com/.
It's possible too to include fixed links, for example, for glossary.
It's my very first module, so it is probably very far from perfect. If you find it useful, please test it and send me all sugestion/criticism you consider worth it.
I suggest you make this a themable menu call, that way you do not need to make the admin UI, and you make it much wider available for all others. Also. The module does not work properly on konqueror (and thus prolly safari too). Some tests I did with a Drupal Menu in pure CSS can be found here: http://bler.webschuur.com/node/44 Regards, Bèr -- [ Bèr Kessels | Drupal services www.webschuur.com ]
On 2005-03-05 17:16 +0100, B?r Kessels wrote:
Op vrijdag 4 maart 2005 23:58, schreef Maykel Moya:
I'd created a module called taxonomy_dropmenu. It generated dhtml/javascript dropdown menus for vocabularies. You can see it working in http://www.depressionadvisor.com/. Also. The module does not work properly on konqueror (and thus prolly safari too).
Correct. -- Michael Rowe <mrowe@mojain.com> http://www.mojain.com/ http://www.therowes.id.au/
participants (4)
-
Bèr Kessels -
Maykel Moya -
Michael Rowe -
Nedjo Rogers