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:
I am using django-threadedcomments, however the question also applies generally to sorting a QuerySet.
I have data in a MySQL table, (called info), like this: _______________________ id|text| parent | 1| a| NULL|
I am trying to integrate threadedcommetns to my Django app and having trouble in uderstanding how it works. Here is how my template looks (based on example from tutorial):
I\'m using web sockets to update a list of comments. I\'m nesting ul and li tags to produce the threaded style (explained here).
I am trying to implement a threaded comment system using php, and i found something already written, but i can not exactly see how to use it, i am not familiar at all with classes, so i was wondering
I found a pre-written script of a class to create threaded comments, but after trying to implement it, nothing prints. The array 开发者_StackOverflow中文版si holding data, and I have confirmed that, b
I\'m looking at implementing django-threadedcomments and am wondering if it is able to restrict threading to replies made by a moderator/owner, similar to how Yelp handles user reviews and business ow
I\'m using django-threadedcomments and django-voting in my project to achieve a Reddit-like comments voting system.
I am working on creating a blog in ASP.net 4.0 and sql server 2008 and would like to learn how to create a threaded comments system. By threaded I mean each comment would have a reply link and the com