I want to create a view that will output all the nodes contained in a Primary Menu/Links Item. I don't want to use taxonomy (it duplicates navigation). If I have:
About Us (primary)
- What we do (about us is parent)
- History (about us is parent)
- Location (about us is parent)
- Contact Us (about us is parent. Yes, the contact module.)
I know the contact module is not a node. But, is there any way I can get it into a view?
Basically, I am trying to get my entire site (it's quite small) on one page, ordered by primary navigation.
thanks,
david
Comments
Comment #1
merlinofchaos commentedThis is not possible with Views.
Comment #2
dcasey commentedCan I change that to a feature request? Or is there a better direction you can point me?
Comment #3
dcasey commentedComment #4
Renee S commentedYou might look at the Category module, it sort of stuffs taxonomy into book's menu-structure. I used it a lot on one of my more hierarchical projects and it worked well (required a hack to make it accessible through views), although I'm a little leery of using it on a big site, I think it would work well for a small one!
Comment #5
esmerel commented