1
phaedro
Editor in TAD book module only in Chinese
  • 2011/9/11 19:51

  • phaedro

  • Just popping in

  • Posts: 2

  • Since: 2011/9/11


HI,

I installed TAD book online on Xoops 2.4.5 and it is a great module except that when I want to add new contents/articles the xoops editor comes up only with labels of the toolbar in Chinese. How can the editor toolbar be changed in English?
Any help will be extremely appreciated. Thanks.

2
Mamba
Re: Editor in TAD book module only in Chinese
  • 2011/9/12 4:37

  • Mamba

  • Moderator

  • Posts: 11543

  • Since: 2004/4/23


got to following files in your tad_book3.php folder:

/post_functions.php
/admin/index.php
/admin/cate.php

and change language default from:

le="color: #000000"><?php $oFCKeditor->Config['DefaultLanguage'] = 'zh' ;

to

le="color: #000000"><?php $oFCKeditor->Config['DefaultLanguage'] = 'en' ;
Support XOOPS => DONATE
Use 2.7.x | Docs | Modules | Bugs

3
phaedro
Re: Editor in TAD book module only in Chinese
  • 2011/9/16 18:43

  • phaedro

  • Just popping in

  • Posts: 2

  • Since: 2011/9/11


Mamba, many thanks for your help, great, this works fine!