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

I have a Date entity bundle based on node that has a date field (starting and ending). I would like to be able to give my content admin's the ability to insert a date with a non-techie friendly token.

For example, I have a node titled "Attendee Registration Opens" with a date value of December. Ideally a writer, creating a page or article or any other node, could simply do [attendee_registration_opens:start_date], which they would pick from a fieldset.

I am currently playing with token_filter and token_insert but, as far as I can tell, these do not allow me to use a token that, again, shows one field from a different node.

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.