We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bd6cff commit 02564e5Copy full SHA for 02564e5
config/vanilla/config.php
@@ -144,6 +144,8 @@
144
$Configuration['Vanilla']['SSO']['Debug'] = true;
145
$Configuration['Vanilla']['Activity']['ShowDiscussionBody'] = true;
146
$Configuration['Vanilla']['Activity']['ShowCommentBody'] = true;
147
+// Show 'My Discussions' in the left nav
148
+$Configuration['Vanilla']['Discussions']['ShowMineTab'] = false;
149
// Allow users to follow categories. Users will be able to see a feed of discussions of only their followed categories.
150
$Configuration['Vanilla']['EnableCategoryFollowing'] = false;
151
$Configuration['Vanilla']['Version'] = '3.0';
0 commit comments