
Maybe some problems?
1. I downloaded the latest Album from SVN and uninstalled the old version and then re-installed the new one which of course failed. Changed the version requirements so it would work with 0.13 final. Recreated two albums, CD Covers and Metal Photos
I have an album index page...
http://localhost/cms/cmsmodules/album/
In it is {cms_module module="album"}
This lists two albums which show links to
http://localhost/cms/cmsmodules/album/album-1/
http://localhost/cms/cmsmodules/album/album-2/
I can click on either album to open the gallery? But end up at either
http://localhost/cms/cmsmodules/album/album-1/
or
http://localhost/cms/cmsmodules/album/album-2/
Which is the same page with no images at all? Am I missing something or is something else updated in the CMS SVN that is required for this too work?
Would it not be better to use the calling page and the album name (lower case and spaces removed)?
e.g.
http://localhost/cms/cmsmodules/album/cdcovers/
http://localhost/cms/cmsmodules/album/metalphotos/
and then
http://localhost/cms/cmsmodules/album/cdcovers/1/
http://localhost/cms/cmsmodules/album/cdcovers/2/
etc. for each image
The same could apply to news, but with categories and date? Or perhaps just date and article, I'm not sure how people do it normally for news?
2. You are inserting JavaScript into the page?
Not sure if this is a good idea. It makes more sense to me to tell users and let them include it by default - you can use the code for more than just this! If you do want to do it like this then please give an option to turn off inserting the javascript - so we can do it manually if we like

Russ