> The function also calculates the correct range for the pagelist. > But I don't know how to feed this $range string into > the pagelist count= parameter. > > Could you give me a hint how to achieve this?
Create a new markup which would be placed INSIDE the pagelist markup (thus has to precede pagelist markup in the rule order): (:pagelist ... count={{BREAKPAGECOUNT,x,y}} ... :) That markup would default to x..y but could be overridden by ?BPCOUNT=21..40 in the URL ($_GET). Then you just make sure to code your page-links with the appropriate ranges in the URL... [[{$FullName}?BPCOUNT=1..20|1]] [[{$FullName?BPCOUNT=21..40|2]] ... etc. -Peter _______________________________________________ pmwiki-devel mailing list pmwiki-devel@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-devel