a ladyfire:
very easy, instead of this line
PHP Code:
$canedit[usergroupids]="1 2 3 4";
add an if-clause like this:
PHP Code:
if($bbuserinfo[usergroupid]==ladymodgroupid) {
$canedit[usergroupids]="2 3 4"; //groups your femal mods can edit
} else {
$canedit[usergroupids]="2 8 9"; //groups your male mods can edit
}
seperate modpanel would also be possible, you have to alter global.php in the new folder to just allow male/female mods go into it