Moodle Site wide notification

Moodle Site wide notification

Syed Ali -
回帖数:4

How to display site wide notification to all users, even if they are not login.

I want to notify that site will go under maintenance on particular time.

回复Syed Ali

Re: Moodle Site wide notification

Karen Holland -
Core developers的头像 Plugin developers的头像 Testers的头像

You could also try adding the relevant notification text as raw HTML to the additionalhtmltopofbody config in the Additional HTML settings page at /admin/settings.php?section=additionalhtml.

This will then show for both people logged in and people not logged in.

In my example screenshot, the HTML relevant notification text also includes "<br><br>" spacing as the Boost theme would otherwise be hiding the text under its top navigation bar, so theme display settings have an impact on this feature too.

附件 site_wide_announcement_example.png