We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 28215
    • 4,149 Posts
    This is an auto-generated topic for Quip 1.2.3-pl by splittingred.

    Brief Description:

    A simple commenting system for MODx Revolution, complete with a backend management interface, threading support, moderation, notifications, and more.
    Note: 1.2.1 and above work only for MODx Revolution 2.0.5 and later.
    New in 1.2.3

    • Fixed bug in QuipRSS when using type of thread or family
    • Added Multi language support for QuipRSS
    • Added parameter &pagetitle to QuipRSS snippet to override the quip.latest.pagetitle placeholder which is empty when a thread has no comments.
    • [#40] Added &authorTpl to allow for a Chunk to change the display of the Author name
    • Do not send thread notification email to poster of comment
    • Allow ability to change email from name via quip.emails_from_name setting
    • [#39] Fixed issue with removeThreshold not working, as well as isModerator always failing
    • [#38] Added &requireUsergroups to restrict commenting to specific usergroups
    • Added semicolon to htmlentity right-bracket replace in replies

    New in 1.2.2

    • Updated for Revolution 2.0.5 Access Policy changes
    • Fixed security vulnerability
    • Updated recaptcha server URLs to new Google URLs
    • Added QuipRss snippet for easy RSS feeds from threads or users
    • Added ability to select multiple comments in mgr to approve/unapprove/delete/undelete/remove
    • Added ability to select multiple threads in mgr to truncate/remove
    • Fixed issue where manager url was sent from context when quip was used in subcontexts
    • Added ability to completely remove threads in mgr

    Note: After installing, you may need to "Flush All Sessions" (Security - Flush All Sessions) to reload the new Access Policy for the manager interface.
    See official documentation here:
    http://rtfm.modx.com/display/ADDON/Quip
      shaun mccormick | bigcommerce mgr of software engineering, former modx co-architect | github | splittingred.com
      • 36686
      • 165 Posts
      What’s the default value for the template tplReport in this new version? When I use the source code from http://rtfm.modx.com/display/ADDON/Quip.Quip.tplReport the Report as Spam link turns into a button instead of a link.

      Also, the Report as Spam link doesn’t seem to do anything neither as a link nor as a button.

      Is there a set of files in the Package download where the default chunks can be found, like with Evo snippets?
        • 36686
        • 165 Posts
        More Quip questions:

        1. How do you change the date format in Quip? I’ve tried using [[+createdon:strtotime:date=`%Y-%m-%d`]] in the templates but then the date disappears altogether.

        2. It seems like anyone can delete a comment in the front-end, without being logged in. That can’t be right, can it...?
          • 28215
          • 4,149 Posts
          Quote from: lottaar at Dec 20, 2010, 12:04 PM

          What’s the default value for the template tplReport in this new version? When I use the source code from http://rtfm.modx.com/display/ADDON/Quip.Quip.tplReport the Report as Spam link turns into a button instead of a link.
          Also, the Report as Spam link doesn’t seem to do anything neither as a link nor as a button.
          Is there a set of files in the Package download where the default chunks can be found, like with Evo snippets?

          I’ve updated the docs to reflect the most recent default tpls.

          Also, yes, you can find all the default chunks in your install in: core/components/quip/chunks/

          However, you shouldn’t edit those, as edits will be erased in upgrades.
            shaun mccormick | bigcommerce mgr of software engineering, former modx co-architect | github | splittingred.com
            • 28215
            • 4,149 Posts
            Quote from: lottaar at Dec 20, 2010, 12:07 PM

            More Quip questions:
            1. How do you change the date format in Quip? I’ve tried using [[+createdon:strtotime:date=`%Y-%m-%d`]] in the templates but then the date disappears altogether.
            Try:

            [[!+createdon:strtotime:date=`%Y-%m-%d`]]


            2. It seems like anyone can delete a comment in the front-end, without being logged in. That can’t be right, can it...?

            No, if that’s happening, it’s a bug; but it shouldn’t be. You should only be able to delete your comments (before the threshold kicks in), and if you’re a Moderator (in the moderators group) you can delete comments.
              shaun mccormick | bigcommerce mgr of software engineering, former modx co-architect | github | splittingred.com
              • 36686
              • 165 Posts
              [[!+createdon:strtotime:date=`%Y-%m-%d`]]

              I’m afraid that didn’t work either. You can (not) see it at http://kms-racing.com/nyheter/nyhetsartiklar/presskonferens.html and there you can also try the Report and Remove links (which I’ve translated to Anmäl and Ta bort).

              Edit: I’ve now updated all the Quip templates with your updated code from the documentation but still have the same problems. Did any of the templates in QuipReply change too?
                • 36686
                • 165 Posts
                Hey splittingred, I’d like to offer to do a Swedish translation of the language files. You may of course include them in your next release if you like. I guarantee you the grammar and spelling will be immaculate wink

                Is it just a matter of creating a new set of language files in components > quip > lexicon and then adding something like &lang=`sv` to the call...?
                  • 28215
                  • 4,149 Posts
                  Quote from: lottaar at Dec 23, 2010, 01:26 AM

                  Hey splittingred, I’d like to offer to do a Swedish translation of the language files. You may of course include them in your next release if you like. I guarantee you the grammar and spelling will be immaculate wink

                  Is it just a matter of creating a new set of language files in components > quip > lexicon and then adding something like &lang=`sv` to the call...?

                  Just add the files, and then change your "cultureKey" system setting in MODx to ’sv’. (or do it as a Context Setting on the ’web’ context).
                    shaun mccormick | bigcommerce mgr of software engineering, former modx co-architect | github | splittingred.com
                    • 10257
                    • 55 Posts
                    I have the problem, that entries of on Quip Thread are deleted. And I don’t know why.
                    http://www.efflorescos.de/gaestebuch/ should be at least 25 entries...

                    my Quip Call:
                    [[!Quip? 
                      &thread=`guestbook` 
                      &replyResourceId=`98`
                      &closeAfter=`0` 
                      &limit=`5` 
                      &dateFormat=`%d. %b %Y, %H:%M`
                      &gravatarIcon=`wavatar`
                      &tplPagination=`QuipPaginationTpl`
                      &sortDir=`DESC`
                      &allowRemove=`0`
                    ]]
                    <br />
                    [[!QuipReply? 
                      &thread=`guestbook` 
                      &recaptcha=`1`
                      &moderate=`1`
                      &dateFormat=`%d. %b %Y, %H:%M`
                      &gravatarIcon=`wavatar`
                    ]] 
                      • 10257
                      • 55 Posts
                      I think I solved this by changing the URL (alias) to the page. Seems like a crawler found the links to delete a reply, before I removed them (allowRemove=`0`).

                      Seems like anyone, knowing those links, can delete Quip replys. Whether he is authorized or not...