Best Gallery Mod for CMSMS?
Best Gallery Mod for CMSMS?
Can someone just tell me really quickly, which is the best Gallery mod for CMSMS? Thanks.
Re: Best Gallery Mod for CMSMS?
I believe the Album module is the most popular for displaying images...
Re: Best Gallery Mod for CMSMS?
Yeah, thats the one i went for and i seem to keep having problems with the alignment of the images in an album.
At the top of the page, for the first few images, there's an image on the left with an image directly opposite on the right and this goes on for a few rows all aligned properly. Then when you come across an image that is slightly longer than the rest of the images, there is no image opposite it. It ends up looking weird with 2 columns of images and half way down the page there is an image missing on the left. What CSS do i need to change to fix that, padding, margin etc.?
Also, in Firefrox the album page has the albums laid out nicely in rows but in IE they're in 1 column down the left, what am i missing here?
Here's a link to the album page and then just click into an album to see the missing images down the page...:
http://www.dublinwall.ie/cms/index.php?page=gallery
Thank you
At the top of the page, for the first few images, there's an image on the left with an image directly opposite on the right and this goes on for a few rows all aligned properly. Then when you come across an image that is slightly longer than the rest of the images, there is no image opposite it. It ends up looking weird with 2 columns of images and half way down the page there is an image missing on the left. What CSS do i need to change to fix that, padding, margin etc.?
Also, in Firefrox the album page has the albums laid out nicely in rows but in IE they're in 1 column down the left, what am i missing here?
Here's a link to the album page and then just click into an album to see the missing images down the page...:
http://www.dublinwall.ie/cms/index.php?page=gallery
Thank you
Re: Best Gallery Mod for CMSMS?
You need to close some links at the top, it makes all links like the album links unclickable...
Re: Best Gallery Mod for CMSMS?
I use the album module and it does the job.
Depending upon which template you are using for the Album module you will most likely need to change the height of the .thumb class. I have found that if the image has a height bigger than the .thumb height then it breaks the row.

Use the W3C Markup Validator to find the errors in your code to fix the links:
validator.w3.org
You have 24 errors and fixing those will fix your links.
Depending upon which template you are using for the Album module you will most likely need to change the height of the .thumb class. I have found that if the image has a height bigger than the .thumb height then it breaks the row.

Code: Select all
link}">thumbnail}" ... width="{$onepicture->thumbnailwidth}" />
validator.w3.org
You have 24 errors and fixing those will fix your links.
Last edited by Anonymous on Thu Aug 27, 2009 3:18 am, edited 1 time in total.