• 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.  [ 69 posts ]  Go to page Previous  1, 2, 3, 4, 5
Author Message
 Post subject: Re: Multilanguage CMSMS MLE version 1.1.2
PostPosted: Thu Nov 15, 2007 1:08 pm 
Offline
Support Guru
Support Guru
User avatar

Joined: Mon Jul 04, 2005 5:12 pm
Posts: 4820
Location: Ferrara, Italy
ottyscom wrote:
But i have a big Problem about this.

When my website is visited from a browser or computer at the first the server will show an error:

NOT FOUND

The Server encountered an internal error or missconfiguration and was unable to complete your request


Corioosly when i visit the webpage for my browsers on my computer the website will shoen corectly without erro messages.

Who is the Problem? How can i solvent it?


I forgot locale row (in Reply #58)  if you remove from array.
- Try to modify in config_lang.php and delete 'mle' cookie (in this way you load at the first)
- If don't work, check httpd log for other info

Alby

_________________
CMSMS Support Team
Italian Admin and Moderator

Plugins: Geolocate hostip, Multiple random image, Image rotator (beta), Content Pagination
Modules: ForumMadeSimple (Howto), TranslationManager
Multilingual: MLE is not CMSMS


Last edited by alby on Thu Nov 15, 2007 1:10 pm, edited 1 time in total.

Top
 Profile  
 
 Post subject: Re: Multilanguage CMSMS MLE version 1.1.2
PostPosted: Thu Nov 15, 2007 2:45 pm 
Offline
Forum Members
Forum Members

Joined: Tue Nov 13, 2007 12:01 am
Posts: 154
Sorry i don't understand. Please can you correct my config-lang file so i can see the problem?

define('DEFAULT_LANG', 'de');
$force_mle_default = true;

$hls = array(


'de' => array(
'block'=>'de',
'flag'=>'de_DE',
'locale'=>'de-EURO',
),
'cat' => array(
'block'=>'ca',
'flag'=>'ca_ES',
),
'es' => array(
'block'=>'es',
'flag'=>'es_ES',
),
'en' => array(
'block'=>'en',
'flag'=>'en_GB',
),

);


Note: I USe the Version 1.2


Top
 Profile  
 
 Post subject: Re: Multilanguage CMSMS MLE version 1.1.2
PostPosted: Thu Nov 15, 2007 3:25 pm 
Offline
Support Guru
Support Guru
User avatar

Joined: Mon Jul 04, 2005 5:12 pm
Posts: 4820
Location: Ferrara, Italy
ottyscom wrote:
$hls = array(


'de' => array(
'block'=>'de',
'flag'=>'de_DE',
'locale'=>'de-EURO',
),
'cat' => array(
'block'=>'ca',
'flag'=>'ca_ES',
),
'es' => array(
'block'=>'es',
'flag'=>'es_ES',
),
'en' => array(
'block'=>'en',
'flag'=>'en_GB',
),

);


No, this don't work
You mixed locale, parent lang and your code 'cat'

I check for enhanced flexibility for 1.2.1

Alby

_________________
CMSMS Support Team
Italian Admin and Moderator

Plugins: Geolocate hostip, Multiple random image, Image rotator (beta), Content Pagination
Modules: ForumMadeSimple (Howto), TranslationManager
Multilingual: MLE is not CMSMS


Top
 Profile  
 
 Post subject: Re: Multilanguage CMSMS MLE version 1.1.2
PostPosted: Thu Nov 15, 2007 4:00 pm 
Offline
Forum Members
Forum Members

Joined: Tue Nov 13, 2007 12:01 am
Posts: 154
So at the moment to make funcionallity my website what i have to do?


Top
 Profile  
 
 Post subject: Re: Multilanguage CMSMS MLE version 1.1.2
PostPosted: Fri Nov 16, 2007 5:32 pm 
Offline
Forum Members
Forum Members

Joined: Thu Nov 15, 2007 12:42 pm
Posts: 55
Hi I need some hepl

in english it is all O.K.

but when I try edit the page content, aftel filling it all apperas a messagge: NO CONTENT GIVEN

Whera can be the problem, configuration? database?

please I need some help

thank you


Top
 Profile  
 
 Post subject: Re: Multilanguage CMSMS MLE version 1.1.2
PostPosted: Fri Nov 16, 2007 5:41 pm 
Offline
Support Guru
Support Guru
User avatar

Joined: Mon Jul 04, 2005 5:12 pm
Posts: 4820
Location: Ferrara, Italy
percusionista wrote:
in english it is all O.K.

but when I try edit the page content, aftel filling it all apperas a messagge: NO CONTENT GIVEN

Whera can be the problem, configuration? database?


Check your db.
Have you read Installation and Trouble Shooting of neelesh?

Alby

_________________
CMSMS Support Team
Italian Admin and Moderator

Plugins: Geolocate hostip, Multiple random image, Image rotator (beta), Content Pagination
Modules: ForumMadeSimple (Howto), TranslationManager
Multilingual: MLE is not CMSMS


Top
 Profile  
 
 Post subject: how to get rid of the space between flags?
PostPosted: Sun Jan 27, 2008 9:39 pm 
Offline
Forum Members
Forum Members

Joined: Mon Aug 27, 2007 7:17 pm
Posts: 13
Dear Alby,

first of all thanks for this great mle! It works very well for me.
I have exchanged the flags for textlinks (D, E, etc.) to change the language.
But unfortunately there is always a space between the letters.
I have tried to sort it out with css but unfortunately the space stays.

Is there a way to get rid of the space between the flags (or textlinks)?

THANKS, Hannes


Top
 Profile  
 
 Post subject: Re: how to get rid of the space between flags?
PostPosted: Sun Jan 27, 2008 9:52 pm 
Offline
Support Guru
Support Guru
User avatar

Joined: Mon Jul 04, 2005 5:12 pm
Posts: 4820
Location: Ferrara, Italy
slooodge wrote:
Dear Alby,

first of all thanks for this great mle! It works very well for me.
I have exchanged the flags for textlinks (D, E, etc.) to change the language.
But unfortunately there is always a space between the letters.
I have tried to sort it out with css but unfortunately the space stays.

Is there a way to get rid of the space between the flags (or textlinks)?


Read my answer for textlinks.
Between flags/text there are not space but a newlines, html transform this in space.
Are you sure of "attach" flags/text?

If you want to delete this, you must edit function.lang.php and modify (3 items) from:
Code:
$selector .= "<a href="$link_url" $class>$link</a>$spacer\n";


to:
Code:
$selector .= "<a href="$link_url" $class>$link</a>$spacer";


(drop final \n)

Alby

_________________
CMSMS Support Team
Italian Admin and Moderator

Plugins: Geolocate hostip, Multiple random image, Image rotator (beta), Content Pagination
Modules: ForumMadeSimple (Howto), TranslationManager
Multilingual: MLE is not CMSMS


Top
 Profile  
 
 Post subject: Re: Multilanguage CMSMS MLE version 1.1.2
PostPosted: Sun Jan 27, 2008 9:58 pm 
Offline
Forum Members
Forum Members

Joined: Mon Aug 27, 2007 7:17 pm
Posts: 13
Alby, you are the best!

Thanks


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 69 posts ]  Go to page Previous  1, 2, 3, 4, 5

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