[pmwiki-users] Notify in config.php

Patrick R. Michaud pmichaud at pobox.com
Thu May 31 19:58:14 CDT 2007


On Thu, May 31, 2007 at 08:36:06PM -0400, Vince Administration wrote:
> Pm,
> I would like to have a user notified when his profile is changed.   
> And I am successfully  using Notify in other pages. So I tried adding  
> to Profiles.php
> the lines
> $EnableNotify = 1;
> $NotifyList[] = "$AuthId at math.uconn.edu group=Profiles";

You probably mean to have:

    $NotifyList[] = "notify=$AuthId at math.uconn.edu group=Profiles";

> I am messing up the quoting, or perhaps notify will not take variables?

It might not accept variables -- I'd have to look at the code again.

Pm



More information about the pmwiki-users mailing list