Closed (fixed)
Project:
Sections
Version:
6.x-1.4
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
23 May 2011 at 10:31 UTC
Updated:
3 Jul 2011 at 23:11 UTC
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
Comment #1
ellishettinga commentedJust 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...
Comment #2
hass commentedTry dev, if i remember correctly this has been fixed. Please report back if not.