coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 bridging => Topic started by: RadioErewan on September 02, 2006, 05:35:40 AM

Title: Mods from phpbb as Admins in Coppermine?
Post by: RadioErewan on September 02, 2006, 05:35:40 AM
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
Title: Re: Mods from phpbb as Admins in Coppermine?
Post by: Nibbler on September 02, 2006, 02:10:00 PM

// 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.