![]() |
|
issues making new plugin working - 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: issues making new plugin working (/thread-10271.html) |
issues making new plugin working - BigLouis87 - 05-08-2012 Hi Stephen, I made a new thread to avoid going OT in the other thread ("db update function"). Can you help me understand what's wrong? issues making new plugin working - sbillard - 05-08-2012 Sure, I will take a look and see if I can get it running. issues making new plugin working - sbillard - 05-08-2012 Pretty close to working. Just two changes needed in Add a 'define('OFFSET_PATH', 3);` as the first line of code change Did work for me when I tested with those two changes. [edit] note that the original post had an error on the second line replacement. issues making new plugin working - BigLouis87 - 06-08-2012 Thank you Stephan now it works! The offset_path was the main key. issues making new plugin working - acrylian - 06-08-2012 New plugins are always welcome but you should not give it "to us". Please read here regarding publishing the plugin for the community: You will understand that we cannot take over maintaining everything (even if we did help a bit in this case). Unless sbillard wants to do that naturally which I don't know right now. issues making new plugin working - sbillard - 06-08-2012 We are glad to help making things work, but as acrylian indicates we prefer if people can host their contributions. Otherwise if we do it they gust get out of date and cause people problems who try to use them. issues making new plugin working - BigLouis87 - 08-08-2012 Seems legit! When I will finish my site I will build a page for the plugin to host it, thanks for the guidelines. |