I had a developer built a small module to allow for fast on/off switching of this module (see attachment).

Maybe this can be incorporated into the main branch of this module? You may want to 'reset' my code and/or change the 'title' so that it doesn't start with a space character (used to keep the item in the top of my administration menu).

CommentFileSizeAuthor
ez_firebug_toggler.zip1.19 KBVote_Sizing_Steve
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

geek-merlin’s picture

cool, sub

populist’s picture

Status: Active » Needs work

I think this is a cool feature and maybe could be implemented with a few different modes: "off", "on", and "on for next pageload".

At a minimum, what would need to happen to get this included in the main module:

a.) Move the settings form to the main module at admin/settings/drupalforfirebug and implement a more traditional Drupal settings page (http://drupal.org/node/206761). We can use a value like "drupalforfirebug_status" to control how the functionality works.

b.) Add a check for the drupalforfirebug_status value at key moments to disable/enable Drupalforfirebug functionality.

For bonus points...

a.) Add a block that can be turned on (ala devel.module) that allows for easy on/off functionality here.

frob’s picture

Status: Needs work » Postponed

This is something that I will look into including in the 7.x-2.x branch