Hi Amir
Thanks for this,
I’ve got the new release working great with pagination in Firefox, but for some reason it crashes ie7 and ie6 (2 different machines) - but only if I include either of the pagination parameters of &perPage and $footer. If I remove them, ie works fine but without pagination.
Any ideas?
Thanks
Anni

if($modx->config['friendly_urls'] == 1) {
$arg = '?';
} else {
$arg = '&';
}
//Link code here: <a href="linkHere'.$arg.'paginationInfo">text</a><br />';
$ldPath = $modx->config['base_path'] . 'assets/snippets/loopDbChunk/'; include_once($ldPath . 'transformFuncs.php');
<?php
function fixImgPath($imgPath) {
return('assets/snippets/loopDbChunk/img/' . $imgPath);
}
$mapArray = array('imgpath' => 'fixImgPath');
?>