When I changed the ID's field to:
edit-comment
edit-body
It seemed that the image upload and plugins showed up at comment pages but not at the other ones. When I switched them places it was the other way around.
When I changed the ID's field to:
edit-comment
edit-body
It seemed that the image upload and plugins showed up at comment pages but not at the other ones. When I switched them places it was the other way around.
Comments
Comment #1
amandawolfe commentedI'm having the same issue: http://drupal.org/node/338777
Just in case you want to keep an eye on that one too.
Comment #2
palantir commentedSame here, I can confirm that also for 6.x-2.33.
Only the first listed ID gets the plugins, others don't.
You can see that because this line: "if (config.coder == 1)" evaluates to true for the first ID, but it evaluates to false in the following ones.
This is REALLY frustrating :(