[pmwiki-users] Email notification on a page change
Hans
design at softflow.co.uk
Mon Feb 27 07:25:14 CST 2006
Monday, February 27, 2006, 12:40:41 PM, Hans wrote:
> $MailPostsMessage = "Recent wiki posts:\n"
> ." ($ScriptUrl/$FullName)\n\n\$MailPostsList\n";
> $MailPostsFile = "$WorkDir/.mailposts{$FullName}";
I tested it and it needed changes.
Replace the above lines with:
$page = FmtPageName('$FullName', $pagename);
$MailPostsMessage = "Recent wiki posts:\n"
." ($ScriptUrl/$page)\n\n\$MailPostsList\n";
$MailPostsFile = "$WorkDir/.$page.mailposts";
if you use it for a group than replace $FullName with $Group.
Or just replace $page with the actual full Group.PageName.
Best,
~Hans
More information about the pmwiki-users
mailing list