jrangelardila / moodle-format_buttons

Buttons is a Moodle course format that creates a menu with buttons in javascript to access the sections, one by one.
https://moodle.org/plugins/format_buttons
GNU General Public License v3.0
11 stars 20 forks source link

Navbar doesn't link to relevant Section #21

Closed nibzy1701 closed 5 years ago

nibzy1701 commented 6 years ago

Great plugin but the Navbar will only link to the current section you are on, so clicking "Section 5" on the Navbar whilst on Section 1 will just refresh Section 1 instead of taking you to Section 5. I am assuming this issue only happens because all of the Sections are on the same page, it would be nice if there was a way to get around this issue though... (moodle 3.4)

ashakinney commented 6 years ago

Observing the same in 3.5, Boost theme.

Thanks!!

Syxton commented 5 years ago

Might look into how format_grid does it. It is very similar in design and is able to acknowledge URLS like /course/view.php?id=8#section-4 to take you to the correct section.

brandaorodrigo commented 5 years ago

Functionality added in new version.