threaded-comments Questions

1

I'm developing a blog site using Django. My site will allow users to comment on any of my blog posts and also reply to each other and will be displayed using a 'threaded comments' structure (I have...
Lentiginous asked 8/2, 2018 at 3:52

3

Solved

I'm writing a template for a blog post, which has threaded comments. A natural way of writing a template for threaded comments it use a recursive way for constructing the Html. Something like this:...
Northampton asked 9/10, 2011 at 21:32

4

Solved

I'm wondering if someone has already built a system for threaded comments (for lack of a better term) in Rails or if I need to build it myself. In case it's not clear, what I'm referring to is a ...
Swagman asked 21/1, 2009 at 2:34

2

Solved

Let's say we have a table with user comments. First-level comments have a reference to an article they are attached to. Deeper-level comments do not have this reference by design but they have a re...
Gametangium asked 15/7, 2010 at 18:14
1

© 2022 - 2024 — McMap. All rights reserved.