Closed (works as designed)
Project:
Webform Block
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
17 Sep 2009 at 16:46 UTC
Updated:
5 Oct 2009 at 09:22 UTC
Hi,
I had some theming problems related to the fact that Webform blocks are embedding the full webform node. For example, some themes (like Acquia Marina) provide "node" regions (e.g. : "node bottom") to add blocks to the node object.
If, on a given node, we have a block (lets's call it "block A") displayed into the "node bottom" region AND a webform block ("block B") displayed in another region, block A will also be added to the "node bottom" region of block B, which can lead to display problems and is not the expected behavior.
___________________
|..Webform block..|
|.................|
|..(node bottom)..|
|..Block A........|
|_________________|
How can we avoid this? Should Webform block embed the whole node?
Thanks!
Comments
Comment #1
buddaDon't use off the shelf themes if you have a need to use webform block module? Or don't show blocks in the node bottom region if the node type is a webform?