PDA

View Full Version : <THUMBNAILS_PAGES_LINKS> is not working


bsod
01-15-2008, 11:50 AM
Hi,

I'm not sure if I should post this under 'addons' or here, since Page-By-Page-Archive comes with pp1.7.0 ...


It seems that <THUMBNAILS_PAGES_LINKS> is not working as expected ... It generates the correct number of pages but the links miss the category id so they are pretty useless ...

When I load for example "index.php?x=browse&category=2&pagenum=1", <THUMBNAILS_PAGES_LINKS> is changed into
links to "index.php?x=browse&&pagenum=1" [1] "index.php?x=browse&&pagenum=2" [2] and "index.php?x=browse&pagenum=2" [Next] ...

Also <CATEGORY_OR_DATE_NAME_PAGED_ARCHIVE> is not working with category, it display "All" while it works with date.

I took a look at the code but I'm not a php expert so I might break more than I would fix if I change something ...

Thanks for your help !

dhdesign
01-15-2008, 12:45 PM
This issue was discovered yesterday, and you can find the solution to it in this thread (http://www.pixelpost.org/forum/showthread.php?t=7694) (start reading at post #6 - solution in post #7).

bsod
01-15-2008, 01:25 PM
Oh great ! I didn't see this post, sorry ... The fix is working, fantastic!