If I have a menu item that points to a views page and the link is not displayed.

Can this module display all types of links not just for nodes?

Comments

bengtan’s picture

Status: Active » Closed (duplicate)

I think this is a duplicate of http://drupal.org/node/333202. Please especially read comments 2 and 3 of that thread.

If you disagree with me, please re-open this issue. Thank you.

ipwa’s picture

Version: 6.x-1.4 » 7.x-2.3
Priority: Normal » Major
Status: Closed (duplicate) » Active

This is an issue for me in 7.x-2.x and it I don't think this is a duplicate of the Views integration ticket. That tickets is about the display of the Submenu Tree block, but this is about the visibility of that block in pages generated by Views. This modules works well with node pages, but not Views pages.

To receate:
- Create a menu
- Add some nodes to that menu
- Create a view and give it a menu item
- Assign the sibling content block to a sidebar

On the node pages you will see the menu showing the sibling items, on the page generated by Views you won't.

One workaround is to create an empty node and use a block in your view (assigned to content top for example) that is assigned to just that node. Obviously not ideal, it would be great to be able to include view pages as sisbling content.

ivnish’s picture

Issue summary: View changes
Status: Active » Closed (outdated)
ipwa’s picture

did the issue get fixed?