Page 1 of 1

[SOLVED]: {lang} nocurrent problem

Posted: Wed Nov 19, 2008 8:29 pm
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?

Re: {lang} nocurrent problem

Posted: Thu Nov 20, 2008 9:03 am
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

Re: {lang} nocurrent problem

Posted: Fri Nov 21, 2008 2:47 pm
by joecannes
It works, thanks!