I tried playing with various settings, and nothing worked. Supposedly, this is an option in Moodle 2.2. As of this writing, we are running 2.1.2. My fix came from a post I found on the Moodle.org site, dated 2006! And, THIS worked perfectly:
Thanks for this link, as it has also helped us to 'force' the Course Description display.Moodle forum link: http://moodle.org/mod/forum/discuss.php?d=56358
In our system, increasing COURSE_MAX_SUMMARIES_PER_PAGE from 10 to 25 in /course/lib.php did the trick i.e.//define('COURSE_MAX_SUMMARIES_PER_PAGE', 10); // coursesdefine('COURSE_MAX_SUMMARIES_PER_PAGE', 25); // coursesCheersGeoff (Rowland)
No comments:
Post a Comment