Best practice forum (Archived)

Este foro de discusión ha sido eliminado.

 
Esta publicación en el foro ha sido eliminada.
Wednesday, 22 de May de 2013, 03:01
El contenido de esta publicación del foro se ha eliminado y ya no se puede acceder a él.
me
Re: Disable Learning Plans
de George Angus - Wednesday, 22 de May de 2013, 16:27
Grupo Totara

Hi Stephen,

The Learning plan is integral to Totara and it would require a fair amount of work throughout the code to disable it.

regards,

George.

Ryan O'Malley
Re: Disable Learning Plans
de Ryan O'Malley - Thursday, 23 de May de 2013, 02:36
 

Hi Stephen,

The option disappears from the menu if you remove all of your learning plan templates:

my learning > my bookings / record of learning

Alternatively, you could hide the option using custom menus/CSS.

Regards,

Ryan

Esta publicación en el foro ha sido eliminada.
Monday, 24 de February de 2014, 08:55
El contenido de esta publicación del foro se ha eliminado y ya no se puede acceder a él.
? ?
Re: Disable Learning Plans
de ? ? - Thursday, 27 de February de 2014, 16:01
 

Hi Melanie,

Currently there is no easy way to do this and it would actually involve a fair amount of code changes to the Moodle navigation code which we would be reluctant to do.

However if you have the resources you could get a code customisation done to try and remove those links - the starting point would be where those nodes are created in the initialise function of the global_navigation class in lib/navigationlib.php - but that may have unpredictable effects elsewhere in the system as Moodle considers them to be essential root nodes.

Pete Potter
Re: Disable Learning Plans
de Pete Potter - Tuesday, 25 de February de 2014, 01:53
 

Hi Stephen,

Go into the permissions for the authenticated user and do not allow the following permissions;

totara/plan:accessanyplan

totara/plan:accessplan

This hides it from users in the nav bar.

Thanks