links below course items & a ‘jump to’ menu

Re: links below course items & a ‘jump to’ menu

by Gareth J Barnard -
Number of replies: 0
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers

Hi Serko,

When you update Moodle, then yes, they will disappear.

You can override the 'activity_navigation()' method in the 'core_renderer' class in the theme, such as:

    public function activity_navigation() {
        return '';
    }

but clearly that's a more technical answer than my first.

G

Average of ratings: Useful (1)