$mform->addElement('checkbox', 'mailnow', get_string('mailnow', 'forum'));
}
- if (!empty($CFG->forum_enabletimedposts) && !$post->parent) {
+ if (!empty($CFG->forum_enabletimedposts) && !$post->parent && has_capability('mod/forum:viewhiddentimedposts', $coursecontext)) {
$mform->addElement('header', '', get_string('displayperiod', 'forum'));
$mform->addElement('date_selector', 'timestart', get_string('displaystart', 'forum'), array('optional'=>true));