How do you put blocks in the editable content? On a number of sites it would be very handy to allow clients to insert dynamic blocks in the midst of the main page content they can edit. eg A rate calendar on a hotel room page. Is there a mechanism to do this? What about with ckeditor and/or tinymce?

Comments

JoeMcGuire’s picture

Sounds like you'll want to use input filters which can replace markers in piece of content dynamic content.

http://drupal.org/handbook/modules/filter

You'll still need to find or develop a module for your particular requirement.