If I activate the action URL in a list, the paginator inserts an unnecessary & into the URL (xyz.html?&start_at=12345). I can't remove the & in paginator.php. I don't use an action URL for other lists, so I need the & there.
Hi rbock
I applied this fix in paginator.php:
href="<?php echo str_replace("?&", "?", $url."&start_at=").$i; ?>"
coming in the next update
You need to login to be able to post a reply.