Topic: Group numbers? (solved)
Hi, I'd like to know what the default group number is for the Admin. I made one more user group, so if you could tell me what number that would be, that would be great
Thanks in advance!
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 discussion → Group numbers? (solved)
Hi, I'd like to know what the default group number is for the Admin. I made one more user group, so if you could tell me what number that would be, that would be great
Thanks in advance!
define('PUN_ADMIN', 1);
define('PUN_MOD', 2);
define('PUN_GUEST', 3);
define('PUN_MEMBER', 4);
That should tell you enough
Are you sure? I thought GUEST was like 9999....
EDIT: Where could I find out what the number is?
I'm sure. Unverified is 32000.
k. thanks
PunBB Forums → PunBB 1.2 discussion → Group numbers? (solved)
Powered by PunBB, supported by Informer Technologies, Inc.