• twitter image
  • facebook image
  • youtube image
  • linkedin image
Language: CMS Made Simple Czech CMS Made Simple France CMS Made Simple Spain CMS Made Simple Hungary CMS Made Simple Russia CMS Made Simple Netherlands

All times are UTC




Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 14 posts ] 
Author Message
 Post subject: Adding extra content areas / multilingual site
PostPosted: Wed Oct 11, 2006 11:07 am 
Hi,

I'm new to CMSMS but have got my head around the basics and I'm building away now.

I've got the multilingual version (1.0-beta4 "Hawaii Multilingual") and I'm setting up a site in english and spanish.

Content is translating fine *however* if I go ahead and add new content fields to a template via the suggested method of inserting the following code into the template file ...

{content block='intro'}

... I only get the field available in one language. I.E. I go to a page, select the english version and edit. All fine, however then when I go into the spanish version of the page the content for the extra field has already been saved over from the english version. That's because the page only recognises these pieces of content as a one language type content field and not a multilanguage content type field.

Is that clear?

Any way to remedy this?

Btw, Great CMS. Thanks!


Last edited by reneh on Wed Dec 12, 2007 11:23 pm, edited 1 time in total.

Top
  
 
 Post subject: Re: Adding extra content areas / multilingual site
PostPosted: Fri Oct 20, 2006 6:03 pm 
Offline
Forum Members
Forum Members

Joined: Tue Mar 21, 2006 5:30 pm
Posts: 79
Location: Bulgaria
i didnot know about this but i can say why this happens

because the multilingual version is unofficial

_________________
CMSMS ADDICTED


Top
 Profile  
 
 Post subject: Re: Adding extra content areas / multilingual site
PostPosted: Sat Nov 11, 2006 8:39 pm 
Offline
Power Poster
Power Poster
User avatar

Joined: Thu Nov 03, 2005 6:07 pm
Posts: 264
Location: Ukraine
I'm going to add multilingual content blocks soon.

_________________
If you don't like it, change it!


Top
 Profile  
 
 Post subject: Re: Adding extra content areas / multilingual site
PostPosted: Mon Nov 20, 2006 2:22 pm 
Offline
Forum Members
Forum Members

Joined: Mon Nov 20, 2006 2:19 pm
Posts: 16
Location: Europe
katon wrote:
I'm going to add multilingual content blocks soon.

Do you have any idea when "soon" is going to be? I absolutely LOVE CMSMS and would hate to use a different one. But without multilingual support i'm afraid i will have to...

Cheers


Top
 Profile  
 
 Post subject: Re: Adding extra content areas / multilingual site
PostPosted: Mon Nov 20, 2006 2:26 pm 
Offline
Power Poster
Power Poster
User avatar

Joined: Thu Nov 03, 2005 6:07 pm
Posts: 264
Location: Ukraine
It's already there in build 3.  You can try it, but please be aware that in a couple of days I'm going to release build 4 with some bugfixes.  I think that will be the last build of 1.0.2.

_________________
If you don't like it, change it!


Top
 Profile  
 
 Post subject: Re: Adding extra content areas / multilingual site
PostPosted: Mon Nov 20, 2006 3:37 pm 
Offline
Forum Members
Forum Members

Joined: Mon Nov 20, 2006 2:19 pm
Posts: 16
Location: Europe
katon wrote:
It's already there in build 3.  You can try it, but please be aware that in a couple of days I'm going to release build 4 with some bugfixes.  I think that will be the last build of 1.0.2.


Oh really? I sure as hell will take a look right away!

P.S.: You really should include a small readme that tells people that they need to create a config_lang.php and what they're supposed to put in there. Simply installing the CMS through the script won't activate the multilang options as you probably know.


Last edited by visitor on Mon Nov 20, 2006 5:23 pm, edited 1 time in total.

Top
 Profile  
 
 Post subject: Re: Adding extra content areas / multilingual site
PostPosted: Mon Nov 20, 2006 5:24 pm 
Offline
Forum Members
Forum Members

Joined: Mon Nov 20, 2006 2:19 pm
Posts: 16
Location: Europe
From a first look it doesn't seem to work. Or do i have to create a new page first? Or even a new template? Or could it be that you only added global content blocks but millo and me are talking about multiple content fields?


Top
 Profile  
 
 Post subject: Re: Adding extra content areas / multilingual site
PostPosted: Mon Nov 20, 2006 8:08 pm 
Offline
Power Poster
Power Poster
User avatar

Joined: Thu Nov 03, 2005 6:07 pm
Posts: 264
Location: Ukraine
Please make sure the installer has managed to create config_lang.php in the root directory.

_________________
If you don't like it, change it!


Top
 Profile  
 
 Post subject: Re: Adding extra content areas / multilingual site
PostPosted: Tue Nov 21, 2006 9:44 am 
Offline
Forum Members
Forum Members

Joined: Mon Nov 20, 2006 2:19 pm
Posts: 16
Location: Europe
katon wrote:
Please make sure the installer has managed to create config_lang.php in the root directory.

I guess with "root directory" you mean the cms' base directory. No, the installer did not create a config_lang.php by itself. I had to do it on my own.


Last edited by visitor on Tue Nov 21, 2006 10:54 am, edited 1 time in total.

Top
 Profile  
 
 Post subject: Re: Adding extra content areas / multilingual site
PostPosted: Tue Nov 21, 2006 10:25 am 
Offline
Power Poster
Power Poster
User avatar

Joined: Thu Nov 03, 2005 6:07 pm
Posts: 264
Location: Ukraine
This is not bad if the file is valid and readable.

_________________
If you don't like it, change it!


Top
 Profile  
 
 Post subject: Re: Adding extra content areas / multilingual site
PostPosted: Tue Nov 21, 2006 10:55 am 
Offline
Forum Members
Forum Members

Joined: Mon Nov 20, 2006 2:19 pm
Posts: 16
Location: Europe
My fault: I had chosen to install the templates, which i shouldn't have done.

So i've installed it again, this time without the example templates, and it did ask me for language options. So far so good.

But in the end the only block i could translate was the main {content} one. Any other block (like {content block='right'} ) was always the same on all languages.

Wouldn't it be better to create (for german in my case)
prop_names_en
prop_names_de

tables instead of

content_name_en
content_name_de

tables???

Wouldn't that work better in order to store translated content blocks?


Last edited by visitor on Tue Nov 21, 2006 11:20 am, edited 1 time in total.

Top
 Profile  
 
 Post subject: Re: Adding extra content areas / multilingual site
PostPosted: Tue Nov 21, 2006 11:34 am 
Offline
Power Poster
Power Poster
User avatar

Joined: Thu Nov 03, 2005 6:07 pm
Posts: 264
Location: Ukraine
There is only multilingual support for main content and for global content blocks.  If this is what you mean.

_________________
If you don't like it, change it!


Top
 Profile  
 
 Post subject: Re: Adding extra content areas / multilingual site
PostPosted: Tue Nov 21, 2006 11:49 am 
Offline
Forum Members
Forum Members

Joined: Mon Nov 20, 2006 2:19 pm
Posts: 16
Location: Europe
katon wrote:
There is only multilingual support for main content and for global content blocks.  If this is what you mean.

Ok, now i understand, we misunderderstood then.

Ah well, i'll have to use a different CMS then... Thanks anyway.


Top
 Profile  
 
 Post subject: Re: Adding extra content areas / multilingual site
PostPosted: Mon Jun 04, 2007 7:58 am 
TransLite Spanish-English Dictionary, TransLite Russian-English Dictionary


Top
  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 14 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Arvixe - A CMSMS Partner