Mods from phpbb as Admins in Coppermine? Mods from phpbb as Admins in Coppermine?
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Mods from phpbb as Admins in Coppermine?

Started by RadioErewan, September 02, 2006, 05:35:40 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

RadioErewan

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

Nibbler


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