Login Retreive lost passwordRegister
Search

Forum Index / General / bug editor()

[ This topic is solved ]

  kreatik 20 April 10 / 17:41  
Changed at 20 April 10 / 17:43
Hi :)

In the config file of FH, if the language is 'fr-utf8' (all languages with '-utf8') the class.Editor.php at line 38 indicate a bad language not exist in FCKeditor.

line 38 :

<?php
$this
->_oEditor->Config['AutoDetectLanguage'] = false ;
$this->_oEditor->Config['DefaultLanguage']    = $oForm->_lang;// fr-utf8 not exist in fck editor language
?>


my fix :
<?php
$this
->_oEditor->Config['DefaultLanguage']    = str_replace('-utf8'''$oForm->_lang);
?>


you can understand me ?

  Johan Wiegel (Admin) 20 April 10 / 18:27  
Yes I Understand, and I fixed it in the current download

  kreatik 27 April 10 / 14:39  
Good ;) I'm very sorry for my bad English level language ;)

  kreatik 30 June 10 / 15:52  
Warning! in the current version the error is back! So still no SVN?

  Johan Wiegel (Admin) 30 June 10 / 15:56  
Seems something went terribly wrong with updates thanks again.

fixed in current download.

  kreatik 30 June 10 / 15:57  
Changed at 30 June 10 / 15:57
http://rapidshare.com/files/404054836/class.Editor.rar.html

ok thanks :)

  Top


powered by PHP-GLOBE   © 2004 - 2010 FormHandler. All rights reserved.   -   Open source license