Totara Learn Open Discussions

Current learning block - 'change displaying' #

 
Sarah Paisley
Current learning block - 'change displaying' #
بواسطة Wednesday, 23 July 2025, 11:07 PM - Sarah Paisley
مجموعة 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' #
بواسطة Thursday, 31 July 2025, 9:12 PM - Craig Eves (Totara Support)
 

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