Skip to content

Commit 941887e

Browse files
committed
adding new configuration parameter 'forum_fold_categories' - refs #15317
1 parent 693f024 commit 941887e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

main/install/configuration.dist.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1110,3 +1110,6 @@
11101110
// You need add a new option called "confirmation" to the registration settings
11111111
//INSERT INTO settings_options (variable, value, display_text) VALUES ('allow_registration', 'confirmation', 'MailConfirmation');
11121112
// ------ (End) Custom DB changes
1113+
1114+
// Visually "fold" forum categories by default
1115+
// $_configuration['forum_fold_categories'] = false;

0 commit comments

Comments
 (0)