Is there a Menu reference so I can attach menus to nodes, and render them on the page?
I’m looking for a solution which is equivalent to Node and/or Entity Reference modules. Should I add that “Menu” is not a bundle in either?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is no such mechanism in Drupal – either core or contributed.
What you need to do to simulate this is:
place your menu block in the block position that you want it to appear.
want it to appear.
It’s a little tedious, but you have to understand that a CMS like Drupal is developed to satisfy the masses. It’s generally considered poor design to do this because it makes navigation difficult for users. Having said that, you may have a perfectly valid reason for wanting to do that – but I wouldn’t expect a module offering this functionality to popup anytime soon.