Moodle 3.3 How Do I Edit The Breadcrumb Trail - not a programmer!

Re: Moodle 3.3 How Do I Edit The Breadcrumb Trail - not a programmer!

by Fernando Acedo -
Number of replies: 2
Picture of Plugin developers Picture of Testers

Adaptable use the default moodle breadcrumb function and only modify the style.

The change you want needs a new moodle renderer which is really needed because the existing is really bad because most of the times is totally useless.

So you need to create a issue in the Moodle Tracker to request a new breadcrumb that really show the path with links.

 

In reply to Fernando Acedo

Re: Moodle 3.3 How Do I Edit The Breadcrumb Trail - not a programmer!

by Gareth J Barnard -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers

You don't need a Moodle Tracker request!  You just need to override the 'navbar()' method like Essential does: https://github.com/gjb2048/moodle-theme_essential/blob/master/classes/output/core_renderer.php#L96-L132 - and just output the last item.

Average of ratings: Useful (2)
In reply to Gareth J Barnard

Re: Moodle 3.3 How Do I Edit The Breadcrumb Trail - not a programmer!

by barbara nance -

Hi Guys

Many thanks indeed. Something to pass onto the IT guru's as it's outside my level of competence! I need to do a course at some stage on the deep stuff!

Again many tks.

Barbara