[pmwiki-users] How to count all pages

marc gmane at auxbuss.com
Thu Jan 11 10:09:10 CST 2007


PP Köln ZA 121 said...
> How to count all pages in all groups of a pmwiki and show the total amount
> on a page?

Try:

In config.php

  Markup('CountAllPages',
         'inline',
         '/\(:CountAllPages *:\)/ie',
         count(ListPages()));

Use with (:CountAllPages:)

-- 
Cheers,
Marc





More information about the pmwiki-users mailing list