PDA

View Full Version : change thumbnail row


ricburn
08-18-2006, 03:55 AM
Trying to change my thumbnail row from 6 to 7.
In the PP admin/options/thumbnail section I/ve tried 5 and tried 7, updated but no change from the existing 6.
At one time I changed it to 6 and then I read that it should 5 or 7 and now I'm unable to get it back.
Any suggestions.
thanks,
Rick

version 1.5

Connie
08-18-2006, 06:25 AM
Rick,

without a link to your page I cannot say anything but that I tested it with 1.5 and it is working like it should

but maybe there is a misunderstanding: the number of thumbs which you can define in admin/options is for the image-template.html, for the main page

maybe you want to change the number of thumbs in a line in the browser page? This can be defined by the template:

width of image x desired number of thumbs = width of <div> for the thumbs (plus some paddings etc.)

if you want to define the number of thumbs at the frontpage, maybe that is limited by the widht of the CSS container where they are placed?

you are not exact in your description what you want to acchieve, so give us more precise info

ricburn
08-18-2006, 05:14 PM
Connie,
Right again! I was confused by that. The difference between thumbnails on the main page and those on the browse page.
Now that I understand that...and don't need to change the number, I was still curious enough, and to educate myself, to look at browse_template.html in the simple templates and was unable to locate the line-
"width of image x desired number of thumbs = width of <div> for the thumbs".
Am I looking at the wrong template?
rick
version 1.5
www.ricburn.com/rblog

GeoS
08-18-2006, 08:43 PM
Now that I understand that...and don't need to change the number, I was still curious enough, and to educate myself, to look at browse_template.html in the simple templates and was unable to locate the line-
"width of image x desired number of thumbs = width of <div> for the thumbs".
Am I looking at the wrong template?

It is in browse_template and definition of width is in css file for your template.

ricburn
08-18-2006, 10:15 PM
Thanks to Connie and GeoS. rick

Connie
08-20-2006, 05:56 PM
Rick,

excuse please that I did not mark the formula
width of image x desired number of thumbs = width of <div> for the thumbs (plus some paddings etc.) as a formula

it not part of code ;=)

but I am glad you found out!