Closed (fixed)
Project:
Drupal For Firebug
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Apr 2009 at 15:36 UTC
Updated:
16 Jul 2009 at 02:20 UTC
having drupalforfirebug activated, the block list (/admin/build/block) shows the wrong blocks:
those from the admin theme, not those the list should. In the end, the blocks can not be changed correctly.
see my comment here:
http://drupal.org/node/64409#comment-1529592
might be a problem in drupalforfirebug_preprocess_init()
this comment helped me to find the problem at the firebug mod:
http://drupal.org/node/64409#comment-1504376
Comments
Comment #1
tobey_p commentedsubscribe
Comment #2
populist commentedI am going to mark this as fixed with the latest version because I think that there is an issue with how DFF was handling the theme functionality. I removed the theme() calls to resolve #337072: Theming in drupalforfirebug_user breaking custom Admin theme and #451162: enabling this module breaks og theme functionality and suspect when you were trying to disable the drupalforfirebug_proprocess function you also disabled drupalforfirebug.module which had the offending theme functions.
The drupalforfirebug_preprocess function just has some global variable handling which should not effect the block system at all.