Render all comments under a comment
sam-ghosh opened this issue · 1 comments
sam-ghosh commented
Is there a way for me to render all comments, in a nested fashion, that are UNDER a given comment?
{% render_comment_list for main_comment %} --> currently renders nothing
{% get_comment_count for main_comment as comment_count %} --->currently gives 0
vdboor commented
Yes, there is a with [parentid]
flag for this.