On 2017-07-20 17:38, Petko Yotov wrote:
# order=votes to sort numerically by {$VoteWeightedSum}
$PageListSortCmp['votes'] = 'IntegerPVCompare($x, $y,
"$VoteWeightedSum")';
# order=votecount to sort numerically by {$VoteCount}
$PageListSortCmp['votecount'] = 'IntegerPVCompare($x, $y,
"$VoteCount")';
Sorry, I've omitted a double backslash, these should be more like:
$PageListSortCmp['votes'] = 'IntegerPVCompare($x, $y,
"\\$VoteWeightedSum")';
$PageListSortCmp['votecount'] = 'IntegerPVCompare($x, $y,
"\\$VoteCount")';
Petko
_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users