Navbar on Boost / Fordson login page

Navbar on Boost / Fordson login page

by Tine Stalmans -
Number of replies: 3

Hi everyone!

I'm currently setting up a site on Moodle 3.8.2 with the Fordson theme. I need the top navbar to appear on the login page, so users can choose their preferred language even before they log in, but I can't work out how to do this.

Any help?

I attach screenshot of the login page...

Thanks in advance for any help or advice you can give!

Attachment CIL-login-page.jpg
Average of ratings: -
In reply to Tine Stalmans

Re: Navbar on Boost / Fordson login page

by Chris Kenniburg -
Picture of Particularly helpful Moodlers Picture of Plugin developers
You can't choose a preferred language if you are not logged in. It doesn't know who you are.
You can try this:
  • Open the file fordson/templates/login.mustache
  • Add {{>theme_fordson/navbar}}  just below {{{ output.standard_top_of_body_html }}} around line 38

That should make the navbar appear.