On Sunday 22 February 2009 20:01:08 ABClf wrote:
> I would like too see every page activity ; then my question is, How to get
> the rev number written in every wiki.d page ?

You could display the total number of revisions of any page by adding a custom 
PageVariable in config.php:

  $FmtPV['$RevCount'] = '$page["rev"]';

and then use in any page {$RevCount} or {OtherPage$RevCount}, or in a pagelist 
template {=$RevCount}.

Thanks,
Petko

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

Reply via email to