I`m trying to embed views block, but nothing happens - all I`m getting is 'empty' link like this: <a href="site/<view>"></a>
First I tried to use it with Superfish (7.x-1.9-beta4) - no result. Then I tried to use it with normal drupal menu - same result.

What I can do wrong and how can I solve this problem?
Thanks!

CommentFileSizeAuthor
#4 menu-item-prtsc.png32.18 KBlanzs
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

markhalliwell’s picture

Component: User interface » Miscellaneous
Assigned: Unassigned » markhalliwell
Status: Active » Postponed (maintainer needs more info)

Is this a fresh install or an upgrade from 7.x-1.x? What other modules do you have installed that might be related to altering a menu item? Is your theme overwriting how menu links are rendered? There are many, different reasons why this could be happening.

lanzs’s picture

It's a fresh install. Modules which can be related to altering menu:
1. Administration menu and Administration menu Toolbar style (7.x-3.0-rc3)
2. Menu attributes (7.x-1.0-rc2)
3. Superfish (7.x-1.9-beta4)
Theme not overwriting menu links.

markhalliwell’s picture

Could you provide me with a screen shot of your menu item settings page?

lanzs’s picture

FileSize
32.18 KB

Sure, here it is!

markhalliwell’s picture

Title: Not working - only empty link appears » Superfish: Not working - only empty link appears
Status: Postponed (maintainer needs more info) » Fixed

I don't know what I was thinking and didn't notice what version of Superfish you said you were using. You can't use Superfish 7.x-1.9-beta4. The reason it's outputting a blank link is because support for Menu Views hasn't been put in a release yet, see: #1617802-8: Create a release from 7.x-1.x-dev to support Menu Views.

lanzs’s picture

Yes, I see it now. I have seen this issue erlier but I was really sure that last beta (7.x-1.9-beta4) includes Menu Views support.

Thanks for your help, will be waiting for a new release of superfish.

Status: Fixed » Closed (fixed)

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

criticny’s picture

Issue summary: View changes

I was also having the <view> in a menu link issue. Took me FOREVER to figure out (I think) that it was a VIEWS module bug that's been around forever and that the view in question was a ghost:

https://drupal.org/node/1200576

Hope that saves someone else out there some hair-pulling.