The module installed and worked great for my admin tabs which was the reason I installed it. Unfortunately, I am using Nice Menus for my main navigation and the module seemed to strip all of the links in the menus. It did inject the class names in the li tags, but the actual a tag links disappeared.

I reverted back to Nice Menus 7.x-2.0-beta3 as a quick fix to have my site up and running.

Comments

lee20’s picture

I am having he same issue.

hazah’s picture

This happens because nice_menus_menu_item_link is being used for the theme hook and it does not exist.

nowidid’s picture

Issue summary: View changes

Does not work also with nice menus module (7.x-2.5).

If nice_menus_menu_item_link does not exist, which theme hook should I use?

anou’s picture

Category: Support request » Bug report
Status: Active » Needs review
StatusFileSize
new7.13 KB

All of this is caused by the theme_nice_menus_build rewrite in the Nice Menus module. So I've rewritten the menu_css_names_nice_menus_build function to be compatible with Nice Menus 7.x.2.1 and above (I hope :-) ).

I'm using it with last version of Nice Menus 7.x.2.5 and Drupal 7.28.

Here's a patch for this.

anou’s picture

Component: Miscellaneous » Code