add settings of privacy protection forums (#135)

add settings of privacy protection forums

Co-authored-by: kongrui <me@rey.ink>
This commit is contained in:
Rey
2022-11-24 20:34:13 +08:00
committed by GitHub
parent af67dd868b
commit 83e8cd61e0
8 changed files with 41 additions and 3 deletions

View File

@@ -198,6 +198,7 @@ $lang_forums = array
'text_topic_asc' => "Topic Time Ascendant",
'text_post_asc' => "Last Post Time Ascendant",
'text_post_desc' => "Last Post Time Descendant",
'text_post_protected' => "[size=3][b]--Privacy protection is enabled in this forum---[/b]\nOnly topic poster,mods,admins and reply's author can read the content.[/size]",
);
?>

View File

@@ -796,6 +796,9 @@ $lang_settings = array
'text_destroy_disabled_note_two' => "Days without logging in, will be physically deleted from the database completely. Default '500', please set a value greater than any of the above to cause disable. Set to '0' to disable this rule." ,
'row_enable_global_search_system' => 'Enable global search',
'text_global_search_system_note' => "Default: 'Yes'. If enabled, when there are multiple sections, the global search portal is displayed in the bottom right corner of the main menu.",
'row_protected_forum' => 'Privacy Protection Forums',
'text_protected_forum' => 'The IDs of forums\' which enables privacy protection , seperated by commas(e.g. 1,2,3)',
'forum_format_error' => 'The format of forums is wrong, please check it again!',
);
?>