Yes Joey you can ... i have this done on my own site in the memebrs profile where it only shows photos from that member ....
http://www.theotherzone.com/taz is an example.
you just need to edit the section in coppermine.php to :
Code:
$MZresult = @mysql_query("SELECT * FROM ".$prefix."_pictures WHERE owner_id=".$userinfo[userid]." ORDER BY RAND() LIMIT 0,$amount");
if (!$MZresult) { die('<p>Error performing query: ' . mysql_error() .'</p>'); }