Hi,
I installed version 1.5.4 of the multilanguage package for CMS Made Simple.
It works fine and all.
however, the flags that I usually see in CONTENT -> PAGES do not appear in CONTENT -> GLOBAL CONTENT BLOCKS
how do i make them appear.
I watched video tutorials but they didnt mention it.
Please assist.
Multilanguage Global Content Blocks
Re: Multilanguage Global Content Blocks
From 1.5* GCB have not flags in list but a language switch in add/edit GCBziad wrote: however, the flags that I usually see in CONTENT -> PAGES do not appear in CONTENT -> GLOBAL CONTENT BLOCKS
From next release (or in 1.5.4b version) GCB drop multilang (same behavior of CMSMS 2.0); you add GCB in same way of original CMSMS but pay attention to call these with name-$lang (p.e.: footer-en_US, footer-it_IT, ....) and in template {global_content name="footer-$lang"}
View this
I must update these videos ...ziad wrote: I watched video tutorials but they didnt mention it.
Alby
- bob_ottawa
- New Member
- Posts: 3
- Joined: Sun Apr 12, 2009 2:18 pm
Re: Multilanguage Global Content Blocks
Hi Alby;
If I read your thread correctly, you indicate that the product will only be uni-lingual in upcoming and future generations.
Is this correct?
thanks;
Bob
If I read your thread correctly, you indicate that the product will only be uni-lingual in upcoming and future generations.
Is this correct?
thanks;
Bob
Re: Multilanguage Global Content Blocks
Thank you very much Alby! 

Re: Multilanguage Global Content Blocks
Nobob_ottawa wrote: If I read your thread correctly, you indicate that the product will only be uni-lingual in upcoming and future generations.
Is this correct?

Global Content Block only, because this is the behavior of CMSMS 2.0
you call GCB in same template (multilang) with name-$lang
Alby