Log in or register to post comments
Last post
pixlr image editing plugin
I've built a plugin for ckFinder 2.0 that integrates the pixlr.com online image editing site into the file manager.

The plugin adds an "Edit in Pixlr" option to the menu that pops up when you right-click on a thumbnail.

Clicking the option takes you (and the selected image) to pixlr.com where you can edit the image in pixlr's photoshop-like environment.

You then "save" the image in the pixlr interface and you are taken back to your ckFinder screen, the image modifications are now saved to your site and the thumbnail is refreshed.

to download the plugin or for more info: https://github.com/micah1701/ckfinder2pixlr

Screenshot:

Image
Re: pixlr image editing plugin
THe plugin is installed, it shows up in the menu, my server Php configs are as requested, but when clicking, nothing happens. Like a window tries to open, then back.

Please, let me know.
Re: pixlr image editing plugin
Sorry I just noticed your post. I realized recently that my plugin breaks in version 2.2 (or maybe even 2.1) but I found a quick and easy fix.

In the file plugin.js you just need to add the following line:
api.destroy();
between lines 19 and 20 before the line that changes the browser's location path.

So this line:
window.location = path.value;
should look like this:
api.destroy();
window.location = path.value;

Or you can just download the updated files.
Note: I've moved the whole updated thing to GitHub now:
https://github.com/micah1701/ckfinder2pixlr

Hope that helps!
Re: pixlr image editing plugin
I am having the same problem as describe by Sergelle. I have the new version of the plugin that includs api.destory(). I am actually getting a javascript error regarding this line.

Uncaught TypeError: Object #<Object> has no method 'destroy'
Re: pixlr image editing plugin
If anybody managed to have this plugin work, please, let me know. I have all the proper configs and updated files, I am blocked all the way by error messages. So far, with this plugin, I lost my time.
Re: pixlr image editing plugin

Hi, I'm in the same boat.  I really need cropping capability in CKFinder.  I installed this pixlr plugin, but the "Edit in pixlr" option isn't even showing up.  I'm using CKFinder 2.3.1