allright here is my solution for this :
search for in postings.php (should be around line 346 at vb2.3.0) :
PHP Code:
// check destination forum permissions
$permissions=getpermissions($forumid);
if (!$permissions[canview]) {
show_nopermission();
}
and add this code below :
PHP Code:
if (!ismoderator($forumid,"canmanagethreads" )){
show_nopermission();
}
can anyone confirm this ?
i posted this also vbulletin.com but cant get any response ...
Thanks