Instead of adding on to the region in preprocess_page, the module should completely rebuild the regions. This will allow it to work with themes like Zen that preprocess the region. Otherwise, the node level blocks are tacked on after the closing div of the region

CommentFileSizeAuthor
#1 themefix-1233592-1.patch1.42 KBawolfey

Comments

awolfey’s picture

StatusFileSize
new1.42 KB

Here's the patch.

gloaguen’s picture

Thanks for the patch. I will look into this asap.

gloaguen’s picture

I have checked the patch and this is working correctly.
I have implemented this in a new version of the Node-level Blocks module.

Thanks for the good work !

gloaguen’s picture

Version: 6.x-1.3 » 6.x-1.4
Assigned: Unassigned » gloaguen
Status: Needs review » Closed (fixed)

Issue is fixed.

  • Commit 360dc4f on master, 7.x-2.x by gloaguen:
    Issue #1233592 by awolfey: rebuild region rather than using the...