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
Core developersನ ಚಿತ್ರ Particularly helpful Moodlersನ ಚಿತ್ರ 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)