ZenphotoCMS Forum
Image effects after ftp still file not found - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: Plugins (https://forum.zenphoto.org/forum-6.html)
+--- Thread: Image effects after ftp still file not found (/thread-12720.html)



Image effects after ftp still file not found - PeterH - 12-05-2015

I uploaded bevel.js in the zp-core/zp-extensions/image_effects folder.
Configuration still gives: bevel.js not present.

What am I doing wrong?




Image effects after ftp still file not found - fretzl - 13-05-2015

You need to to place the image effect file in a folder named image_effects and place that folder into the plugins folder. (in the root of your install)

You must never change anything in the /zp-core/ folder.




Image effects after ftp still file not found - PeterH - 13-05-2015

I found the error.

Some paths in the bevel.txt (and all other filters of that brand) pointed to the wrong folder:

/%WEBPATH%/%USER_IMAGE_EFFECTS%/

instead of

/%WEBPATH%/%ZP_EXTENSIONS%/%IMAGE_EFFECTS%/

Works perfect now!
(Thank you for your reply)




Image effects after ftp still file not found - acrylian - 13-05-2015

it should actually read%WEBPATH%/%USER_PLUGIN_FOLDER%/image_effects/bevel.js to work in the /plugins folder (and does in the example bevel.txt I have). NEver put anything withn /zp-core unless you want to do it again on every update.