diff --git a/Code/Module/Settings/Channel.php b/Code/Module/Settings/Channel.php index 4b2d553cf..2d13435f4 100644 --- a/Code/Module/Settings/Channel.php +++ b/Code/Module/Settings/Channel.php @@ -528,7 +528,7 @@ class Channel // '$vnotify12' => array('vnotify12', t('Unseen shared files'), ($vnotify & VNOTIFY_FILES), VNOTIFY_FILES, '', $yes_no), '$vnotify13' => (($public_stream_mode) ? ['vnotify13', t('Unseen public stream activity'), ($vnotify & VNOTIFY_PUBS), VNOTIFY_PUBS, '', $yes_no] : []), '$vnotify14' => ['vnotify14', t('Unseen likes and dislikes'), ($vnotify & VNOTIFY_LIKE), VNOTIFY_LIKE, '', $yes_no], - '$vnotify15' => ['vnotify15', t('Unseen group posts'), ($vnotify & VNOTIFY_FORUMS), VNOTIFY_FORUMS, '', $yes_no], +// '$vnotify15' => ['vnotify15', t('Unseen group posts'), ($vnotify & VNOTIFY_FORUMS), VNOTIFY_FORUMS, '', $yes_no], '$vnotify16' => ((is_site_admin()) ? ['vnotify16', t('Reported content'), ($vnotify & VNOTIFY_REPORTS), VNOTIFY_REPORTS, '', $yes_no] : []), '$vnotify17' => ['vnotify17', t('Moderated Activities'), ($vnotify & VNOTIFY_MODERATE), VNOTIFY_MODERATE, t('Recommended'), $yes_no], '$desktop_notifications_info' => t('Desktop notifications are unavailable because the required browser permission has not been granted'), diff --git a/view/tpl/settings.tpl b/view/tpl/settings.tpl index c4d245442..459f43ea4 100755 --- a/view/tpl/settings.tpl +++ b/view/tpl/settings.tpl @@ -173,7 +173,7 @@ {{include file="field_intcheckbox.tpl" field=$vnotify13}} {{/if}} {{include file="field_intcheckbox.tpl" field=$vnotify14}} - {{include file="field_intcheckbox.tpl" field=$vnotify15}} + {{*include file="field_intcheckbox.tpl" field=$vnotify15*}} {{include file="field_intcheckbox.tpl" field=$vnotify17}} {{if $vnotify16}} {{include file="field_intcheckbox.tpl" field=$vnotify16}}