I'm looking for a way to create a user generated photo wall. Like a memorial site so to speak. I would have a big header image up top, than people could submit their own photo and it would post below the big header image I posted. Does anyone know of a way I can do this either with a plug in or a theme? Thanks!
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
|
You could achieve this with nextgen gallery and the nextgen public uploader http://wordpress.org/extend/plugins/nextgen-public-uploader/ |
|||||||||
|
|
Create a page and allow comments. Add a upload form and save the image as comment meta. The images can displayed as comment content (with or without additional text). Hook into the comment form, add a file upload ( A simple way to create nice a flash upload form is to use uploadify (jQuery plugin) |
||||
|
|