Sameer,

You can use the ftime markup expression (http://www.pmwiki.org/wiki/PmWiki/MarkupExpressions ) to pass to your form's template the current date and time.

You can put at the beginning of the GroupFooter page something like (warning, I haven't tried it):

(:if auth edit && ! equal {$:Checkedon}:)
...include a form that posts to the bottom of the page...
(:elseif auth edit:)
...include a form that updates the value of the already existing Checkedon PTV...
(:ifend:)

Hope that helps,

Randy

On Feb 25, 2008, at 6:11 PM, Sameer Kumar wrote:
Is there some way of inserting only the time&date which I can use as a value for {$:Checkedon}?

· I would like to have a ‘button’ on the edit form (visible only to the editors) which would plug these two PTVs at the very bottom of the text. How should I go about coding such a button?

_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to