Re: plugin lastmod shows current time
The documentation for the Lastmod Plugin says if you don't specify the page name, Lastmod defaults to the current page.
I have now tested:
Copy to clipboard
{LASTMOD()/}
and
Copy to clipboard
{LASTMOD(page=HomePage)/}
in the HomePage of Tiki versions 2 through 9.
In each version of Tiki, the plugin with the pagename specified worked correctly (other than the '%0' in Tiki 2 mentioned in the documentation).
When Lastmod is coded without specifying the page name, the current date and time are returned in Tiki versions 2 through 6, and nothing at all is returned in Tiki versions 7 through 9.
There appears to be a problem with how the Lastmod plugin get the page name when it is not specified.
This is a bug that could be reported. The workaround is to specify the page name.