Zak - If you want to make it zero by default for your site, you could modify the /course/edit_form.php file. Around line 136 it will say:
$mform->setDefault('newsitems', 5);
simply change that line to:
$mform->setDefault('newsitems', 0);
and see if that gives you the desired behavior.
Peace - Anthony
Forum
Disable News Forum When Creating A New Course.
This discussion has been locked because a year has elapsed since the last post. Please start a new discussion topic.