Format on template changes after upgrade "Album"

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

Format on template changes after upgrade "Album"

Post by RonnyK »

With the "Album Template Stylesheet" attached, the default view shows the title of the album in a second block, so the album is made up with the thumbnail and the title in two squares tiled on top of each other. Previously I had "Album (for default, ....)" attached, probably of a earlier release, and then the title was shown as a link directly under the block with the thumbnail.

Both templates are available and both are mentioned in the help of Album. I'm not sure how to get the behaviour back of the "Album for default", using the "Album Template stylesheet", even if I copy the logic or the original one and create a new template, as soon as I attach the "Album Template Stylesheet", the behaviour starts.
User avatar
Elijah Lofgren
Power Poster
Power Poster
Posts: 811
Joined: Mon Apr 24, 2006 1:01 am

Re: Format on template changes after upgrade "Album"

Post by Elijah Lofgren »

I think I fixed that problem in the SVN version of Album here: http://viewsvn.cmsmadesimple.org/viewsv ... m&view=rev

Try adding this to the end of the Album stylesheet:

Code: Select all

	 .albumname a
  	 {
  	         display: inline;
  	         border: none;
  	         margin:none;
  	         padding:none;
  	         line-hight:1em;
  	         background-color:transparent;
  	 }
Hope this helps,

Elijah
Note: I don't have time to take on any more projects. I'm quite busy. I may be too busy to reply to emails or messages. Thanks for your understanding. :)
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

Re: Format on template changes after upgrade "Album"

Post by RonnyK »

Thanks Elijah,

that did the trick. Is the other css I'm having an old one that I can delete, and leave the "Album Template Stylesheet" as the single stylesheet.

Best regards,

Ronny
User avatar
Elijah Lofgren
Power Poster
Power Poster
Posts: 811
Joined: Mon Apr 24, 2006 1:01 am

Re: Format on template changes after upgrade "Album"

Post by Elijah Lofgren »

RonnyK wrote: Thanks Elijah,

that did the trick. Is the other css I'm having an old one that I can delete, and leave the "Album Template Stylesheet" as the single stylesheet.
You're welcome. Yes, you can delete the other old stylesheet. (In the next version of Album, the default stylesheet will no longer be installed to the DB which will make it easier to upgrade)
Note: I don't have time to take on any more projects. I'm quite busy. I may be too busy to reply to emails or messages. Thanks for your understanding. :)
Post Reply

Return to “CMSMS Core”