Quip
Creator: Shaun McCormick (splittingred)
Updated by: Joshua Lückers (joshualuckers)
About Quip
A simple commenting system for MODx Revolution, complete with a backend management interface. Handles threaded and flat comments, with moderation, email notification, and more.
Information
Released
October 27, 2020
Supported Database
MySQL
License
GPLv2
Supported Versions
2.2 - <3.0
Downloads
96,243
Instructions
Install via Package Management, then go to Security - Flush All Sessions. Re-login, and the new security policy will be loaded.
If you overrode any chunks in QuipReply, you'll need to update them with the contents in:
- &tplAddComment - core/components/quip/elements/chunks/quipaddcomment.chunk.tpl
- &tplPreview - core/components/quip/elements/chunks/quippreviewcomment.chunk.tpl
Specifically the extra hidden fields, error message placeholders, and submit button. Also, notice that preview mode is no longer the default.
New in 2.3.5-pl
Always create a backup (at least from your database) before updating!
2.3.5
Fixes a bug where posting a second comment would not work.2.3.4
This release contains some minor quality of life improvements, mostly database/schema related.