Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: hidden forum


_ck_
Participant

@_ck_

This will hide forum #5 and only allow keymaster,administrator, or moderator to see it.

$hidden_forums['hidden_forums']=array(5);	// hide these forums, list by comma seperated number

$hidden_forums['allow_roles']['all_forums']=array('keymaster'); // these roles can always see ALL forums regardless
$hidden_forums['allow_roles'][5]=array('administrator','moderator'); // exact formal role name, *not* ability

Skip to toolbar