Bladeren bron

adding new configuration parameter 'forum_fold_categories' - refs #15317

Alex Aragón 6 jaren geleden
bovenliggende
commit
941887eebc
1 gewijzigde bestanden met toevoegingen van 3 en 0 verwijderingen
  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;