mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-05 16:27:38 +02:00
Add user acl options for changing to own username colouration or group colouration
git-svn-id: file:///svn/phpbb/trunk@3425 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -170,6 +170,8 @@ INSERT INTO phpbb_auth_options (auth_value, is_global) VALUES ('u_email', 1);
|
|||||||
INSERT INTO phpbb_auth_options (auth_value, is_global) VALUES ('u_pm', 1);
|
INSERT INTO phpbb_auth_options (auth_value, is_global) VALUES ('u_pm', 1);
|
||||||
INSERT INTO phpbb_auth_options (auth_value, is_global) VALUES ('u_avatar', 1);
|
INSERT INTO phpbb_auth_options (auth_value, is_global) VALUES ('u_avatar', 1);
|
||||||
INSERT INTO phpbb_auth_options (auth_value, is_global) VALUES ('u_viewonline', 1);
|
INSERT INTO phpbb_auth_options (auth_value, is_global) VALUES ('u_viewonline', 1);
|
||||||
|
INSERT INTO phpbb_auth_options (auth_value, is_global) VALUES ('u_owncolor', 1);
|
||||||
|
INSERT INTO phpbb_auth_options (auth_value, is_global) VALUES ('u_grpcolor', 1);
|
||||||
|
|
||||||
|
|
||||||
# -- phpbb_styles
|
# -- phpbb_styles
|
||||||
|
Reference in New Issue
Block a user