A life working album and a screenie of the admin interface pleasedam wrote:Actually my site is in contruction.Mesmer wrote: is there a public example available?
Do you mean an example of admin interface or public interface ?

A life working album and a screenie of the admin interface pleasedam wrote:Actually my site is in contruction.Mesmer wrote: is there a public example available?
Do you mean an example of admin interface or public interface ?
Ver 0.1.1 works fine. Thank you. Good job. Waiting for moredam wrote:Do you have any error message ?maciekm wrote: I can't add any album. Using CMSMS 0.12.1
Yes you can. You just have to modify template (or duplicate default template before modify it)linnemann wrote: Is there any way to show the large image in an popup (When i press the thump it has to open the pressed image in a popup). I have been trying some different things with javascript but I cant get it to work.
Code: Select all
<a href="{$onepicture->link}"> <img src="{$onepicture->thumbnail}" /> </a>
Code: Select all
<a href="{$onepicture->picture}" target="_blank"> <img src="{$onepicture->thumbnail}" /> </a>
Code: Select all
<a href="{$onepicture->picture}" onclick="window.open(this.href); return false;"> <img src="{$onepicture->thumbnail}" /> </a>
Work perfect for me.picture}" onclick="window.open(this.href, '', 'height=650,width=850,left=50,top=50,screenX=50,screenY=50'); return false" target=_blank href="window.open(this.href)">thumbnail}" alt="" border="1">
Thank You Andrew.andrewtf wrote: Nice module! Question: Is there a way to change the size of the thumbnails generated by Album? Perhaps I'm just missing it.
As a wishlist item it would be nice to be able to add gallery images from within the module rather than have to add them via image manager first and then organize them into albums. I think that would make it easier for people editing the site and adding content in the future.![]()