MODX EXTRA
Jot
Creator:
()
Updated By: bS
About Jot
Enhance your site with user comments. Jot is the reincarnation of the former Replix snippet.
Information
Instructions
Install:
1) Download and extract the archive.
2) Create a directory called "jot" in your [MODx Directory]/assets/snippets directory
3) FTP or copy the files into [MODx Directory]/assets/snippets/jot
4) Create a new snippet in the manager called "Jot" and copy/paste the contents of jot.snippet.txt into the code field.
Update:
1) Download and extract the archive.
2) Copy the files into [MODx Directory]/assets/snippets/jot (overwrite)
3) Update the "Jot" snippet in the manager and copy/paste the contents of jot.snippet.txt into the code field.
Snippet call example:
[!Jot? &customfields=name,email
&subscribe=1
&pagination=10
!]
Known problems:
I expect some issues with the db-installer (triggers on first run) on different systems. If you get an error telling you some tables alreayd exist, comment out line 189 in jot.inc.php:
$this->_provider->FirstRun($this->_config["path"]);
Updates
0 = new comments will be published (default)
1 = new comments will be unpublished, so a moderator/manager user can review before publishing.
comma delimitted web groups that are trusted and have their comments published by default when &moderated is set 1.
Other changes:
- added: version check
- fixed couple of minor bugs
- minor changes to default templates/chunks
New in Jot 1.0 BETA 3-
There are no release notes for this version.