Skip to content

Commit 02564e5

Browse files
committed
Issues-372:Hide My Discussion in the left nav by default
1 parent 2bd6cff commit 02564e5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/vanilla/config.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,8 @@
144144
$Configuration['Vanilla']['SSO']['Debug'] = true;
145145
$Configuration['Vanilla']['Activity']['ShowDiscussionBody'] = true;
146146
$Configuration['Vanilla']['Activity']['ShowCommentBody'] = true;
147+
// Show 'My Discussions' in the left nav
148+
$Configuration['Vanilla']['Discussions']['ShowMineTab'] = false;
147149
// Allow users to follow categories. Users will be able to see a feed of discussions of only their followed categories.
148150
$Configuration['Vanilla']['EnableCategoryFollowing'] = false;
149151
$Configuration['Vanilla']['Version'] = '3.0';

0 commit comments

Comments
 (0)