Hi i red the manual but i still have problem with conf of bb_specials.php. (vers. 1.6)
I'd like 2 have the first 3 forums read only and only user 2,3 can post in there.
that's my bb_special:
<?php
$clForums=array();
$roForums[1]=array(2,3);
$roForums[2]=array(2,3);
$roForums[3]=array(2,3);
$poForums=array();
$userRanks=array();
$regUsrForums=array(1,2,3,4,5,6,7,8,9,10);
$mods=array(2,3);
?>
with this conf unfortunally all the registered user can post and create topics in my 3 forums :(
10x in adv,
Guido |