Hi,
First post. I am trying to migrate a static site to drupal to take advantage of its CMS features.
Just have a few, kind of advanced, questions about doing dynamic sidebar content.
How do I create a custom content type and then show that content dynamically in a block?
The site has three basic regions:
Navigation, Body Content, and Sidebar
The site has many different sidebars that need to be dynamically linked to the content appearing in the body on many different pages. Sidebar to Body Content is a "one to many" relationship.
I want to allow the user to generate sidebar content in the same way that they generate normal content, through the "Create Content" menu option. But some content will need to appear in the body as a Page (or some other custom content type) and some content in the sidebar as a "Pull Quote" for example. I want to link together these two pieces of content and show them in the same node or page. Is this possible?
I have searched the site and read up on blocks. But from what I understand to achieve the affect I need it appears I have to create a bunch of blocks for each piece of unique content. But this looks messy. Really I just want a single block called "Sidebar", and then dynamically insert specific bits of content depending on what node I am looking at.
Is there a good guide or module for this?
I tried the module at