Search found 4 matches
- Tue Sep 29, 2009 11:00 pm
- Forum: Tips and Tricks
- Topic: One more approach to build a multilingual site with the regular CMSMS
- Replies: 130
- Views: 138908
Re: One more approach to build a multilingual site with the regular CMSMS
Thanks for that Pierre-Luc. One other thing I noticed was that the generated links for the language switching were invalidating the html. Going to line 30 in the action.menu.php code and changing the & at the end of the line to & seemed to fix this. if($item->url && $use_cookies) $it...
- Mon Sep 21, 2009 8:59 pm
- Forum: Tips and Tricks
- Topic: One more approach to build a multilingual site with the regular CMSMS
- Replies: 130
- Views: 138908
Re: One more approach to build a multilingual site with the regular CMSMS
I have almost no knowledge of php but I changed line 30 in action.menu.php in the babel module folder from if($item->url && $use_cookies) $item->url = $gCms->config['root_url'].'/modules/babel/redirect.php?newlang='.$item->code.'&newurl='.$item->url; to if($item->url && $use_cook...
- Mon Sep 21, 2009 8:28 pm
- Forum: Tips and Tricks
- Topic: One more approach to build a multilingual site with the regular CMSMS
- Replies: 130
- Views: 138908
Re: One more approach to build a multilingual site with the regular CMSMS
I've got this happening to me as well. I'm running it off a local server and using CMSMS 1.6.5 and Babel 0.3.2. Everything's set up using the default hierarchy method but when I change language the page is blank and the address is: http://localhost:8888/cmsold/modules/babel/redirect.php?newlang=en_U...
- Mon Sep 21, 2009 8:25 pm
- Forum: Tips and Tricks
- Topic: One more approach to build a multilingual site with the regular CMSMS
- Replies: 130
- Views: 138908
Re: One more approach to build a multilingual site with the regular CMSMS
I've got this happening to me as well. I'm running it off a local server and using CMSMS 1.6.5 and Babel 0.3.2. Everything's set up using the default hierarchy method but when I change language the page is blank and the address is: http://localhost:8888/cmsold/modules/babel/redirect.php?newlang=en_U...