Re: Marking comments as read

2010-01-28 Thread asbestospiping
That makes a lot of sense, I think it puts me on the right track. On Jan 27, 7:47 pm, cricket zijn.digi...@gmail.com wrote: and removing the viewed rows in the db when a comment is added I don't understand what you mean by that. If it's what I think then I'd guess it would require a lot of

Re: Marking comments as read

2010-01-27 Thread asbestospiping
? Then, in the view, compare the original ts that you got from your find () with the Comment.created value. Any newer comments get a class NewComment. I've never done this, btw. But I happen to be just starting on a posts_controller. I think I'll give it a go. On Jan 26, 11:31 am, asbestospiping

Marking comments as read

2010-01-26 Thread asbestospiping
Hi all, I am trying to do something, and cant work out where to start. I have the blog app running, and have the comments paginated under the post. I have auth working, and would like to track when a user views a comment (Think marking as read) I have a db table viewedcomments, with the fields