Pixelpost Forum

Pixelpost Forum (http://www.pixelpost.org/forum/index.php)
-   Bug Report 1.4.x (http://www.pixelpost.org/forum/forumdisplay.php?f=19)
-   -   Addon Page-By-Page Archive (http://www.pixelpost.org/forum/showthread.php?t=2558)

ChDo 11-03-2005 12:44 PM

Addon Page-By-Page Archive
 
I found a bug in the Page-By-Page-Archive addon version 0.6.

On line 313 in the paged_archive.php, there's a missing '.
originally this is line 313:
Quote:

$Archive_pages_Links .= "<a href='index.php?x=browse&amp;category=$cat_id&amp; pagenum=$pagecounter>$pagecounter</a> ";
replace with:
Quote:

$Archive_pages_Links .= "<a href='index.php?x=browse&amp;category=$cat_id&amp; pagenum=$pagecounter'>$pagecounter</a> ";


All times are GMT. The time now is 01:08 AM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.