Totara Learn Open Discussions

Current learning block - 'change displaying' #

 
PaisleySarah
Current learning block - 'change displaying' #
PaisleySarah 发表于 2025年07月23日 Wednesday 23:07
小组 Learn Site Administrator小组 V18 Program Complete

Does anyone know how to change the number of courses that you can diaply on the first page of the current learning block?


Craig Eves
Re: Current learning block - 'change displaying' #
Eves (Totara Support)Craig 发表于 2025年07月31日 Thursday 21:12
 

Hi Sarah

There isn't anything in the block configuration settings for tis so would require a modification of the file

block_current_learning.php file in server\blocks\current_learning directory

* The number of items to display per page.

* @var int

*/

private $itemsperpage = 10;

regards