Pixelpost

Authentic Photoblog Flavour


Go Back   Pixelpost Forum > MISCELLANEOUS > Archives > Bug Report 1.4.x

Post Reply
 
Thread Tools
  #1  
Old 06-10-2005, 10:18 PM
fauxtog's Avatar
fauxtog Offline
pp veteran
 
Join Date: Mar 2005
Location: So. Cal.
Posts: 70
paged_archive bug fix!!!

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:
Code:
$Archive_pages_Links .= "<a href='index.php?x=browse&category=$cat_id&pagenum=$pagecounter>$pagecounter</a> ";
Here's the new:
Code:
$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]!!!
Reply With Quote
  #2  
Old 06-11-2005, 07:34 AM
Joe[y]'s Avatar
Joe[y]+ Offline
Team Pixelpost
 
Join Date: Mar 2005
Location: UK
Posts: 3,101
Send a message via MSN to Joe[y]
for developers reference....

this is fixed in cvs.
Reply With Quote
Post Reply


Thread Tools




All times are GMT. The time now is 07:05 PM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd. | Style Design: d3 designs