1 (edited by AG 2007-03-25 21:20)

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 smile

Thanks in advance!

Re: Group numbers? (solved)

define('PUN_ADMIN', 1);
define('PUN_MOD', 2);
define('PUN_GUEST', 3);
define('PUN_MEMBER', 4);

That should tell you enough wink

3 (edited by AG 2007-03-25 21:01)

Re: Group numbers? (solved)

Are you sure? I thought GUEST was like 9999....

EDIT: Where could I find out what the number is?

Re: Group numbers? (solved)

I'm sure. Unverified is 32000.

5

Re: Group numbers? (solved)

k. thanks smile