We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 4264
    • 20 Posts
    I'm trying to change the look 'n feel of the comment form by adding the &tplAddComment property to the QuipReply call.
    Two things happen:

      [li]The
    [[+idprefix]] [/code
      ]placeholder has no value, [/li]
    • The post button had disappeared, apparently because the can_post placeholder is set to false.

    Anyone any ideas?

    Thanks! [ed. note: bueno last edited this post 12 years, 5 months ago.]
      • 4264
      • 20 Posts
      Ok, I figured it out. Has nothing to do with the Quip snippet itself:
      Generally speaking, I save templates and chunks as files on the server, so I can edit them more easily. The chunks in the database contain nothing more then a tiny snippet that reads the chunk file
      Like this:
      [[includeChunk? &chunk=`path/to/chunk.html`]]

      It turns out that this way of handling the Quip chunk doesn't work as expected.
      When I save the contents of the chunk file in the database, all's fine.
      Seems like a security problem?