I am currently creating a family website. I want to add a gallery feature where all registered members of the website can upload photos and create galleries. I already have a user login feature integrated in the website.
Would Plogger be a good choice to do what I want to do? Would it be relatively easy to customize and integrate into my website?
i've already written a user upload version of plogger but it only supports anonymous uploads, you could add some script to check if session for authenticated user is there and if not then don't allow it.
and what i would do is find the if statement in the right function that adds in the link and just not show the link to the page, and for extra security you could add something in the form post for the upload that also checks since that would be a security hole... either way it loads it into an approval page added to the management section so you will have to approve them still (ultimately you should manage the content on your site for appropriateness and copywright infringement.. unfortunately thats such a liability nowadays).