|
Do you have unregistered set to moderation YES?
elseif ( $cat == 0 ) {
$query = "SELECT id,user,userid,cat,storecat,date,title,description,keywords,bigimage,width,height,filesize,views,medwidth,medheight,medsize,approved FROM {$Globals['pp_db_prefix']}photos WHERE approved='0' AND storecat=0 $modcats $sortcode";
}
It is very clear that approval has nothing to do with users but clear any photo that is not approved is shown.
|