On Nov 30, 4:05 pm, Ryan J Ollos <[email protected]> wrote: > 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.
another option would be to use one of the plugins to send the notification email via a mail server that can track when a message has been read. you may need to modify the notification, and possibly automate the actions that are taken when someone receives, and then opens the email to say, fill a file that can be picked up by a cron job and the update the wiki page of choice accordingly via say, XMLRPC. Seems doable with some creative chaining of tools. -- 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.
