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

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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.