MODX EXTRA
Jot
Creator:
()
Updated By: bS
About Jot
Give your site users the opportunity to enter feedback on your articles. Add comments to articles, create guestbooks, you can even use multiple instances on the same page. 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
added: moderation notificationupdate: default form template now uses tabindex
Notify moderators specified by &canmoderate by email
0 = do not notify ever
1 = notify on new unpublished reply (default)
2 = notify on every new reply
Subject for subscription notification email.
Subject for moderator notification email.
Chunk for moderator email.
New in Jot 1.0 Beta 7-
There are no release notes for this version.