It seems that this module: http://drupal.org/project/menu_views

doesn't work properly in conjunction with Superfish module.

Doese anyone find a solution? Doese anyone tested this?

Thanks.

Comments

mehrpadin’s picture

Hey Gianfranco,

Have you tried v1.9-beta4 too?

gianfrasoft’s picture

Sorry, I didn't. My project is in production and I think I'll not test that version by now.

Is there something new in that version? I'll test it in the future, surely.

Thank you very much!

mehrpadin’s picture

Well, yes, it's the next version actually, minus a few features and tweaks, which will be released as beta5 soon.

Update: I've just tested the Menu Views module, v1.4 does not work at all, even in a normal Drupal menu block; v2.0-alpha1 makes a little difference because it turns the link path to <view>, yet no Views showing up there, so maybe it's not the Superfish at all but the Menu Views module.

markhalliwell’s picture

Title: Menu Views module not working with Superfish module » Menu Views Support
Category: task » support

This is because Superfish uses very customized and strict control over rendering the menu structure and links and it doesn't use theme('menu_link') anywhere, let alone any theming hooks really (unless you really feel like duplicating the ENTIRE theme_superfish_build() code. The closest related issue (and patch) I can find to fix this problem is: #1534734-1: Theme function for menu items.

I also went ahead and committed changes to menu_views_7.x-2.x-dev that adds support for Superfish, provided when the above issue is actually committed and released.

http://drupalcode.org/project/menu_views.git/commit/f1df661

mehrpadin’s picture

Status: Active » Fixed

Ok, fixed! try the development release :) and thanks!

markhalliwell’s picture

Thanks man! Just FYI: #1824588: Create option to add classes to the menu item <li> element. I'll create an issue here when I actually start working on this.

Steve Polito Design’s picture

I have the most updated Superfish(7.x-1.9-beta4) and Menu Views(7.x-2.0-rc2+3-dev) modules installed and it's still not working. What am I doing wrong?

markhalliwell’s picture

Version: 7.x-1.8 » 7.x-1.9-beta4
Priority: Normal » Major
Status: Fixed » Reviewed & tested by the community

Support exists in the latest 7.x-1.x-dev version. 7.x-1.9-beta4 is almost a year old.

Changing the status from fixed to RTBC as support for Menu Views should be in a solid release. Also bumping up priority as I keep getting questions regarding this.

@mehrpadin when can you issue a new release? Are there any roadblocks in the way? If so, is there anything I can do to help this along?

Steve Polito Design’s picture

Thank you!

markhalliwell’s picture

Title: Menu Views Support » Create a release from 7.x-1.x-dev to support Menu Views
Category: support » task
Priority: Major » Critical

Marking this as critical, still getting people confused with how to configure Menu Views and Superfish. At least make a beta5 release, it doesn't have to be a full release.

#1855996: Superfish: Not working - only empty link appears

mehrpadin’s picture

Mark!

I will, I promise! :-)

markhalliwell’s picture

I know, just a little friendly ping.

mehrpadin’s picture

Done :)

markhalliwell’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.