[pmwiki-users] pagelist pagination

Hans design5 at softflow.co.uk
Wed May 16 16:56:56 CDT 2007


Wednesday, May 16, 2007, 10:07:58 PM, The Editor wrote:

> $MarkupExpr['counter'] = 'MkExpExtCounter()';
> function MkExpExtCounter() {
>         global $ZAPcounter;
>         $ZAPcounter = $ZAPcounter + 1;
>         return $ZAPcounter;
>         }

I think this {(counter)} is not really any different than using
{$$PageCount} in the pagelist template.
And if I use (:pagelist ..... count=10..20 :) for instance,
it will count 10, i.e. it will count up to the last displayed
pagelink.


  ~Hans




More information about the pmwiki-users mailing list