Hey Byron. Sorry for so many question in such a sort time :)
So here we go. Can I display the users images in or as albums instead of all images all together in the same gallery?
Right now i am using this code to show the users images:
$gallery_parameters = array( 'author'=> ###, 'gallery_type' => 'contributor' );
show_photosmash_gallery( $gallery_parameters );
Thanks!!
resolved