So basically I have a social website and I want for Wordpress users to be able to upload pictures and display them on their front end profile page.
I have been looking into the user submitted galleries, but all of them put user pictures into one gallery.
I need them to be similar to facebook, where each user's uploaded photos will be displayed only on their profile pages.
And only them could upload/edit/delete their photos.
I know it may take a lot of time to code this, but if anyone have a piece of code, or can suggest a plugin that does this, I would gladly appreciate.
So basically I have a social website and I want for Wordpress users to be able to upload pictures and display them on their front end profile page.
I have been looking into the user submitted galleries, but all of them put user pictures into one gallery.
I need them to be similar to facebook, where each user's uploaded photos will be displayed only on their profile pages.
And only them could upload/edit/delete their photos.
I know it may take a lot of time to code this, but if anyone have a piece of code, or can suggest a plugin that does this, I would gladly appreciate.
Are you looking for a solution in the front-end or in the admin interface?
If you're looking for something in the admin interface, the following link should help you out for limiting the access to the user which uploaded the image.
If you're looking for something in the frontend, maybe this should help you a step forward.