Skip to content

Commit 8726256

Browse files
authored
Merge pull request #40 from topcoder-platform/issus-125
Issues-125: Mark Read was removed
2 parents ba06962 + 05805e8 commit 8726256

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

class.groups.plugin.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,11 @@ public function base_categoryOptionsDropdown_handler($sender, $args) {
357357
}
358358
$dropdown = &$args['CategoryOptionsDropdown'];
359359
$category = &$args['Category'];
360+
361+
// FIX: Hide 'Mark Read' menu item
362+
// https://github.com/topcoder-platform/forums/issues/125
363+
$dropdown->removeItem('mark-read');
364+
360365
if(val('DisplayAs', $category) == 'Discussions') {
361366
$categoryModel = new CategoryModel();
362367
$categoryID = val('CategoryID', $category);

0 commit comments

Comments
 (0)