I wrote: >Can you submit a bug report for this please?
Nevermind, it's already fixed in CVS ;-)
The change you would be interested in is this:
$nextpage = $page + 1;
$pagestart = ($page - 1) * 50; // <-- new line
if ($pagestart >= 50) {
This will fix the "previous" link. I've also implemented "Google paging"
as an alternative, but that requires more changes (and also a change in
the theme).
bye, Dirk
--
http://www.haun-online.de/
http://geeklog.info/
