Questions tagged [threaded-comments]

51 questions
0
votes
1 answer

Generating Threaded RSS / ATOM Feeds

I want to generate a RSS feed that can be displayed threaded in RSS-Clients. So if the feed describes something like comments or changes to one and the same entity, i want these to be visually grouped. Is this possible in Java?
icyerasor
  • 4,973
  • 1
  • 43
  • 52
0
votes
1 answer

Threaded Comments in Laravel w/Eloquent

I have user profiles that allow users to leave messages for each other. (Think Facebook/MySpace)... Given a profile_messages table with the following fields id, user_id, author_id, parent_id, and message, how would I efficiently display them in a…
user1960364
  • 1,951
  • 6
  • 28
  • 47
0
votes
3 answers

Scalable Solution For Threaded Comments

I'm not sure how to create a threaded comments system in PHP and MySQL which can handle hundreds of comments at a time. Something like this is the only thing I can come up with $query = execute_query...('SELECT * FROM `comments` WHERE `post` =…
Ben Shelock
  • 20,154
  • 26
  • 92
  • 125
0
votes
2 answers

Cleanest way to add reply forms to nested comments

I am adding nested (reddit-like) comments to my app; so far I'm just using comment divs, where in my CSS I do this: .comment { margin-left: 40px; } This works fine for displaying comments. My question is what is the cleanest way to now add reply…
houbysoft
  • 32,532
  • 24
  • 103
  • 156
0
votes
1 answer

Are there any website comments systems available (like phpbb for forums)?

I'm looking to add comments to my website. I've seen some great frameworks for forums (like phpbb) and for blogs (like wordpress). Is there anything like this for comment systems?
giroy
  • 2,203
  • 6
  • 27
  • 38
0
votes
1 answer

PHP MySQL, Nested/threaded comments with pages, LIMIT 10 OFFSET ect

I've been searching for awhile for an answer and cant seem to figure one out so I'm hoping someone here can help.. I'm just trying to figure out a way to only show XX comments on ones page, allowing the process of nested/threaded comments, and not…
Yohn
  • 2,519
  • 19
  • 23
1 2 3
4