Moodle Site wide notification

Moodle Site wide notification

Syed Ali發表於
Number of replies: 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.

評比平均分數: -
In reply to 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