Would like to make my board moderators/admins as admins in CPG - flexible moderation tools from CPG are available to admins only :-(.
How to change phpbb bridge file?
Regards
Radek Przybyl
// Group ids - admin and guest only.
$this->admingroups = array(2);
$this->guestgroup = 3;
Set admingroups to an array of groups you wish to assign admin rights.