Registered user image upload tool

Permalink
Hi all,

I've searched around concrete5 and have been unable to find a tool to help me accomplish the following:

Non-profit ski club
The coaches want the registered users of the site (the kids) to be able to upload their own photos (one or multiple) to a photo gallery by themselves and add descriptions to where the photo was taken, who's in it etc.

The photos do then need to be approved by the admin, just like a Guestbook/Comment for a blog post.

Any help/thoughts are greatly appreciated.

Cheers

designsforchange
 
RobertJNL replied on at Permalink Reply
RobertJNL
I think you can achieve this by;
A) Setup user-group & file permissions.
B) Make use of;
http://www.concrete5.org/marketplace/addons/front-end-file-uploader...
http://www.concrete5.org/marketplace/addons/front-end-fileset-tools...
C) Setup a workflow to be notified on new additions (but unsure if the workflow system covers files too, might require some custom development using concrete5 events).
JohntheFish replied on at Permalink Reply
JohntheFish
As RobertJNL says.

If you want to approve images, the way to simulate a workflow is to upload to an intermediate file set, then admin can move images to the final file set as they are approved.
pvrs2006 replied on at Permalink Reply 1 Attachment
Hi,

I'm developing the custom block with few text fields and image upload/select from file manager popup. I enabled the popup window and when I choose the image getting error on jquery.js file and also popup alignment also moved to right side.

my requirement is

1. Title
2. Description
3. Type
4. Image upload

Please suggest me if you have any free addon or suggest me further steps to proceed.

Thanks in advance for your reponse