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) Backup and delete the contents of [MODx Directory]/assets/snippets/jot
3) Copy the files into [MODx Directory]/assets/snippets/jot
4) 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
!]
or
[[Jot? &customfields=name,email
&subscribe=1
&pagination=10
]]
Depending on your page cache settings.
Updates
Jot Beta 8Addressed many issues reported in the support topic
- code cleanup
- changed: default templates
xhtml validated
removed javascript
using phx conditionals for cleaner templates
merged moderate comment template into comment template
- added: comment info to notify messages
- updated chunkie/phx
- changed: moderation views
added mixed view (default)
added CSS style for unpublished comments
important! because of the significant changes in the default templates you should edit your custom templates accordingly if any when updating.
New in Jot 1.0 Beta 8-
There are no release notes for this version.