[SOLVED]: {lang} nocurrent problem

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.
Locked
joecannes
Forum Members
Forum Members
Posts: 93
Joined: Mon Nov 26, 2007 5:00 pm
Location: Montreal, Quebec

[SOLVED]: {lang} nocurrent problem

Post by joecannes »

I have just upgraded from CMSMS MLE 1.4.1 to CMSMS MLE 1.4.1b

On both my english and french pages, I am calling the tag the same way in my content area:

{lang text="true" nocurrent="1"}


but in my english page, it renders out as:

English Français

and in my french page, it renders out as:

English

(which is how I want the french page to be)

How do I get rid of the "English" text on my english page?
Last edited by joecannes on Fri Nov 21, 2008 2:47 pm, edited 1 time in total.
alby

Re: {lang} nocurrent problem

Post by alby »

joecannes wrote: {lang text="true" nocurrent="1"}
There is a bug in function.lang.php
Add in relative row (#47):
if($i !== false) unset($lang_ready[$i]);
and report if work that will be included in 1.5

Alby
joecannes
Forum Members
Forum Members
Posts: 93
Joined: Mon Nov 26, 2007 5:00 pm
Location: Montreal, Quebec

Re: {lang} nocurrent problem

Post by joecannes »

It works, thanks!
Locked

Return to “[locked] CMSMS MLE fork”