A new gallery manager : Album
Re: A new gallery manager : Album
I got to work using DIV's instead of P's. Weird. Why did that work?
But I still can't find the template to alter that first page. Anyone?
But I still can't find the template to alter that first page. Anyone?
Re: A new gallery manager : Album
P insted of Div LOL oh well whatever works... do it validate?... should...
which ver. of Album are you using?
mark
which ver. of Album are you using?
mark
Re: A new gallery manager : Album
I'm running the latest version. Just installed today.
I also figured out why that first page was updating. Had to go back into the pages section and update the template being used for that page. Took me only all day to figure that out.
Everything seems to be working correctly now.
I also figured out why that first page was updating. Had to go back into the pages section and update the template being used for that page. Took me only all day to figure that out.

Everything seems to be working correctly now.
Re: A new gallery manager : Album
Hi
I'm still fairly new to CMSMS but making some pretty good progress with it. Anyway, I've mucked around with a few gallery solutions and whilst ideally I'd like to see good frontend and back end integration with gallery2 Album is ideal for the majority of my users and much simpler. Having said that I do have a few minor niggles with Album, missing documentation in some places, a slightly unusual default tempalte etc and would really like to be able to contribute back to this project, how should I go about this? Will you be enabling SVN access?
Thanks!
I'm still fairly new to CMSMS but making some pretty good progress with it. Anyway, I've mucked around with a few gallery solutions and whilst ideally I'd like to see good frontend and back end integration with gallery2 Album is ideal for the majority of my users and much simpler. Having said that I do have a few minor niggles with Album, missing documentation in some places, a slightly unusual default tempalte etc and would really like to be able to contribute back to this project, how should I go about this? Will you be enabling SVN access?
Thanks!
- Elijah Lofgren
- Power Poster
- Posts: 811
- Joined: Mon Apr 24, 2006 1:01 am
- Location: Deatsville, AL
Re: A new gallery manager : Album
I think dam is planning to start having an SVN version sometime. See: http://forum.cmsmadesimple.org/index.ph ... l#msg24009gothikon wrote: Having said that I do have a few minor niggles with Album, missing documentation in some places, a slightly unusual default tempalte etc and would really like to be able to contribute back to this project, how should I go about this? Will you be enabling SVN access?
Even though there isn't SVN access, I've been posting patches to the latest version of Album here:
http://dev.cmsmadesimple.org/tracker/?a ... unc=browse
Hopefully dam will get around to applying those patches someday.

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. 

Re: A new gallery manager : Album
three questions:
#1 is it possible to set a default Column and Row number under Properties?
#2 When I open an album it show some thumbs with under them the first picture in normal size. On the second page there is no normale size picture under the thumbs as on page one. is it possible to make it so the second page displays like the first? (I hope I've made myself clear
)
#3 On the home album page there is a link 'back' above the first album thumb. where does this come from and how can I remove it?
#1 is it possible to set a default Column and Row number under Properties?
#2 When I open an album it show some thumbs with under them the first picture in normal size. On the second page there is no normale size picture under the thumbs as on page one. is it possible to make it so the second page displays like the first? (I hope I've made myself clear

#3 On the home album page there is a link 'back' above the first album thumb. where does this come from and how can I remove it?
Last edited by Mesmer on Fri May 19, 2006 9:42 pm, edited 1 time in total.
- Elijah Lofgren
- Power Poster
- Posts: 811
- Joined: Mon Apr 24, 2006 1:01 am
- Location: Deatsville, AL
Re: A new gallery manager : Album
I just wrote a patch to allow the default number of rows and columns to be set.Mesmer wrote: three questions:
#1 is it possible to set a default Column and Row number under Properties?
See: http://dev.cmsmadesimple.org/tracker/in ... 7&atid=727
It'll be cool if it makes it into the next Album version.
I got it sorta working by hacking the template, but I couldn't get the next and previous links to be correct. Do you really need a full size picture shown on page 2 of the thumbnails? To see the next full size picture just click the ">" link next to "picture 1/##".Mesmer wrote: #2 When I open an album it show some thumbs with under them the first picture in normal size. On the second page there is no normale size picture under the thumbs as on page one. is it possible to make it so the second page displays like the first? (I hope I've made myself clear)
1. Click on the "Templates" tab.Mesmer wrote: #3 On the home album page there is a link 'back' above the first album thumb. where does this come from and how can I remove it?
2. Under "Templates" click on "default".
3. Delete this line:
Code: Select all
{if $returnlink}<br /><a href="{$returnlink}" >Back</a>{/if}
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. 

Re: A new gallery manager : Album
That's what I was thinking but it does not remove the 'back' textlink on the album index pageElijah Lofgren wrote:1. Click on the "Templates" tab.Mesmer wrote: #3 On the home album page there is a link 'back' above the first album thumb. where does this come from and how can I remove it?
2. Under "Templates" click on "default".
3. Delete this line:Code: Select all
{if $returnlink}<br /><a href="{$returnlink}" >Back</a>{/if}
Check this page. I Want that 'back' textlink to be gone since it doesn't have any purpose. When I remove the line you suggested this back-link is still there but the back-link in the album is gone (which I don't want to happen). I also noticed the textstyle in the album index page is different from the style in the album. Could that be the same problem?
This is the default template.
- Elijah Lofgren
- Power Poster
- Posts: 811
- Joined: Mon Apr 24, 2006 1:01 am
- Location: Deatsville, AL
Re: A new gallery manager : Album
I don't know what's wrong.Mesmer wrote: That's what I was thinking but it does not remove the 'back' textlink on the album index page
Check this page. I Want that 'back' textlink to be gone since it doesn't have any purpose. When I remove the line you suggested this back-link is still there but the back-link in the album is gone (which I don't want to happen).

Code: Select all
{if $returnlink}<br /><a href="{$returnlink}" >Back</a>{/if}
If I replace that line with this:
Code: Select all
{if $album AND $returnlink}<br /><a href="{$returnlink}" >Back</a>{/if}
It sounds as though you have two different templates, one for the Album index and one for the individual album. Are you sure there is only 1 template listed when you go to the "Templates" tab?Mesmer wrote: I also noticed the textstyle in the album index page is different from the style in the album. Could that be the same problem?
This is the default template.
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. 

Re: A new gallery manager : Album
yes, i have only one (the default) template.
I've put that second line of code in and that worked
The style difference on the albums index is weird. I'll try if the problem also occours on a fresh cmsms and album install.
I've put that second line of code in and that worked

The style difference on the albums index is weird. I'll try if the problem also occours on a fresh cmsms and album install.
Re: A new gallery manager : Album
Hi Dam,
I am about to publish a site with Katon's multiling version of CMSMS and your Album 0.2. Tests are fine so far.
Ist there any chance to make your gallery Album multiling? My customer has comments to each photo. Now I have to make two separate albums with identical pics, one with German and the other with English comments.
For better understanding you can see the current website in German http://www.zafrans.de Click in the left navigation on the second link from top.
I am about to publish a site with Katon's multiling version of CMSMS and your Album 0.2. Tests are fine so far.
Ist there any chance to make your gallery Album multiling? My customer has comments to each photo. Now I have to make two separate albums with identical pics, one with German and the other with English comments.
For better understanding you can see the current website in German http://www.zafrans.de Click in the left navigation on the second link from top.
Last edited by sparky on Sun May 21, 2006 1:36 pm, edited 1 time in total.
Re: A new gallery manager : Album
Fantastic Module !!
Just a couple of problems CMSMS version .13, album - all files from svn - revision 10:
When adding pictures to an album if I go to the base folder uploads/images no problems. If I go to a subfolder such as uploads/images/housepics I get the following warnings:
Just a couple of problems CMSMS version .13, album - all files from svn - revision 10:
When adding pictures to an album if I go to the base folder uploads/images no problems. If I go to a subfolder such as uploads/images/housepics I get the following warnings:
Warning: Division by zero in D:\AAAWeb\cms\modules\Album\lib.browsepictures.php on line 96
Warning: Division by zero in D:\AAAWeb\cms\modules\Album\lib.browsepictures.php on line 97
Greg
- Elijah Lofgren
- Power Poster
- Posts: 811
- Joined: Mon Apr 24, 2006 1:01 am
- Location: Deatsville, AL
Re: A new gallery manager : Album
I agree. Dam did a great job creating Album!Greg wrote: Fantastic Module !!

Thank you for for bug report. This have been fixed in the SVN version of Album revision 12.Greg wrote: Just a couple of problems CMSMS version .13, album - all files from svn - revision 10:
When adding pictures to an album if I go to the base folder uploads/images no problems. If I go to a subfolder such as uploads/images/housepics I get the following warnings:
Warning: Division by zero in D:\AAAWeb\cms\modules\Album\lib.browsepictures.php on line 96
Warning: Division by zero in D:\AAAWeb\cms\modules\Album\lib.browsepictures.php on line 97
The error was caused by browsing folders that contained non-image files in them. In the latest SVN, Album no longer tries to calculate the dimensions of non-image files.
If you want you can just replace modules/Album/lib.browsepictures.php with the fixed version here: http://viewsvn.cmsmadesimple.org/viewsv ... root=album
Edit: Fixed url.
Last edited by Anonymous on Mon May 22, 2006 6:30 pm, edited 1 time in total.
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. 

- Elijah Lofgren
- Power Poster
- Posts: 811
- Joined: Mon Apr 24, 2006 1:01 am
- Location: Deatsville, AL
Re: A new gallery manager : Album
SVN access is now enabled (thanks to westis). You can access it here:gothikon wrote: Having said that I do have a few minor niggles with Album, missing documentation in some places, a slightly unusual default tempalte etc and would really like to be able to contribute back to this project, how should I go about this? Will you be enabling SVN access?
http://dev.cmsmadesimple.org/scm/?group_id=167
There are instructions for how to create patches here: http://forum.cmsmadesimple.org/index.ph ... 712.0.html
You can submit your patches to Album here: http://dev.cmsmadesimple.org/tracker/?a ... unc=browse
Thanks anyone who submits patches!

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. 

Re: A new gallery manager : Album
Almost perfect now -- thanks Elijah.
When I first open an album it lists 1 more photo than there is in the album.
e.g. Click on an album to display and the links show >>
when there are actually only 3 photos in the album.
Clicking the >> link which has a tooltip of 'last' takes me back to my home page.
After clicking on any thumbnail the number changes to the correct number >>
and the >> link takes me to the last photo in the album.
This is with version 12 of album.
When I first open an album it lists 1 more photo than there is in the album.
e.g. Click on an album to display and the links show >>
when there are actually only 3 photos in the album.
Clicking the >> link which has a tooltip of 'last' takes me back to my home page.
After clicking on any thumbnail the number changes to the correct number >>
and the >> link takes me to the last photo in the album.
This is with version 12 of album.
Greg