SOLVED Album

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Locked
mkuuselo

SOLVED Album

Post by mkuuselo »

I installed the Album module and created an album. The album is named "Kuvia". Put the code on page as follows:

<p>{cms_module module='album'}</p>

The Album is not working. Removing the <p> tag does not help.

What is wrong?
Last edited by mkuuselo on Sat Nov 17, 2012 1:55 pm, edited 1 time in total.
faglork

Re: Album

Post by faglork »

AFAIK, the Album module in its current version 1.10-beta2 is incompatible with CMSMS version 1.11.x

hth,
Alex
mkuuselo

Re: Album

Post by mkuuselo »

faglork wrote:AFAIK, the Album module in its current version 1.10-beta2 is incompatible with CMSMS version 1.11.x

hth,
Alex
I am using CMSMS version 1.10.3
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm
Location: Fernie British Columbia, Canada

Re: Album

Post by calguy1000 »

AFAIK, the Album module in its current version 1.10-beta2 is incompatible with CMSMS version 1.11.x
Incorrect. It works fine.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm
Location: Fernie British Columbia, Canada

Re: Album

Post by calguy1000 »

Remember: CMSMS is case sensitive.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
mkuuselo

Re: Album

Post by mkuuselo »

calguy1000 wrote:
AFAIK, the Album module in its current version 1.10-beta2 is incompatible with CMSMS version 1.11.x
Incorrect. It works fine.
No, it doesn´t work. I can´t see any pictures.
mkuuselo

Re: Album

Post by mkuuselo »

calguy1000 wrote:Remember: CMSMS is case sensitive.
What do mean?
User avatar
Jo Morg
Dev Team Member
Dev Team Member
Posts: 1921
Joined: Mon Jan 29, 2007 4:47 pm

Re: Album

Post by Jo Morg »

mkuuselo wrote:
calguy1000 wrote:Remember: CMSMS is case sensitive.
What do mean?
It means you may have to test changing

Code: Select all

<p>{cms_module module='album'}</p>
into

Code: Select all

<p>{cms_module module='Album'}</p>
"There are 10 types of people in this world, those who understand binary... and those who don't."
* by the way: English is NOT my native language (sorry for any mistakes...).
Code of Condut | CMSMS Docs | Help Support CMSMS
My developer Page on the Forge
GeekMoot 2015 in Ghent, Belgium: I was there!
GeekMoot 2016 in Leicester, UK: I was there!
DevMoot 2023 in Cynwyd, Wales: I was there!
faglork

Re: Album

Post by faglork »

Hi!

Just checked:

CMSMS 1.10.3 / Album 1.10-beta2

{cms_module module='Album' albums='1'}

Does not show anything.



Cheers,
Alex
faglork

Re: Album

Post by faglork »

calguy1000 wrote:Remember: CMSMS is case sensitive.
From the module help:

{cms_module module='album'}

... should get changed ...



Alex
Last edited by faglork on Sat Nov 17, 2012 1:55 pm, edited 1 time in total.
mkuuselo

Re: Album SOLVED

Post by mkuuselo »

Jo Morg wrote:
mkuuselo wrote:
calguy1000 wrote:Remember: CMSMS is case sensitive.
What do mean?
It means you may have to test changing

Code: Select all

<p>{cms_module module='album'}</p>
into

Code: Select all

<p>{cms_module module='Album'}</p>
Thanks! Problem solved!
faglork

Re: Album

Post by faglork »

faglork wrote: {cms_module module='Album' albums='1'}

Does not show anything.
Aah!

{cms_module module='Album' albums='Fewo'}

works. It seems you can't call it with a ID as before.

Or does it? How do I call it with an ID?

Alex
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12709
Joined: Thu Mar 09, 2006 5:32 am
Location: Arizona

Re: SOLVED Album

Post by Dr.CSS »

You need to read the Album Help as this is explained there in full...
Locked

Return to “Modules/Add-Ons”