tibberous Posted November 29, 2009 Share Posted November 29, 2009 I am looking to add a comments/message board system to my site. Basically I am laying the site out so that each of my projects has one page dedicated to it. What I am looking for is a comment system that allows responses to individual comments - so someone can ask a question and get replied to. What I'm really looking for is something that that is cool looking, maybe using ajax / jquery. This is a good example, but it is written in Python of all things... http://scrumptious.tv/ Link to comment https://forums.phpfreaks.com/topic/183280-comments-maybe-fancy-looking/ Share on other sites More sharing options...
trq Posted November 29, 2009 Share Posted November 29, 2009 Cool. Link to comment https://forums.phpfreaks.com/topic/183280-comments-maybe-fancy-looking/#findComment-967364 Share on other sites More sharing options...
waynew Posted November 29, 2009 Share Posted November 29, 2009 Link to comment https://forums.phpfreaks.com/topic/183280-comments-maybe-fancy-looking/#findComment-967450 Share on other sites More sharing options...
waynew Posted November 29, 2009 Share Posted November 29, 2009 Shouldn't be hard to write yourself dude. Just give the comment table a parent_id column that relates to what comment he/she is replying to - or 0 for default. Link to comment https://forums.phpfreaks.com/topic/183280-comments-maybe-fancy-looking/#findComment-967451 Share on other sites More sharing options...
.josh Posted November 29, 2009 Share Posted November 29, 2009 You should post that in a blog Link to comment https://forums.phpfreaks.com/topic/183280-comments-maybe-fancy-looking/#findComment-967574 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.