Tell me more ×
Drupal Answers is a question and answer site for Drupal developers and administrators. It's 100% free, no registration required.

I'm trying too add links to a menu automatically based on certain criterias, when some content is added.

At the moment, I'm trying to use Menu position module to achieve this functionality.

At the moment, it "almost work" a Link is being added, when I create some content, and my define rules is matched. However the part that doesn't work, is the title of the link is the same as the Condition name, and not the title of my content.

example if I have, some content with the title of "A" and my condition name is "B", then my menu link will show "B", but give a link to "A".

How I could get this functionality?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.