I have a page that is generated by Views ("Classes") that I would like to assign as a child to a page that is just a regular page ("Education"). I also have a page called Frequently Asked Questions that is generated by the module Frequently Asked Questions--I'd like to make this the default parent of all nodes of the type FAQ.
Since Classes isn't a regular page, I'm not sure how I can edit it to attach it to Education. If I try to edit it, I get taken to the Views page, not the regular node editing page with the Node Hierarchy choices. Similarly, when I go to the Node Hierarchy set-up page and try to assign a default parent for the FAQ content type, the main FAQ page (which is generated by the other module) isn't one of the choices.
Am I missing a way to accomplish this? FWIW, these items are already correctly ranked in my menu; I'm just trying to get the hierarchy right for breadcrumbs and site map.
Comments
Comment #1
HansBKK commentedI believe you can just insert a menu item manually in your hierarchy that goes wherever you want it to, but you'd need to take care of the path alias yourself and won't get consistent breadcrumbs that way.
Other way - search on embedded Views, different ways to go, but all you need is a node that generates a child View, and put that node in your hierarchy.
The issues I've just posted may be of interest, although I think NAT doesn't quite fit your use case. http://drupal.org/node/335324
Comment #2
dgorton commented