Yes, that's what i meant. You solved my problem. Thank you again,
paolo
Search found 10 matches
- Mon May 11, 2009 12:39 pm
- Forum: Tips and Tricks
- Topic: One more approach to build a multilingual site with the regular CMSMS
- Replies: 130
- Views: 134527
- Mon May 11, 2009 8:49 am
- Forum: Tips and Tricks
- Topic: One more approach to build a multilingual site with the regular CMSMS
- Replies: 130
- Views: 134527
Re: One more approach to build a multilingual site with the regular CMSMS
hi, i have another little problem. i tried to disable tiltle (es: title="About"), but i can't find a solution. can you help me?
- Fri Mar 27, 2009 3:49 pm
- Forum: CMSMS Core
- Topic: [solved] Tables not showing in WYSIWYG editor
- Replies: 8
- Views: 2935
Re: Tables not showing in WYSIWYG editor
try using css.
ciao
ciao
- Fri Mar 27, 2009 3:18 pm
- Forum: Tips and Tricks
- Topic: One more approach to build a multilingual site with the regular CMSMS
- Replies: 130
- Views: 134527
Re: One more approach to build a multilingual site with the regular CMSMS
Ok now it works fine!!!
the problem was here:
thank you so much 
paolo
the problem was here:
Code: Select all
$languages = array(
'it' => array('Home', '<span xml:lang="it">Italiano</span>'),
'en' => array('Home_en', '<span xml:lang="en">English</span>') ) ;

paolo
- Fri Mar 27, 2009 2:14 pm
- Forum: Tips and Tricks
- Topic: One more approach to build a multilingual site with the regular CMSMS
- Replies: 130
- Views: 134527
Re: One more approach to build a multilingual site with the regular CMSMS
Sorry if i'm so obstinate :D "To use those pages as default in the language menu of every individual page, put Home and Home_en as the default pages in the language array" u mean to put home after header: es: it/header->1 it/home->1.1 Because i can set only one page as the default site's p...
- Fri Mar 27, 2009 1:05 pm
- Forum: Tips and Tricks
- Topic: One more approach to build a multilingual site with the regular CMSMS
- Replies: 130
- Views: 134527
Re: One more approach to build a multilingual site with the regular CMSMS
If i understood well.... it/about->alias:about->other languages: en=about_en en/about->alias:about_en->other languages: it=about or it/contatti->alias:contatti->other languages: en=contacts en/contacts->alias:contacts->other languages: it=contatti There's a translation for each italian's page. I can...
- Thu Mar 26, 2009 3:21 pm
- Forum: Tips and Tricks
- Topic: One more approach to build a multilingual site with the regular CMSMS
- Replies: 130
- Views: 134527
Re: One more approach to build a multilingual site with the regular CMSMS
Voilà :D DEBUG: language_codes=Array ( [0] => it ) language_pages=Array ( [0] => strumicka-15 ) language_versions=Array ( [it] => strumicka-15 ) DEBUG: page_lang=it show_title=1 show_current= page_title= language_versions=Array ( [it] => strumicka-15 ) language_buttons= menu DEBUG: langu...
- Thu Mar 19, 2009 12:40 pm
- Forum: Tips and Tricks
- Topic: One more approach to build a multilingual site with the regular CMSMS
- Replies: 130
- Views: 134527
Re: One more approach to build a multilingual site with the regular CMSMS
Yes i did:
// Example data
$languages = array(
'it' => array('italiano', 'Italiano'),
'en' => array('english', 'English'),
'sr' => array('serbo', 'Serbo') );
// Example data
$languages = array(
'it' => array('italiano', 'Italiano'),
'en' => array('english', 'English'),
'sr' => array('serbo', 'Serbo') );
- Tue Mar 17, 2009 9:04 am
- Forum: Tips and Tricks
- Topic: One more approach to build a multilingual site with the regular CMSMS
- Replies: 130
- Views: 134527
Re: One more approach to build a multilingual site with the regular CMSMS
Ciao, now i filled "other languages" with es: en=contacts, for the english contents and it=contatti for the italian contents, but href links to english and italian pages still miss.
Thank you
Thank you
- Fri Mar 13, 2009 9:20 am
- Forum: Tips and Tricks
- Topic: One more approach to build a multilingual site with the regular CMSMS
- Replies: 130
- Views: 134527
Re: One more approach to build a multilingual site with the regular CMSMS
Have I to set only "en" in others languages or "en1" for each pages?
Another question: the link to the other languages (i'm using 3 languages) are not correct.
Take a look:
EnglishItaliano
href to english and italian homepage miss.
Can you help me? thanks
Another question: the link to the other languages (i'm using 3 languages) are not correct.
Take a look:
EnglishItaliano
href to english and italian homepage miss.
Can you help me? thanks