[pLog-svn] r4976 - plugins/branches/lifetype-1.1/subscribe

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Sat Mar 3 20:48:08 EST 2007


Author: jondaley
Date: 2007-03-03 20:48:08 -0500 (Sat, 03 Mar 2007)
New Revision: 4976

Added:
   plugins/branches/lifetype-1.1/subscribe/readme.txt
Log:
added directions

Added: plugins/branches/lifetype-1.1/subscribe/readme.txt
===================================================================
--- plugins/branches/lifetype-1.1/subscribe/readme.txt	                        (rev 0)
+++ plugins/branches/lifetype-1.1/subscribe/readme.txt	2007-03-04 01:48:08 UTC (rev 4976)
@@ -0,0 +1,20 @@
+Plugin: Subscribe
+Author: Jon Daley
+Release Date: 2007/03/03
+
+This plugin allows visitors to sign up for email notifications for
+future comments when posting a comments, and to also sign up for new
+posts in any/all categories.
+
+Install:
+1. Copy the files into your plugin directory like any other plugin.
+
+Use:
+1. For new comment notifications, add this to your comment form:
+{if $subscribe && $subscribe->isEnabled()}
+<input type="checkbox" name="subscribe" />
+E-mail me when comments occur on this article
+{/if}
+
+2. For post/category notifications, add a link to:
+http://blog/?op=subscribe



More information about the pLog-svn mailing list