I'm wondering if anyone has any idea how to accomplish this. I want to create a page that shows announcements when logging in. So when any user logs in, to any page, I want to have that trigger a popup view of an announcements page.
Does anybody know if it's possible and how to accomplish this?
The way I achieve this is simply to have a common home page for all logins, with a view at the top of that page that will display only if there is one or more active announcements for that day. Something like this …
Trying to do this on “any page” is likely to get cumbersome, as is allowing users to acknowledge (and therefore hide) the announcement, because then you need to keep track of who acknowledged what acknowledgement and when …