Velocd... Johnwoo i'll work on such a hack shortly... Boofo for the staff restriction just find:
PHP Code:
if(empty($t_post[ppforum])) {
replace it with:
PHP Code:
if((empty($t_post[ppforum])) OR ($bbuserinfo[usergroupid] != 5 OR $bbuserinfo[usergroup] != 6 OR $bbuserinfo[usergroupid] != 7)) {
Also about the private forums i guess it does take into account the restrictions...

As for the 0% Boofo its because its floor which means its rounded to the nearest whole number...
regards...
g-force2k2