PDA

View Full Version : Browse page - Number of images in a row


noodle
01-05-2006, 07:33 PM
Hi folks!

I'm sorry for asking this, because I'm shure, that there are many who have asked it before (I really tried to find an answer with the forum-search, but I was not successful):

How can I change the number of thumbnails in a row in the "browse"-page? You can find my browse page here:

http://www.maersu.com/index.php?x=browse

Thanks a lot!
noodle

Connie
01-05-2006, 07:49 PM
Noodle,

you can use the paged_archive-AddOn, there you can define how many thumbs you want to see in the browse-page I think

eon
01-05-2006, 07:52 PM
With Pixelpost version do you use?

Edit:
Humm, I did it someware in the code. But that's a nicer solution.

noodle
01-10-2006, 06:14 PM
@Connie: Yes, I see now, that I can define the number of thumbs in a whole page, but I would like to control the number of thumbs in one row (at the moment, there are five, I'd rather like to have seven).
@eon: I use pixelpost 1.4

Connie
01-10-2006, 06:23 PM
you can define the width of the div, where the thumbs sit in, so that the desired number of thumbnails fit into that

try that

Joe[y]
01-10-2006, 06:34 PM
like:

<div style="width:600px">
<THUMBNAILS>
</div>

fred
01-11-2006, 08:24 AM
A quick question, similar to the original here. My "Browse" page is getting overcrowded and I want to archive the thumbs. I am running Version 1.4.3 and have the Page-by-Page archive add-on (0.6) installed but changing the maximum number of thumbs per page hasn't made any difference. I've just noticed, too, that when I change the "thumbs per row", the change is ignored. Where am I going wrong?