mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:45:22 +02:00
Preliminary avatar gallery support
git-svn-id: file:///svn/phpbb/trunk@1173 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@ -36,11 +36,16 @@ define(USER, 0);
|
||||
define(ADMIN, 1);
|
||||
|
||||
|
||||
// User Activation
|
||||
// User related
|
||||
define(USER_ACTIVATION_NONE, 0);
|
||||
define(USER_ACTIVATION_SELF, 1);
|
||||
define(USER_ACTIVATION_ADMIN, 2);
|
||||
|
||||
define(USER_AVATAR_NONE, 0);
|
||||
define(USER_AVATAR_UPLOAD, 1);
|
||||
define(USER_AVATAR_REMOTE, 2);
|
||||
define(USER_AVATAR_GALLERY, 3);
|
||||
|
||||
|
||||
// Forum state
|
||||
define(FORUM_UNLOCKED, 0);
|
||||
|
Reference in New Issue
Block a user