Can I use this module to have the results of a view appear as menu links?
Im using the custom pager module which uses a CCK field to determine its order. I want the nodes that are using the custom pager to have menu links, but the order of the links must be same as the pager's order, and so must be determined by the CCK value.
Is there a way of adding a menu item which embeds the view results?
So if my menu is this:
link1
link2
link3
And my view is this:
nodea
nodeb
nodec
If I created a custom link and placed it in the menu in this order:
link1
link2
customlink
link3
The results would be this:
link1
link2
nodea
nodeb
nodec
link3
Thanks
Comments
Comment #1
sreyas commentedTry these modules
http://drupal.org/project/menu_views
http://drupal.org/project/Menu_MiniPanels
Comment #2
rooby commentedI'd say this is not going to happen in this module.
It would be better to use one of those modules mentioned above.
Adding views to this module would be too complex and outside of the scope of what this module does.