We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 29771
    • 12 Posts
    Hey there,

    is there a way to commenting comments?

    greets, Michael
      • 29771
      • 12 Posts
      Well... for any body look for this solution ... it is quite easy...
      add in your comments template an new instance of jot with &tagid=`[+comment.id+]`.

      You can call the placeholder like this.
      [+jot.html.form.[+comment.id+]+]
      [+jot.html.comments.[+comment.id+]+]

      Greets,

      Michael
        • 36805
        • 354 Posts
        Wouldn’t this mean you’d have a reply form under every single comment?
          • 36805
          • 354 Posts
          In fact I did get a reply form under each comment, as I suspected. This is not so bad though. I can show/hide it with a jqueryfied hyperlink.

          I tested replying this way though and got an error:

          I think it causes an infinite recursion. Can this work or is it nonsense to even try?

          Got it working now, nvm