Kunena 7.0.2 Released

The Kunena team has announce the arrival of Kunena 7.0.2 [K 7.0.2] in stable which is now available for download as a native Joomla extension for J! 5.3.x/5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Question language pack does not work

More
16 years 8 months ago #22556 by xleeyang
Sorry,i can not authority to upload file

Please Log in or Create an account to join the conversation.

More
16 years 8 months ago #22557 by @quila
Hi,

you can attach if the file is a 120 kb max.
attach only kunena.simplified_chinese.php file or copy here the first 10, 20 line.

Regards

Please Log in or Create an account to join the conversation.

More
16 years 8 months ago #22558 by xleeyang
Thanks

Assume attached is not uploaded

here is the code


@version $Id: kunena.english.php 185 2009-01-26 07:20:32Z fxstein $
* Kunena Component
* @package Kunena
* @Copyright (C) 2006 - 2007 Best Of Joomla All rights reserved
* @license www.gnu.org/copyleft/gpl.html GNU/GPL
* @link www.bestofjoomla.com
*
* Based on Joomlaboard Component
* @copyright (C) 2000 - 2004 TSMF / Jan de Graaff / All Rights Reserved
* @license www.gnu.org/copyleft/gpl.html GNU/GPL
* @author TSMF & Jan de Graaff
*
* Language: Chinese (simplified)
* For version: 1.0.4
* Encoding: UTF-8
* E-mail: [email protected]
* Website: www.joomlachina.cn 【逐浪-中国】
* Date: 02 14 2009
**/


// Dont allow direct linking
defined( '_JEXEC' ) or defined ('_VALID_MOS') or die('Restricted access');

// 1.0.6
DEFINE('_KUNENA_JOMSOCIAL', 'JomSocial');

// 1.0.5
DEFINE('_COM_A_HIGHLIGHTCODE', 'Enable Code Highlighting');
DEFINE('_COM_A_HIGHLIGHTCODE_DESC', 'Enables the Kunena code tag highlighting java script. If your members post php and similar code fragments within code tags, turning this on will colorize the code. If your forum does not make use of such programing language posts, you might want to turn it off to avoid code tags from getting malformed.');
DEFINE('_COM_A_RSS_TYPE', 'Default RSS type');
DEFINE('_COM_A_RSS_TYPE_DESC', 'Choose between RSS feeds by thread or post. By thread means that only one entry per thread will be listed in the RSS feed, independet of how many posts have been made within that thread. By thread creates a shorter more compact RSS feed but will not list every reply made.');
DEFINE('_COM_A_RSS_BY_THREAD', 'By Thread');
DEFINE('_COM_A_RSS_BY_POST', 'By Post');
DEFINE('_COM_A_RSS_HISTORY', 'RSS History');
DEFINE('_COM_A_RSS_HISTORY_DESC', 'Select how much history should be included in the RSS feed. Default is 1 month but you might want to limit it to 1 week on high volume sites.');
DEFINE('_COM_A_RSS_HISTORY_WEEK', '1 Week');
DEFINE('_COM_A_RSS_HISTORY_MONTH', '1 Month');

Please Log in or Create an account to join the conversation.

More
16 years 8 months ago #22569 by xleeyang
Hi

Could you kindly let me know where can download the standard chinese pack for Joomla 1.5.12 & Kunena 1.5.3 ?

Please Log in or Create an account to join the conversation.

More
16 years 8 months ago #22573 by @quila
Hi,

translation for Joomla you can find here joomlacode.org/gf/project/jtranslation/f...&frs_package_id=2468 and here joomlacode.org/gf/project/jtranslation/f...e&frs_package_id=151

All translation for Kunena which is available you can find here www.kunena.com/forum/107-translations but if there is haven't translation for K1.5.3 you can use for 1.0.x changing the line "defined( '_JEXEC' )* like I said before.

Try to change translation of Joomla and, if you don't solve, send me (PM) access data for your joomla admin and I'll see if I can find solution.

Regards

Please Log in or Create an account to join the conversation.

More
16 years 8 months ago #22625 by @quila
Hi,

the problem with simplified_chinese is solved.

The official language translation for Joomla 1.5.x have a error in the zh-CN.xml file.
The file you can find in

{J! route}/administrator/language/zh-CN/zh-CN.xml

and

{J! route}/language/zh-CN/zh-CN.xml

in both of file you need to change the line 19 from

<backwardLang>english</backwardLang>

to

<backwardLang>simplified_chinese</backwardLang>

If you use Kunena 1.0.x thats all,

but if you use Kunena 1.5.x and you haven't translation for this version open the file kunena.simplified_chinese.php (1.0.x) and replace this
Code:
defined ('_VALID_MOS') or die('Direct Access to this location is not allowed.');
by this
Code:
defined( '_JEXEC' ) or defined ('_VALID_MOS') or die('Restricted access');
Done.

Regards

Please Log in or Create an account to join the conversation.

Time to create page: 0.246 seconds