Hi Byron,
Im wondering if you have had a lot of this type of request.
I have added the code
"$author_id = get_query_var('author');
if($author_id){
echo do_shortcode("[photosmash gallery_type='contributor' author=" . $author_id . " no_form=true]");
}"
which adds the users uploaded images to their author page. I was wondering how difficult it would be to add a cross or delete button so that the image is deleted. And can only be deleted by the user who uploaded the image.
Keep up the good work
not resolved