mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
- ucp register/remind/activate fixes mostly regarding account activation
- general ucp fixing (profile and ucp_main) - created three new functions (return correct topic author string, generate topic related pagination and get topic type/status...). These general bits are used on several pages (subscribed topics, bookmarks, viewforum). - config basic schema fix - commented out inline fix for unread topic tracking in viewforum, instead tried another method (hopefully working as well) git-svn-id: file:///svn/phpbb/trunk@5001 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -21,7 +21,7 @@ INSERT INTO phpbb_config (config_name, config_value) VALUES ('allow_avatar_uploa
|
||||
INSERT INTO phpbb_config (config_name, config_value) VALUES ('allow_nocensors','0');
|
||||
INSERT INTO phpbb_config (config_name, config_value) VALUES ('allow_emailreuse','0');
|
||||
INSERT INTO phpbb_config (config_name, config_value) VALUES ('allow_bookmarks','1');
|
||||
INSERT INTO phpbb_config (config_name, config_value) VALUES ('allow_name_chars','.*?');
|
||||
INSERT INTO phpbb_config (config_name, config_value) VALUES ('allow_name_chars','.*');
|
||||
INSERT INTO phpbb_config (config_name, config_value) VALUES ('board_disable','0');
|
||||
INSERT INTO phpbb_config (config_name, config_value) VALUES ('board_disable_msg','');
|
||||
INSERT INTO phpbb_config (config_name, config_value) VALUES ('board_dst','0');
|
||||
|
Reference in New Issue
Block a user