Multilanguage CMSMS MLE version 1.1.1

This is a FORK of the CMS Made Simple project and is not oficially supported in any way by the CMS Made Simple development team.
alby

Re: Multilanguage CMSMS MLE version 1.1.2

Post by alby »

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
Last edited by alby on Thu Nov 15, 2007 1:10 pm, edited 1 time in total.
ottyscom
Forum Members
Forum Members
Posts: 154
Joined: Tue Nov 13, 2007 12:01 am

Re: Multilanguage CMSMS MLE version 1.1.2

Post by ottyscom »

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'=>'',
'locale'=>'de-EURO',
),
'cat' => array(
'block'=>'ca',
'flag'=>'',
),
'es' => array(
'block'=>'es',
'flag'=>'',
),
'en' => array(
'block'=>'en',
'flag'=>'',
),

);


Note: I USe the Version 1.2
alby

Re: Multilanguage CMSMS MLE version 1.1.2

Post by alby »

ottyscom wrote: $hls = array(


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

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

I check for enhanced flexibility for 1.2.1

Alby
ottyscom
Forum Members
Forum Members
Posts: 154
Joined: Tue Nov 13, 2007 12:01 am

Re: Multilanguage CMSMS MLE version 1.1.2

Post by ottyscom »

So at the moment to make funcionallity my website what i have to do?
percusionista
Forum Members
Forum Members
Posts: 55
Joined: Thu Nov 15, 2007 12:42 pm

Re: Multilanguage CMSMS MLE version 1.1.2

Post by percusionista »

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
alby

Re: Multilanguage CMSMS MLE version 1.1.2

Post by alby »

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
slooodge
Forum Members
Forum Members
Posts: 13
Joined: Mon Aug 27, 2007 7:17 pm

how to get rid of the space between flags?

Post by slooodge »

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
alby

Re: how to get rid of the space between flags?

Post by alby »

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: Select all

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

Code: Select all

$selector .= "<a href="$link_url" $class>$link</a>$spacer";
(drop final \n)

Alby
slooodge
Forum Members
Forum Members
Posts: 13
Joined: Mon Aug 27, 2007 7:17 pm

Re: Multilanguage CMSMS MLE version 1.1.2

Post by slooodge »

Alby, you are the best!

Thanks
Locked

Return to “[locked] CMSMS MLE fork”