By pit-2 on
Hi,
my navigation menus don't expand and collapse. I'm using the newest Drupal version and already searched the forum but didn't find any solution.
Thanks for any tips.
Best Regards
Hi,
my navigation menus don't expand and collapse. I'm using the newest Drupal version and already searched the forum but didn't find any solution.
Thanks for any tips.
Best Regards
Comments
did you look at administer >
did you look at administer > menus ?
=====
Drupal hosting - Up to $70 off, use coupon code: HOTPROMO
Yes, but what should i see
Yes, but what should i see there?
I set Expandend to No, like in the main navigation menu and thought that my own menus behave like the same.
I had the same problem some
I had the same problem some days ago and was related to using alias in the target of the menu instead /node/xx.
Hope it helps :)
Nice to see this alias
Nice to see this alias feature. I switched all targets to alias, but sadly it doesn't solve the problem.
Is here any other drupal-guru who has another idea, why menu-expand doesn't work?
I'm using drupal in a subdirectoy and I use the RewriteBase in the .htaccess. Could this explain the non working-menus?
i was trying to mean the
i was trying to mean the using alias in menus can bring problems but tried in my test server and seems working nicely.
Try to rebuild the menu from scratch with different test content, just 1 2 items to see what happens.
Thanks for that tip!
I had a perfectly expandable/collapsable menu except for one single menu option referred to the creation of a flexinode...whose link was "node/add/flexinode-6".
However, this menu option that was giving me a hard time was indeed an alias (when you are using an alias, Drupal tells you about it by giving you a message underneath the field path for the menu option you are trying to edit and even giving you a link to the one that is being actually used).
Once I deleted the menu option I had created (which was the alias) and moved the original option to where the removed option was...it worked like a charm :)
Clauz
---------------------------------
http://www.clauz.com.ar
...I am going through A Momentary Lapse of Reason...
Alis worked for me!
Thanx!
I used an alias instead of /node/xx and the menu works fine.
Thanx.