By carn1x on
Ok, I have a custom menu, and I have a few nodes listed on the menu of content type "Page".
The menu displays as a block, and currently I have it "hard-coded" to show the block only on specific node paths but now the person I'm making it for would like the flexibility to be able to create new pages, add them to that menu, and then have the menu block display on that page.
I guess the only way I can think of would be to create a custom content type for those particular pages, but as the site already has quite a bit of existing content, and also custom fields, I was hoping there might be a better solution?
Thanks for any advice!
Comments
RE: Display custom menu block
Please use local menu modules for this one.
Or the menu_block module. It
Or the menu_block module. It does what you want automatically, and is easy to configure.
Thanks guys, but you're too
Thanks guys, but you're too late!
I went ahead and made them in Views, but thanks anyway, I'm sure this info will be used in my next project :)