im trying use nested comments but without success
  • Following http://en.flossmanuals.net/newscoop-4-cookbook-en-4-1/making-your-templates/article-comments/

    i insert the nested comments code in my article-comments.tpl but it doesnt work

    when i review with firebug the nested comments code only insert a <ul/> element, a strange thing because is a tag than not exist in html tags.

    my interest is get:

    comments DESC order 
    subcomments/replies ASC order 

    subcomments/replies must appear "downside" each comment and asc order and in tree format, or in tree design.


    And this present a problem because when i use {{ list_article_comments order="default desc" }} in my code, it order all comments and subcomments/replies in DESC order (level 0 and level 1 and anylevel), and it show subcomments/replies "upside" the main comment.

    any suggestions is welcome, thx in advance.
    Post edited by Raul Andres at 2013-03-14 06:18:42