Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
kuo_aviary_cdn: use Aviary image editor in Textpattern
I’m finally creating this dedicated topic so that the one about hak_tinymce doesn’t get only unrelated posts. :-) If you install this plugin you can modify images that are saved with Textpattern using Aviary. Plugin should work with Textpattern 4.5.5 and 4.5.7.
Offline
Re: kuo_aviary_cdn: use Aviary image editor in Textpattern
Is there any reason why the save feature no longer works? Such an amazing plugin, it’s a shame tis feature no longer functions
Offline
Re: kuo_aviary_cdn: use Aviary image editor in Textpattern
It could have something to do with Aviary nowadays being in co-operation with Adobe. They’re encouraging developers to use something called Adobe Creative Cloud. At the moment I don’t “feel like” coding anything, but that goes in cycles, so maybe this will be fixed at some point. :-)
Offline
#4 2017-01-29 20:29:57
- jpdupont
- Member
- Registered: 2004-10-01
- Posts: 752
Re: kuo_aviary_cdn: use Aviary image editor in Textpattern
In this file, a hack to continue using Aviary to edit the images in Textpattern.
- Install the original plugin as described above.
- Replace kuo_aviary_saver.php with my (slightly) modified version
- In administration> plugins edit the plugin code and replace it with the contents of my code.php file. I simply adapted the code to the new SDK and the HTML changes in Textpattern 4.6.2
- Check out the Adobe SDK here : https://creativesdk.adobe.com/docs/web/#/articles/imageeditorui/index.html
- Don’t forget to generate a personal key to replace the one that is in the file code.php
Offline
Re: kuo_aviary_cdn: use Aviary image editor in Textpattern
Great job, jpdupont. :-) The Adobe editor seems to be in French, so if someone wants to switch that to English for example, it’s easily done by editing code.php in line 32. There’s language:"fr"
which can be language:"en"
just as well.
Offline
#6 2017-01-30 08:24:32
- jpdupont
- Member
- Registered: 2004-10-01
- Posts: 752
Re: kuo_aviary_cdn: use Aviary image editor in Textpattern
Thanks Kuopassa ! :-)
—> Line 32 : remove or correct the “tools” setting to get all the Editor tools. See the SDK doc to get all the editor settings.
—> Line 84 and 88 : 2 alert boxes you must translate to your language.
Offline