Note:

This site is no longer used and is in read-only mode. Instead please go to our new Moodle Developer Resource site.

Hard-coded Variables: Difference between revisions

From MoodleDocs
Created page with "'''FRONTPAGECOURSELIMIT''' If the list of courses option in Site Settings is no longer available, you've got more courses than the code allows for. This is controlled by the FR..."
 
This page will not be migrated to new devdocs
 
Line 1: Line 1:
{{Template:WillNotMigrate}}
'''FRONTPAGECOURSELIMIT'''
'''FRONTPAGECOURSELIMIT'''


If the list of courses option in Site Settings is no longer available, you've got more courses than the code allows for.  This is controlled by the FRONTPAGECOURSELIMIT setting in /course/lib.php.
If the list of courses option in Site Settings is no longer available, you've got more courses than the code allows for.  This is controlled by the FRONTPAGECOURSELIMIT setting in /course/lib.php.

Latest revision as of 14:57, 7 February 2025


Warning: This page is no longer in use. The information contained on the page should NOT be seen as relevant or reliable.


FRONTPAGECOURSELIMIT

If the list of courses option in Site Settings is no longer available, you've got more courses than the code allows for. This is controlled by the FRONTPAGECOURSELIMIT setting in /course/lib.php.