I run a membership site using WP 2.x and I'd like to be able to allow each registered user to upload a photo of themselves. Note: I don't want to use Avartars.
I've searched high and low for a solution that would enable me to add an Upload facility to the user profile page. There appear to be quite a few WP image plugins out there - but none of them provide this exact functionality.
There are those like the excellent Userextra/Usermeta by James Ponder that extend WP's profile (but have no image facility), and many image plugins that make it easy to display previously uploaded images in posts/pages etc., BUT crucially I can't find one that would enable a user to upload an image from the admin profile menus.
Extended requirements for such a function would include:
- the ability to control the size of the uploaded images
- the ability to control the location
- the ability to control the image name
My PHP coding is very basic so I can't code it myself...
During my searches I've seen the following - but these have also led to a dead end:
http://www.andrewferguson.net/2006/05/16/add-data-to-user-field-in-wordpress/
http://wordpress.org/support/topic/43756
Any ideas?