[Bug] RC1 Default And ProSilver - Album_cat_body.tpl »  Show posts from    to     

Icy Phoenix


Old Support Topics - [Bug] RC1 Default And ProSilver - Album_cat_body.tpl



Lopalong [ Thu 16 Apr, 2009 05:07 ]
Post subject: [Bug] RC1 Default And ProSilver - Album_cat_body.tpl
RC1 - Default and proSilver

album_cat_body.tpl

{S_COL_WIDTH} X 3 not spacing the images correctly ?

Hard-coding it to width="20%" renders all thumbs just fine for (Tested) 2,3,4,5 and 6 columns ?

But I suspect that there is "Another" way to do it.

Edit:

I put the templates back to normal and edited album_cat.php on this line:

Code: [Hide] [Select]
'S_COL_WIDTH' => (100 / $album_config['cols_per_page']) . '%',
Changed to:

'S_COL_WIDTH' => 20 . '%',


This is what it looked like before the changes:

album1

This is what it looked like after the changes:

album2




Powered by Icy Phoenix