Active
Project:
Insert Block
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
26 Nov 2011 at 07:01 UTC
Updated:
29 Nov 2011 at 20:31 UTC
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
Comment #1
mlsamuelson commentedDo 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.