Hi
Pixlr Module
According to its writer (Marcus), this module is suppose to automatically add a button to the Image insertion panel to add new images via Pixlr, and add a button to the any images in your File and Images section to edit the image.
I have been trying to use this Module, which is available here .
After renaming the module folder to pixlr, i got it partially working on under Files & Images and I could see the Edit This Image button as I was suppose to.
In the CMS after adding this
public function getCMSFields() {
$f = parent::getCMSFields();
$f->addFieldToTab("Root.Content.Image", new ImageField("Image"));
return $f;
}
I didnt see the Edit This Button.
Also on a website that has DOM installed, under Files & Images, nothing comes up.
thank you
PJ