Micha-25 wrote: > > I need something to make sure that all user read it. So when I write a > newsletter, announcement or whatever, each user has to "agree" or "confirm > reading". Finally at least I need to be able to check who didn't read the > news or maybe also get a kind of statistics (how many user read something, > average time to "agree"...) but that's just nice to have. >
The only solution I can think of using immediately available Trac-Hacks would be to post the newsletter using FullBlogPlugin, with a message that the user needs to visit the site to read the message. At the bottom of each Blog posting you could use the PollMacro [1] to have each user confirm they read the posting. The Poll could be "Did you read the posting", and it would log the username as each user selects "Yes". [1] http://trac-hacks.org/wiki/PollMacro -- View this message in context: http://old.nabble.com/Newsletter-to-all-users--tp26539209p26582839.html Sent from the Trac Users mailing list archive at Nabble.com. -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.
