We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 693f024 commit 941887eCopy full SHA for 941887e
1 file changed
main/install/configuration.dist.php
@@ -1110,3 +1110,6 @@
1110
// You need add a new option called "confirmation" to the registration settings
1111
//INSERT INTO settings_options (variable, value, display_text) VALUES ('allow_registration', 'confirmation', 'MailConfirmation');
1112
// ------ (End) Custom DB changes
1113
+
1114
+// Visually "fold" forum categories by default
1115
+// $_configuration['forum_fold_categories'] = false;
0 commit comments