I'm desperate for a way to insert a block into the node content area.

I am using quicktabs to create a block with tabbed views displays.
The views displays are being rendered with the accordion views style (provided by another module).

If I use Drupal's admin/build/block page to add the block to the content bottom region then the block works fine, the separate views displays are shown on different tabs and the listed items within the tab are displayed in a working views accordion.

If, however, I use insert block to try to get the quicktabs block into the actual main content area the views displays content is shown but the tabs and the accordion effects are broken.

Can anyone help with this?

Comments

mlsamuelson’s picture

Do you have a URL one could look at to see what's going on?

Insert Block doesn't do much but pass through the content that would normally display for the block, so in the context it comes through in your tabs, perhaps there's some conflicts given the JS applied there.