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

budda’s picture

Status: Active » Closed (works as designed)

Don'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?