I’ve recently added a couple of extensioins to RT which work great out of the box for privileged users, however they do not present for the selfservice users. Specifically, the ToggleTheme extension which swithes between light and dark elevator themes, and the Announcement banner. I’m not terribly concerned with the toggle, but is there an easy way to make the banner visible to unprivileged users?
Missed the setting of the variable in the SiteConfig.pm
Set( $ShowAnnouncementsInSelfService, true);