Hello
in the vbulletin30.inc.php ist this line
define('VB_ADMIN_GROUP', 6);
How can I give Admin of rights to a further group?
define('VB_ADMIN_GROUP', 6, 10);
Functioned not.
cu Deta
the coppermine admin doesn't need to be member of another group, he has access to everything. If you need this for testing purposes, create a test user account in your bbs that is member of the additional group and test your stuff out using the login from this particular user (preferably in another browser).
Joachim
: - (
The group 10 is my SubAdmin, it is also full access to adjusting to have been allowed. Not on of Vbulletin.
Therefore I put on the group 10.
Isn't it possible to give to the group 10 also these rights beside the group 6?
cu Deta