PDA

View Full Version : moderator move permission


erdem
04-14-2003, 05:18 PM
hi ...

how to configure "move threads to forums where they are mod at" for moderators ? i searched/tried but i couldnt ...

currently mods can move threads to forums whatever they arent moderator on that forum.

thanks

erdem
04-15-2003, 09:51 AM
bump ?
:)

erdem
04-16-2003, 04:57 PM
allright here is my solution for this :
search for in postings.php (should be around line 346 at vb2.3.0) :
// check destination forum permissions
$permissions=getpermissions($forumid);
if (!$permissions[canview]) {
show_nopermission();
}
and add this code below : if (!ismoderator($forumid,"canmanagethreads" )){
show_nopermission();
}

can anyone confirm this ?
i posted this also vbulletin.com but cant get any response ...
Thanks