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

sreyas’s picture

rooby’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

I'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.