threaded-comments
Recursive blocks in Scala Play Framework templates
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:[详细]
2023-04-11 16:03 分类:问答Django - Sorting QuerySet of threaded comments
I am using django-threadedcomments, however the question also applies generally to sorting a QuerySet.[详细]
2023-03-30 06:57 分类:问答Trying to get threaded/nested comments in PHP
I have data in a MySQL table, (called info), like this: _______________________ id|text| parent | 1| a| NULL|[详细]
2023-03-14 16:59 分类:问答Django threadedcomments - how do I reply to a comment?
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):[详细]
2023-03-05 05:35 分类:问答Threaded comments on web socket update
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).[详细]
2023-02-14 06:53 分类:问答Can Someone hello explain this class for a php threaded comments system?
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[详细]
2023-02-04 21:47 分类:问答Can anyone help me with php threaded comments?
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[详细]
2023-02-04 16:28 分类:问答Django threaded comments - one level only
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[详细]
2023-01-21 11:19 分类:问答Django threadedcomments and voting
I\'m using django-threadedcomments and django-voting in my project to achieve a Reddit-like comments voting system.[详细]
2023-01-19 01:33 分类:问答asp.net threaded comments?
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[详细]
2023-01-17 05:00 分类:问答