View Single Post
Old January 6th, 2006, 04:41 AM   #4 (permalink)
Chuck S
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,683
No they must have moderator access to be a mod so first picture is correct. Second picture is not

If they do not have global rights then the comments photos they mod etc would simply be one's they have a right to approve as in one's from the categories they moderate. This is the intended function of the software.

EXAMPLE this is right from adm-misc.php for comment moderation

$modcats = "";
if ( $User['adminedit'] == 0 ) {
$modcats = get_modcats();
if ( !empty($modcats) ) $modcats = "AND cat IN ($modcats)";

}

If you look at pp-inc.php you will see the get_modcats function and it simple gets a list of categories the moderator is assigned to.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.

Last edited by Chuck S; January 6th, 2006 at 04:51 AM.
Chuck S is offline   Reply With Quote