Re: E-mail notify on watch list
An Additional note which came up in the sourceforge site:
The line change mentioned below may produce URL's with double slashes in..
Like tiki//tiki-index.php?page=foo
In which case the template line 3 should probably be changed to:
{$mail_machine}tiki-index.php?page={$mail_page|escape:"url"}
(Note the lack of slashes)
This will finally correct things, I think.
I believe this double slash occurs based on the server-name which I mentioned in an earlier post, I'm not sure what convention is, but believe that if you include a trailing slash in the servername ie: "http://tikiwiki.org/" then the double slash will occur.
I am waiting for confirmation on this as I am currently upgrading to 1.8.2 and cannot test today.