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


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

Reply via email to