Thursday, October 4, 2007, 3:40:22 PM, Patrick R. Michaud wrote: > On Thu, Oct 04, 2007 at 10:18:29AM -0400, DaveG wrote: >> Does this provide the ability for individuals to 'subscribe' to changes >> to a page?
> PmWiki already provides this capability via the notify.php script. > See http://www.pmwiki.org/wiki/PmWiki/Notify . with Fox you could add a form like this to the page: (:fox subscribeme target=FoxNotifyLists.GeneralNotifyList:) Notify me of new replies (add email address) (:input text email:) (:input submit post Enter:) (:foxtemplate " notify={$$email} page={$$foxpage} format=comment":) (:foxend subscribeme:) foxnotify.php uses FoxNotifyLists.GeneralNotifyList the same way as notify.php uses Site.NotifyList, so it will email changes to individual pages thus subscribed. You could add a deleteline link to the template, for conveniebnt deleting of individual subscription lines. You could also use such a form to post to the NotifyList, and use notify.php for sending out the notifications. With foxnotify.php you could have the email formatted to include the whole reply post. ~Hans _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
