I have started 2 days ago my first try to develop this plugin myself useing the following libaries:
1. jquery.filer
2. php-uploader
I have used the Seblod Developer Plugin to get started, here i must say so powerfull Seblod is, so frustrating is it at the same time! :/
It really lacks on documentation for developers, so i have spend the most time of it to "learn" how to develop a plugin for seblod....and still there are so many questions to it...
Is there something like a DOC or tutorial for seblod custom Plugin dev avaible??
So i have done much of the dev by "try and see what happens" :) and learned myself a punch of things by looking into the source code of other seblod plugins...
My Plugin Status now:
I have successfully get this things to work:
Multi Upload of Images
Creates an folder in "images/" with the name of the user for the image upload -> for example "images/admin"
saves in the DB the name of the folder....so i can loop trough the folder and display all image files by legal extensions set up in the plugin
also to display the images that are allready uploaded when editing the article again...
BUT!! im stuck on some things like:
create a folder with the ID of the article...like "images/admin/ARTICLE-ID" for upload,
Image Processing for Thumb creation
Displaying the Gallery in the Content View....works at the moment only with a posion override where i loop the created folder for images...
Deleteing Images
and some major security stuff and validation
Does anybody have interesst to work with me on this plugin who have some more experience in plugin dev??
Some Image how it looks right now
Or can someone tell me how else can i accomplish a multi image upload with seblod?? Cant use Field X for 100 Images that is insane and not userfriendly!
Thank you for helping me!!