Developing a site www.windplaykites.com/windplay_drupal/ and it's close to launch, but we're having difficulty with duplicate menu items being created. Nice Menus is implemented on the Primary Links menu using the following function in Garland theme page.tpl.php:

<?php print theme('nice_menus_primary_links') ?>
          <!--<?php print theme('links', $primary_links, array('class' => 'links primary-links')) ?> -->

Current duplicates are forming from taxonomy terms and listing as menu items at the root of the Primary Menu, but sub-terms are also duplicated as child menu items.

As a work around, I disable the duplicates, rename them (Duplicate-##, etc.), then remove them from the database.

Screenshots are of the 1. bugged menu on the site, 2. what it should look like, and 3. the Primary Links menu with duplicates disabled.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

ganghiss’s picture

Priority: Major » Normal

Just updating URL as the site link changed to: http://www.windplaykites.com/

vordude’s picture

Status: Active » Closed (cannot reproduce)

I am not familiar with such an issue, and can't make it happen myself. I'm not sure how that could be related to nice menus.

AntiNSA’s picture

Priority: Normal » Major

I am having duplicate menu items, and I have to disable the dupllicated item, but Now I have like 50 disabled duplicated and no idea how to remove them...