PDA

View Full Version : maximum number of thumbnails in categories not working?


-okapi-
04-25-2005, 05:44 AM
now as i'm uploading images, i find that the maximum number of thumbnails on each page of the archive page seems not to work for categories. i have set the number of 15 which works for all thumbnails, but when i call a specific category it shows 17 images for example (breaking the layout).

maybe i've done something wrong...?

Anonymous
04-25-2005, 08:31 AM
I'll check this.

-okapi-
04-25-2005, 03:00 PM
just for information:

the problem is solved, with the help of ramin. (thanks again!)
it was my fault, nothing wrong with pixelpost. i had used a wrong syntax for the category links.

Joe[y]
04-25-2005, 03:45 PM
can you share what the problem was please ... as i have a similar problem.

-okapi-
04-25-2005, 03:59 PM
don't use this (as i did):

http://yourdomain/index.php?x=browse&category=10
or
index.php?x=browse&category=10
this is a link to a specific category, but without page per page view.

but use this:

http://yourdomain/index.php?x=browse&category=10&pagenum=1
or
index.php?x=browse&category=10&pagenum=1

this is also a link to a specific category, but with paged view.
(the number of thumbnails you want to have displayed on the archive page has to be set on the admin addon page).