Still can't figure out my menu problem
Hi there, I tried to do as Laura suggested and put a menu item rather than a menu under the "primary links" menu, the thing that confuses me now is where the path should point. There's no node asociated with this menu since it's going to be a menu. I feel stupid. Also since i don't want to hack in templates files or such, being a non-programmer i wonder if there's a module that could help me out? This module should be able to make colapsable menus, if possible without refreshing the page, but maybe that's too much to ask for... Thankful for any answers. /Krister
On Saturday May 19 2007 11:31 am, Krister Ekstrom wrote:
Hi there, I tried to do as Laura suggested and put a menu item rather than a menu under the "primary links" menu, the thing that confuses me now is where the path should point. There's no node asociated with this menu since it's going to be a menu. I feel stupid.
You can't do it that way. It has to have a path to a page or node of some type.
Also since i don't want to hack in templates files or such, being a non-programmer i wonder if there's a module that could help me out? This module should be able to make colapsable menus, if possible without refreshing the page, but maybe that's too much to ask for...
Maybe you can look into Nice Menus (http://drupal.org/project/nice_menus), though it won't change the functionality of the menus, only the look and feel, so you don't have to do a page refresh.
Thankful for any answers. /Krister
-- Jason Flatt http://www.oadaeh.net/ Father of Six: http://www.flattfamily.com/ (Joseph, 13; Cramer, 11; Travis, 9; Angela; Harry, 5; and William, 12:04 am, 12-29-2005) Linux User: http://www.kubuntu.org/ Drupal Fanatic: http://drupal.org/
Hi Jason and thanks a lot for the tips. Is it possible to put a menu under the primary links or should it go as menu items? If so where should the first menus path point? Sorry for repeatedly asking the same questions. I hope i will figure this out eventually.:) /Krister Jason Flatt wrote:
On Saturday May 19 2007 11:31 am, Krister Ekstrom wrote:
Hi there, I tried to do as Laura suggested and put a menu item rather than a menu under the "primary links" menu, the thing that confuses me now is where the path should point. There's no node asociated with this menu since it's going to be a menu. I feel stupid.
You can't do it that way. It has to have a path to a page or node of some type.
Also since i don't want to hack in templates files or such, being a non-programmer i wonder if there's a module that could help me out? This module should be able to make colapsable menus, if possible without refreshing the page, but maybe that's too much to ask for...
Maybe you can look into Nice Menus (http://drupal.org/project/nice_menus), though it won't change the functionality of the menus, only the look and feel, so you don't have to do a page refresh.
Thankful for any answers. /Krister
Subscribing ... I have the same question. Last time I searched, it seems D5 doesn't allow 'dummy menus' (which means it doesn't point to anything but just a placeholder to expand submenu items). Will this be supported in D6 with all the menu changes? Thanks, -Jim
Quoting Jim Li <jimmydami@gmail.com>:
Subscribing ... I have the same question. Last time I searched, it seems D5 doesn't allow 'dummy menus' (which means it doesn't point to anything but just a placeholder to expand submenu items). Will this be supported in D6 with all the menu changes?
The problem as I see it, the menu needs to display something when clicked. The "dummy menu" then should display the list of submenu items along with the description if provided as a node page. Is there a module to do this? If not you should be able to create one. Earnie
On Monday 21 May 2007, Earnie Boyd wrote:
Quoting Jim Li <jimmydami@gmail.com>:
Subscribing ... I have the same question. Last time I searched, it seems D5 doesn't allow 'dummy menus' (which means it doesn't point to anything but just a placeholder to expand submenu items). Will this be supported in D6 with all the menu changes?
The problem as I see it, the menu needs to display something when clicked. The "dummy menu" then should display the list of submenu items along with the description if provided as a node page. Is there a module to do this? If not you should be able to create one.
Earnie
There's a code snippet I wrote: http://drupal.org/node/143322 It's mostly theme code, not module code, which is why I didn't make a module out of it. -- Larry Garfield AIM: LOLG42 larry@garfieldtech.com ICQ: 6817012 "If nature has made any one thing less susceptible than all others of exclusive property, it is the action of the thinking power called an idea, which an individual may exclusively possess as long as he keeps it to himself; but the moment it is divulged, it forces itself into the possession of every one, and the receiver cannot dispossess himself of it." -- Thomas Jefferson
Quoting Larry Garfield <larry@garfieldtech.com>:
On Monday 21 May 2007, Earnie Boyd wrote:
Quoting Jim Li <jimmydami@gmail.com>:
Subscribing ... I have the same question. Last time I searched, it seems D5 doesn't allow 'dummy menus' (which means it doesn't point to anything but just a placeholder to expand submenu items). Will this be supported in D6 with all the menu changes?
The problem as I see it, the menu needs to display something when clicked. The "dummy menu" then should display the list of submenu items along with the description if provided as a node page. Is there a module to do this? If not you should be able to create one.
Earnie
There's a code snippet I wrote:
It's mostly theme code, not module code, which is why I didn't make a module out of it.
It is a start. ;p Expanding the "dummy menu" item works regardless for your code though. It would be nice to have the ability to un/expand it. Earnie
Hi, How about a module such as "Lucid menus", will that do what we want? /Krister Earnie Boyd wrote:
Quoting Jim Li <jimmydami@gmail.com>:
Subscribing ... I have the same question. Last time I searched, it seems D5 doesn't allow 'dummy menus' (which means it doesn't point to anything but just a placeholder to expand submenu items). Will this be supported in D6 with all the menu changes?
The problem as I see it, the menu needs to display something when clicked. The "dummy menu" then should display the list of submenu items along with the description if provided as a node page. Is there a module to do this? If not you should be able to create one.
Earnie
Quoting Krister Ekstrom <krister@kristersplace.ws>:
Hi, How about a module such as "Lucid menus", will that do what we want? /Krister
I don't know, you'll have to tell me. However, this is yet another example of let us create another module like Nice Menus rather than helping to enhance the module that already exists. Earnie
participants (5)
-
Earnie Boyd -
Jason Flatt -
Jim Li -
Krister Ekstrom -
Larry Garfield