Dear friends, I need to enable of photo uploading by unprivileged user all the photos into one album with attributes. Did anybody of you have the same task? I assume, I need to add additional code to the procedure of submitting? Additionally I need to see these attributes when approving contributions. Thank you!
Comments
Btw, I don't exactly understand what you mean with "attributes" actually. Please clarify.
Every registered user can be assigned to their own album and have rights to edit the uploaded images.
That way they can add title, description, etc. on the backend.
The other possibility is to have your users fill in the appropriate metadata fields (embedded in the image) before uploading. That information will be automatically used upon discovery of the images.
Then the only way to display "attributes" is to have your users fill in the appropriate metadata fields (embedded in the image) before uploading.
I mean, if a user A has uploaded to the folder "Images" some image a1, and after user B has uploaded some images b1, b2, can they add the attributes only to their images: a1 and b1,b2 respectively?
Sorry for some, maybe stupid questions, but there's a task for me to do and I see that some information I am missing...
2) So you are using the ajax front end editing plugin? As you surely noticed the front end editing is an unsupported plugin because of possible security problems (as noted on the page where you downloaded it). Of course to it the same rights apply as noted above.