瀏覽代碼

adding new configuration parameter 'forum_fold_categories' - refs #15317

Alex Aragón 6 年之前
父節點
當前提交
941887eebc
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      main/install/configuration.dist.php

+ 3 - 0
main/install/configuration.dist.php

@@ -1110,3 +1110,6 @@ VALUES (2, 13, 'session_courses_read_only_mode', 'Lock Course In Session', 1, 1,
 // You need add a new option called "confirmation" to the registration settings
 //INSERT INTO settings_options (variable, value, display_text) VALUES ('allow_registration', 'confirmation', 'MailConfirmation');
 // ------ (End) Custom DB changes
+
+// Visually "fold" forum categories by default
+// $_configuration['forum_fold_categories'] = false;