moodle-an-hochschulen / moodle-theme_boost_union

Theme Boost Union is an enhanced child theme of Boost which is intended, on the one hand, to make Boost simply more configurable and, on the other hand, to provide helpful additional features for the daily Moodle operation of admins, teachers and students.
GNU General Public License v3.0
55 stars 49 forks source link

show full breadcrumb (including course title) when displaying section page (and also further down on activity level) #681

Open wiebkemueller-hsh opened 5 days ago

wiebkemueller-hsh commented 5 days ago

As of 4.4 moodle introduced clickable section titles that are landing on section pages https://sandbox.moodledemo.net/course/section.php?id=15

Accordlingly the breadcrumb behaviour in boost core was changed and the course short title is displayed in the breadcrumb grafik

this has to be reviewed for boost union, as currently (citing from the forum thread):

The following issues can be seen as related to this https://github.com/moodle-an-hochschulen/moodle-theme_boost_union/issues/594 https://github.com/moodle-an-hochschulen/moodle-theme_boost_union/issues/572

Depending on the time there is to fix this, we could think of an option, to optionally display something even shorter than the course title. Since the breadcrumb won't be sticky (see alternate desired solution to this in https://github.com/moodle-an-hochschulen/moodle-theme_boost_union/issues/654) the course title is soon to be expected to permanently remain visible in the course index no matter the scroll status.

Thank you for considering!