[pmwiki-users] Question about forcing e-mail Notify on site exit

Patrick R. Michaud pmichaud at pobox.com
Fri Nov 24 21:01:13 CST 2006


On Sat, Nov 25, 2006 at 12:41:28AM +0000, Clive Shane Hetherington wrote:
> 
> I am setting up a series of sites where only myself and 1 other person are 
> exchanging data. So, the use may at times be very very infrequent. Because of 
> this I want to be able to provoke a send recent changes mail when I leave the 
> web site - maybe have to set up a logout page to do this I don't mind. So, it 
> needs to ignore the $NotifySquelch and $NotifyDelay to do this or temporarily 
> change them to 0 and then return them to the original values afterwards?

You can do it with a per-page customization on one or more logout pages.
For example, in local/Main.Logout.php, set

    <?php
      $NotifySquelch = 0;
      $NotifyDelay = 0;

Then, whenever anyone visits the Main.Logout page, any pending
notifications will be immediately sent to all notify entries that 
don't have an overriding squelch value.

Pm




More information about the pmwiki-users mailing list