Kunena 7.0.4 Released

The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 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 10 months ago #22551 by @quila
Hi,

try with this

<?xml version="1.0" encoding="utf-8"?>
<!-- $Id: zh-CN.xml 129 2008-07-28 09:45:23Z protege $ -->
<metafile version="1.5.7" client="site">
<name>Simplified Chinese</name>
<version>1.5.7</version>
<creationDate>2008-09-10</creationDate>
<author>Joomla! Project</author>
<authorEmail>[email protected]
<authorUrl> www.joomla.org
<copyright>(C) 2008 Open Source Matters. All rights reserved.</copyright>
<license> www.gnu.org/licenses/gpl-2.0.html GNU/GPL
<description></description>
<metadata>
<name>简体中文</name>
<tag>zh-CN</tag>
<rtl>0</rtl>
<locale>zh_CN.utf8, zh, zho, zhi, zh_CN, zho_CN, zhi_CN, simplified_chinese</locale>
<winCodePage>cp936</winCodePage>
<backwardLang>simplified_chinese</backwardLang>
<pdfFontName>gbsn00lp</pdfFontName>
</metadata>
<params />
</metafile>


Regards

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

More
16 years 10 months ago #22552 by xleeyang
the english site is fine, and when i click chinese button, it said"Direct Access to this location is not allowed."

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

More
16 years 10 months ago #22554 by @quila
Hi,

the file you using for chinese is not for Joomla Native and Kunena 1.5.3

open your kunena.simplified_chinese.php file and replace this
Code:
// Dont allow direct linking defined ('_VALID_MOS') or die('Direct Access to this location is not allowed.');
with this
Code:
// Dont allow direct linking defined( '_JEXEC' ) or defined ('_VALID_MOS') or die('Restricted access');
Regards

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

More
16 years 10 months ago #22555 by xleeyang
the same result with"Direct Access to this location is not allowed."

attached is my chinese pack, pls kindly help me to check it,

and maybe i try to find the standard Simply-chinese pack for Joomla 1.5x native and kunena

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

More
16 years 10 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 10 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.

Time to create page: 0.232 seconds