Page 1 of 1
Album- getting rid of the {cms_module module='album'} on subsequent pages
Posted: Sat Jun 24, 2006 5:15 am
by mikemcvey
Hi I have a problem that I'm sure others must be having.
When I insert the tag
{cms_module module='album'}
It works fine in the album list page.
However on the picture/thumbnail page the {cms_module module='album'} turns up as text on the page.
This has something to do with it reading it as text and not a cms call. Any ideas about how to fix this problem??
Any ideas greatly appreciated. I don't seem to remember this problem in version 12 (I'm on 13).
Mike
Re: Album- getting rid of the {cms_module module='album'} on subsequent pages
Posted: Sat Jun 24, 2006 12:33 pm
by Elijah Lofgren
mikemcvey wrote:
Hi I have a problem that I'm sure others must be having.
When I insert the tag
{cms_module module='album'}
It works fine in the album list page.
However on the picture/thumbnail page the {cms_module module='album'} turns up as text on the page.
This has something to do with it reading it as text and not a cms call. Any ideas about how to fix this problem??
Any ideas greatly appreciated. I don't seem to remember this problem in version 12 (I'm on 13).
Mike
This was caused by a new feature I had added to Album, which was to show the content of the page from which Album was called above the Album pictures. When I first wrote it I only stripped out the call to Album that used double quotes (I.E. I assumed double quotes like: module="album")
This has been fixed in the SVN version of Album.
You can just download 'action.default.php' from this page and replace your current modules/Album/action.default.php file with it:
http://viewsvn.cmsmadesimple.org/viewsv ... iew=markup
I would release a new version of Album, but I'd like to get this done first:
http://dev.cmsmadesimple.org/tracker/in ... 7&atid=728
Maybe if I have enough time today I may do it.
Let me know if you have any more problems.
Re: Album- getting rid of the {cms_module module='album'} on subsequent pages
Posted: Sun Jun 25, 2006 3:09 am
by mikemcvey
Thanks!
Worked a treat. Thanks for the module.. it's great!
Mike