https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29304
--- Comment #3 from Christopher Brannon <[email protected]> --- (In reply to Fridolin Somers from comment #2) > Awesome idea. > > Maybe we create an HTML additional content for this (like > OpacLoginInstructions). > > Maybe use borrowers.lastseen Preferably a unique identifier. There might be cases where a library would want to retrigger this page if information has been updated. What if you could specify on a news article that this particular article show in an alert modal (maybe replacing the banner at the top)? Each article has it's own id. What if any messages/articles (including a welcome message) are listed in a modal that has a scroller...and each article had a check box to indicate read/hide. The modal only appears if there are unchecked items. This would mean maintaining a table of borrowernumbers, and article ids. A new row is added with the borrowernumber and article id when the patron checks off an article. A patron could have a link to get to old articles (if they still exist) somewhere. This list would be cleaned up if either the patron unchecked this article in the above link, or if the article is deleted. I think this would be a great mechanism, and it would be ideal for welcome messages and all other alerts/news/articles. Thoughts? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
