[pmwiki-users] RecentChanges for AutoGroupPages
Hans
hans.bracker at googlemail.com
Thu Aug 17 03:18:59 CDT 2006
On 17 Aug 2006 12:21:54 +1200, John Rankin <john.rankin at affinity.co.nz> wrote:
> Is $IsPagePosted set correctly in the second case??
> If not, PostRecentChanges will just return.
Thank you John!
I had to add
$IsPage{Posted = true;
after the WritePage call.
That is what function PostPage does, which is not used here.
I learned another bit of core pmwiki functionality. Thank you!
Now can you or anyone suggest a better name for a variable I like to use,
so the posting to Recentchanges can be turned off.
Working name right now is:
$EnablePostRecentChangesForAutoGroupPages
which is a bit of a handful.
~Hans
More information about the pmwiki-users
mailing list