<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Thanks, I was thinking there should be a way with existing variables, but was coming up empty.<br><br>-Monte<br><br><div>> Date: Wed, 15 Jul 2015 18:34:00 +0200<br>> From: 5ko@5ko.fr<br>> To: pmwiki-users@pmichaud.com<br>> Subject: Re: [pmwiki-users] Pagelist Question<br>> <br>> Use something like this in config.php:<br>> <br>>    $PageListSortCmp['revcount'] = '$PCache[$y]["rev"] - <br>> $PCache[$x]["rev"]';<br>> <br>> Then in a page:<br>> <br>>    (:pagelist group=Main order=revcount:)<br>> <br>> The default pagelist sorting function with order=$RevCount will consider <br>> the text contained in the variable as text and will compare it <br>> alphabetically, so 1, 10, 101 will come before 2, 3, etc.<br>> <br>> Here we create a custom numerical sort order (revcount, not $RevCount). <br>> To order the pages in ascending order, use order=-revcount with a minus.<br>> <br>> Petko<br>> <br>> On 2015-07-15 17:06, Monte Padget wrote:<br>> > I am trying to make a page that would show the pages with the most<br>> > revisions. I have added $RevCount into my config.php and have tried<br>> > various iterations of the line:<br>> > <br>> > (:pagelist group=Group order=$RevCount count=10 fmt=#simple <br>> > list=normal:)<br>> > <br>> > but not getting the expected list. I have added {$RevCount} to a<br>> > couple pages I know have high revision counts, but the list doesn't<br>> > reflect.<br>> > <br>> > Any help or direction would be greatly appreciated.<br>> > <br>> > Thanks,<br>> > -Monte<br>> >                                      <br>> > _______________________________________________<br>> > pmwiki-users mailing list<br>> > pmwiki-users@pmichaud.com<br>> > http://www.pmichaud.com/mailman/listinfo/pmwiki-users<br>> <br>> _______________________________________________<br>> pmwiki-users mailing list<br>> pmwiki-users@pmichaud.com<br>> http://www.pmichaud.com/mailman/listinfo/pmwiki-users<br></div>                                     </div></body>
</html>