Best practice forum (Archived)

该论坛讨论已删除

 
该论坛帖子已被删除
2013年05月22日 Wednesday 03:01
该论坛帖子的内容已被删除,无法再访问。
me
Re: Disable Learning Plans
AngusGeorge 发表于 2013年05月22日 Wednesday 16:27
小组 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.

O'MalleyRyan
Re: Disable Learning Plans
O'MalleyRyan 发表于 2013年05月23日 Thursday 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

该论坛帖子已被删除
2014年02月24日 Monday 08:55
该论坛帖子的内容已被删除,无法再访问。
??
Re: Disable Learning Plans
?? 发表于 2014年02月27日 Thursday 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.

PotterPete
Re: Disable Learning Plans
PotterPete 发表于 2014年02月25日 Tuesday 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