|
#1
|
||||
|
||||
|
Page by Page Catagory Archives Problem
I'm using the Page by Page archives, and the monthy drop box works fine in sorting out the thumbnails. The catagory drop box on the other hand, doesn't actually show the correct thumbnails, but just reloads the standard (/index.php?x=browse&pagenum=1) page. You can view it on my test site here: http://www.cleu.org/blinkpp/index.ph...owse&pagenum=1
Try and select a catagory of thumbs... You'll see the url updates but none of the thumbs change. What could be wrong? Thanks, |
|
#2
|
||||
|
||||
|
There is a mistake in the url:
index.php?x=browse&category=8&pagenum=1 and it must be: index.php?x=browse&category=8&pagenum=1 When I change your url manual, it works great!
__________________
Northing.nl |
|
#3
|
||||
|
||||
|
Hmmm... Could you explain? The url I listed for an example of my problem has no mistake, it links through just fine for me... What url do you speak of?
|
|
#4
|
||||
|
||||
|
You use an "& amp ;" between browse and category.
But it must be an "&". Wrong: PHP Code:
PHP Code:
__________________
Northing.nl |
|
#5
|
||||
|
||||
|
Ah, I see you are correct! Thanks. But I didn't set that url at all, would this not be a bug in the paged-archive.php addon? Could someone possibly instruct me on how to fix it? Also, the layout of the page gets a bit messed up after sucessfully viewing a catagory, as you can see. How would I fix that as well?
|
|
#6
|
||||
|
||||
|
So I fixed the problem with the amp showing up as code and not a &... I just did a search and replace in paged_archive.php for
Quote:
Quote:
|
|
#7
|
||||
|
||||
|
Okay, I fixed some pretty gross errors in the paged_archive.php file on lines 313 and 324 mostly and maybe 335... there were multiple spaces in the tags, missing quotes, a missing index.php? from a
Code:
<a href='index.php?x=browse... http://www.cleu.org/blinkpp/index.ph...y=13&pagenum=1 |
|
#8
|
||||
|
||||
|
Great that it is working now. Maybe you can share the solutions?
__________________
Northing.nl |
|
#9
|
||||
|
||||
|
i could have sworn this bug has been fixed before... about ten times now.
i'm pretty sure these were fixed with the latest release of paged_archive.. including the one packaged with 1.5beta
__________________
Affordable Website Design in North Wales |
| Post Reply |
| Thread Tools | |
|
|