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

Smartmenu just for logged in user #571

Closed create-martin closed 1 month ago

create-martin commented 4 months ago

Describe the bug A clear and concise description of what the bug is.

Basically, I wanted to create a smartmenu that is visible for all logged in users (read: NOT on loginpage).

That seemed like an easy task, I restricted visibilty by role and set "Authenticated user":

image

However, that hides the smartmenu completely? For logged in users, admin etc.

Am I missing smt obvious?

I have smartmenus restricted by other roles (teacher, custom roles) and they behave exactly as expected.

To Reproduce Steps to reproduce the behavior: Just create a smartmenu, set role-restriction to "authenticated user" - and it's gone

Expected behavior Should be visibly AFTER login (for everyone), but hidden on login-page

create-martin commented 3 months ago

Any update on that issue by any chance?

abias commented 1 month ago

@create-martin - sorry for the late reply. I hope that the fix which was just integrated into master will solve your problem.

kaaermes commented 1 month ago

Moodle 4.1.10 > OK Moodle 4.2.7 > OK