Tag course list limited to five entries

Tag course list limited to five entries

de Emma Richardson -
Número de respuestas: 2
Imagen de Documentation writers Imagen de Particularly helpful Moodlers Imagen de Plugin developers
Since upgrading to Moodle 4.3, my page that is a list of courses matching a specific tag is only showing five entries with a More.. link.  I have been through all settings and made sure that there is not a limit on course listings but I cannot seem to get this page to show more than five entries.  
While I am using Foundation, I have the same issue when switching to Boost - can someone either point me to a setting that I might be missing or what I can hack in the code to get rid of the limitation...our users are having trouble seeing the More button and getting frustrated!
Promedio de valoraciones:Useful (1)
En respuesta a Emma Richardson

Re: Tag course list limited to five entries

de Gareth J Barnard -
Imagen de Core developers Imagen de Particularly helpful Moodlers Imagen de Plugin developers
Hunch in /course/lib.php.  If 'coursesperpage' (setting) is not 20 (default), then $exclusivemode is false and you need to edit that line Emma.
Adjunto Screenshot 2024-03-19 205413.png
En respuesta a Gareth J Barnard

Re: Tag course list limited to five entries

de Emma Richardson -
Imagen de Documentation writers Imagen de Particularly helpful Moodlers Imagen de Plugin developers
Thanks Gareth - that was it!! You are awesome! I had searched through tags, blogs (referencing in tags index) but had not considered course!