Page 1 of 1
Album Module not working with version 1.8.1 [Solved]
Posted: Sun Jul 18, 2010 6:16 am
by cd163601
I have just upgraded from CMS Made Simple version 1.7.1 to version 1.8.1. The Album (Photo Albums) module doesn't seem to display the correct styles any more.
The albums no longer display using their correct styles and when clicking on an image, again the Light Box template isn't used.
I know it's a very old module but it is very useful. Any suggestions?
Example:
http://www.coppice-school.org.uk/news-e ... otos-2010/
Many thanks
Colin Davis
Re: Album Module not working with version 1.8.1
Posted: Sun Jul 18, 2010 7:34 am
by Jos
attach Album stylesheets manually to your page templates and don't rely on Album to do it automatically for you anymore
Re: Album Module not working with version 1.8.1 [Solved]
Posted: Sun Jul 18, 2010 6:08 pm
by cd163601
Thank you for that. What I have done is, in every page that contains any Album smarty code like:
{cms_module module='album' .........}
Immediately before that line I have added (in Source Code):
That seems to work.
Re: Album Module not working with version 1.8.1 [Solved]
Posted: Mon Jul 19, 2010 8:11 am
by Dr.CSS
You should do that in the pages meatadata box in the options tab...
Re: Album Module not working with version 1.8.1 [Solved]
Posted: Sat Jul 24, 2010 10:27 am
by map_1961
Hi there.
Thanks 4 this hint. I placed the line
directly into the template in the content area like this:
{content}
...
Its faster than searching for all pages with album module called up.
Cheers
map_1961
Re: Album Module not working with version 1.8.1 [Solved]
Posted: Sat Jul 24, 2010 10:31 am
by owr_bgld
@map_1961: Dr. CSS post again:
Dr.CSS wrote:
You should do that in the pages meatadata box in the options tab...
You can put it in the template also, but NOT in the body-area - it MUST be in the head-area
Re: Album Module not working with version 1.8.1 [Solved]
Posted: Sat Jul 24, 2010 11:33 am
by map_1961
Thankx - but it works
map_1961
Re: Album Module not working with version 1.8.1 [Solved]
Posted: Tue Nov 09, 2010 8:11 pm
by Dr.CSS
Yes it works but if you care about validation of your html you need to put that in the of the template(s) that way every page will get it...
P.S. You should always use lowercase for things like link, meta, img, href, etc...