This plugin let’s you add a subscribe / unsubscribe form to your blog so readers can subscribe to the blog or comment for an item. A notification email is sent when the blog is updated or a comment added.
| General Plugin info |
| Current Version: | v0.67 |
| Download: | click here |
| Code: | n/a |
| Demo: | n/a |
| Forum Thread: | forum here |
Download and upzip the zip above
Upload the files to the plugin directory
Install from plugin admin menu
Add <%NotifyMe%> on the skin ie left column for blog subscription
Add <%NotifyMe(itemSub)%> to the item skin part for item comment subscription
If user is upgrading from version < 0.52, they should run the script upgrade_2_v0_52.php in plugins/notifyme/. The script can be removed after upgrade.
When adding/editing a post, there is options “Send notification to subscribers”, which notification will be sent on save (not for draft). There is also another option “Subscribe to comment notification” to automatically subscribe the author to this item so he/she gets notification on comments to the post.
For member and visitors, they can simplpy enter their email address to subscribe to a new post or comment to an item (from item mail subscribe form).
Subscriber can also login to manage their subscriptions which a keyword is sent to them on the subscription email. They can view and delete all their subscriptions.
Admin can go to the admin notify me menu to view (and delete) all users subscriptions.
To customize the email to subscribers, there are templates in the notify/ to change the contents and format.
A new function to mass delete subscription is added (new to v0.51)
v0.20
mail() empty $to warning/error
fix comment notification missing itemid problem (compatibility issue with Nucleus 3.0)
fix xhtml
add table removal option
add admin menu subscriber list sorting
v0.21
v0.30
v0.40
add
SMTP return-path mail header
v0.41
v0.50
v0.51
v0.52
add actionlog on mail sending (for debugging)
email authenication for subscription
add %##AUTHLINK##%
doAction() support for auth type
periodic cleanup of outdate unauth subscription
v0.60
v0.63
v0.64
fix
HTML 1.0 Strict complain from validator
v0.66
removed ID column from INSERT, which is not needed and seem caused some problem to Window setup
remove subscription when item deleted
fix FancyURL link
v0.67
NP_NotifyMe version 0.67 works with Nucleus
CMS 3.64 - 2011-08-20 willyp
NP_NotifyMe version 0.66 works with Nucleus
CMS 3.31 - 2007-10-29 admun