Actually the same issue that was explained and patched in this issue:
http://drupal.org/node/662370 is now happening for version 1.4.
When I enable de sections module selected blocks in regions stay the same for all themes.
When I for instance add a block to the sidebar in Garland, it shows up in Pushbutton too.
And also the admin/block/list page stays in Garland no matter what you configure.
No problem about that but maybe these issues are related?

Is it meant that way, or is the patch for diferent blocks per theme not implemented in 1.4 ?
Cannot put my finger on what's happening...appreciate any tips!

Ellis

Comments

ellishettinga’s picture

Just looked in sections.module (1.4)
On line 266 there is a 'n' that should not be there >>'nadmin'

if ($page_match = !($row->visibility xor $page_match) && !(drupal_match_path($path, "admin/build/block\nadmin/build/block/list/*"))) {
return $row;
}

after removing this 'n' the problem of the admin/block/list page showing upin garland no matter what you configre has gone.
But the problem of blocks changing in all themes when you change them in one theme still remains unfortunately...

hass’s picture

Status: Active » Fixed

Try dev, if i remember correctly this has been fixed. Please report back if not.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.