Sure, just have users add their pictures via post. http://faq.wordpress.com/2
There
Clicking on any author name lists all posts by that author by default, so that won't be a problem, either.
I would like to create a website similar to this one http://www.outdoor-photos.
Some requirements:
- user after registration can submit photos with some basic description and tags
- photos are published after administrator approves them
- all visitors can vote on photos they like
- posts are sorted by date but you can see top xx highest rated or by single author
Question: Is it possible to achieve in Wordpess without custom coding? I am a beginner in that area. Any recommendations how to do it?
Thanks
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Sure, just have users add their pictures via post. http://faq.wordpress.com/2
There
Clicking on any author name lists all posts by that author by default, so that won't be a problem, either.
I just made a similar website in Wordpress for myself, the videos are just posts with custom fields to add the YoutubeID, what i did is adding 2 custom fields in my index.php, single.php, search.php, archive.php with URL and Thumb.
And i'm using the postrating/pagenavi plugins from Lester Chan.
More info here: http://lesterchan.net/port
You can use the functions to add those fields in your theme:
<?php $values = get_post_custom_values("ur
<?php $values = get_post_custom_values("th
But i used the custom fields, because i don't need to embed the videos in the texteditor, these are automatically loaded in a video lightbox with SWF object. You only need images. So i think you can also let the users add the image just in the content field itself in the Dashboard. I'm didnt need to store the video files on my website, i just stream it.
After that you can Add a Post in the Dashboard and below you see Custom Fields just type in URL and Thumb after doing that once you can select those fields every time you add a post.
And then you can set the default registration role to Contributor, posts added by the Contributor need to be Moderated by the Admin before publishing.
You can view my website here: http://www.bmwvideopost.co
I got my inspiration from http://bestwebgallery.com/
Here are some themes for a photoblog:
http://www.tekno
Business Accounts
Answer for Membership
by: WB-InternalPosted on 2009-02-09 at 11:31:43ID: 23593459
spend some time looking through their add-ons.