PDA

View Full Version : paged_archive bug fix!!!


fauxtog
06-10-2005, 10:18 PM
Thanks you to Joe[y] for the solution to this problem. :-)

There is a bug that messes up the link on the first thumbnail (upper left) in category views only.

Here's the old code:
$Archive_pages_Links .= "<a href='index.php?x=browse&category=$cat_id& pagenum=$pagecounter>$pagecounter</a> ";

Here's the new:
$Archive_pages_Links .= "<a href='index.php?x=browse&category=$cat_id& pagenum=$pagecounter'>$pagecounter</a> ";

Yep, it's hard to see, but there's one missing single quote in the line (right after =$pagecounter).

Thanks again Joe[y]!!!

Joe[y]
06-11-2005, 07:34 AM
for developers reference....

this is fixed in cvs.