I created a clone of my Main Menu and left all settings as is, so on the admin side everything looks like it clones fine.

On the front end, the child nodes are not cloned. So, if my main menu looks like this

  • Fruits
    • Apples
    • Oranges
    • Bananas
  • Vegetables
    • Spinach
    • Lettuce
    • Carrots
  • Candy
    • Chocolate
    • Taffy
    • Bubble Gum

The front end of the cloned menu will only display:

  • Fruits
  • Vegetables
  • Candy

Needs to clone children and children of children, etc. on front end output.

Comments

Anonymous’s picture

Component: User interface » Code
Assigned: Unassigned »

Hi

I've reconstructed your issue, and found that this is not a menu_clone issue but a Drupal core one. Try to create the two menus without menu clone and you'll get the same result, that only one menu is expanded.

I'm gonna try this in Drupal 6 and see what the result.

Greets

Tim

hcabalic’s picture

Thanks, but I'm not sure what you mean by 'create two menus without menu clone'?

Is there another way to clone the Main Menu without using the Menu clone module?

- H

Anonymous’s picture

Hi

I mean, just create two menus in drupal with subitems and link them to the same pages. And you'll see that only one menu will be shown collapsed.

Regards

Tim

Anonymous’s picture

Status: Active » Closed (works as designed)

Closing as this is a Drupal core issue that works as designed and no activity for a few weeks