Hi there,

Not sure if I misunderstand what this module is supposed to do, but I was under the assumption that when looking at, say, a node and looking at the Nodes tab in DrupalForFirebug extension, I should be able to open up the items that are presented to me and see their contents?

I see:

load $node->3
view $node->3
alter $node->3
load $node->3

...in blue italic text that looks and acts like a link, but clicking on them does nothing. Same thing in Views and Forms.

I've got all the permissions turned on for the module, have Devel enabled and permissioned...what am I missing?

Thanks!

Comments

drumm’s picture

Confirmed, forms are empty. I am guessing something changed in an upgrade which d4fb needs to update for.

drumm’s picture

Probably Firebug-side, there is a bunch of stuff in the embedded Firebug HTML. I am using Firebug 1.3.3.

smacphail’s picture

Yea sorry, forgot to mention:

Firebug 1.3.3
Firefox 3.0.6
Firecookie 0.8 (Cookie extension for Firebug)

populist’s picture

I could not replicate the problem on Linux or Macintosh under your circumstances. To get the module to work you need to (a) install the firefox plugin and (b) install and enable the drupal module and (c) give users permission to see drupal for firebug information. You can use the test pages at (http://drupalforfirebug.chapterthree.com/tests) to make sure that the actual extension is working. What happens on a specific test page, ala (http://drupalforfirebug.chapterthree.com/tests/forms)?

drumm’s picture

Status: Active » Closed (fixed)

Upgrading to Drupal for Firebug extension 0.0.5 fixed this.

smacphail’s picture

Confirmed, upgrading to 0.0.5 fixed the problem. Thanks!