Quote:
Originally Posted by D|ver
i would like to set another usergroup than the admingroup to have admin access at the gallery
is that possible?
maybe it has to do something with these lines
PHP Code:
// Group definitions (default values used by the board)
define('VB_VALIDATING_GROUP', 3);
define('VB_GUEST_GROUP', 1);
define('VB_MEMBERS_GROUP', 2);
define('VB_ADMIN_GROUP', 6);
can anyone help?
|
Insofar as I know, this is done by altering the Usergroups directly in Coppermine. I've tried this, and the UGs propogate perfectly...its jsut all the other issues I am dealing with now.