Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.5 [K 7.0.5] 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.

The Kunena team is also pleased to announce the eleventh version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.

This category is only for reporting defects or problems with Kunena 1.6 test versions with Joomla 1.6. This is NOT a support forum - there is no support for test versions. Users should NOT install K 1.6 alpha or beta test versions on websites with live production data.

Question kunen GOT a bug in IE6.0---cann't upload a attachment!

More
15 years 5 months ago #77743 by noweb2008
pls help me to fix the bug(except undate IE)!

more thanks!

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

More
15 years 5 months ago #77748 by xillibit
Hello,

Are-you using Joomla! 1.6 ?

IE6.0 is an obsolete and very version, so please use at least IE 7.0 or an antoher firefox 3.6, chrome 8.0, Opera 10.60...

I don't provide support by PM, because this can be useful for someone else.

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

More
15 years 5 months ago #77799 by sozzled
Kunena 1.6 was not written with IE6 support in mind. K 1.6 probably will not work for IE6. The project team will not be providing any fixes for IE6 users.

The next version K 2.0 will not support IE7. A similar situation arises for IE7 users, too. The project team will not be providing fixes for IE7 users for K 2.0.

This is something that people will have to help one another with. Owing to the dwindling usage of IE6 at the current time, I don't think there are many peoples still using this obsolete browser.

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

More
15 years 4 months ago #80595 by level420
Well as some of us are forced to use IE6, I've spent some time in fixing the upload issue.

Please use this at your own risk. This hack will potentially damage your kunena installation, your server, your users and in the end the universe ;-)

You have to load the css codes somewhere in your kunena templates initialize.php like this:
Code:
<!--[if lte IE 6]> <link rel="stylesheet" href="....path to your IE6 specific css file..." type="text/css" /> <![endif]-->

and put the following content into ...your IE6 specific css file...
Code:
#Kunena .kfile-input { position:relative; filter:alpha(opacity=100); font-size:1em; margin-bottom:5px; padding:2px; border:1px solid #999999; } #Kunena .kfile-input-button { display:none; } #Kunena .kfile-input-textbox { display:none; } #Kunena .kattachment { margin-bottom:8px; }

It mainly disables the attachment selection placeholders and reenables the native file input tag.

Hope this helps...

Regards...

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

More
15 years 3 months ago - 15 years 3 months ago #84891 by ecolora
Thanks!!! I corrected the default_ed\initialize.php

Change:
Code:
<!--[if lte IE 7]> <link rel="stylesheet" href="<?php echo $cssurl; ?>/kunena.forum.ie7.css" type="text/css" /> <![endif]-->

to:
Code:
<!--[if lte IE 7]> <link rel="stylesheet" href="<?php echo KUNENA_TMPLTURL; ?>css/kunena.forum.ie7.css" type="text/css" /> <![endif]--> <!--[if lte IE 6]> <link rel="stylesheet" href="<?php echo KUNENA_TMPLTURL; ?>css/kunena.forum.ie6.css" type="text/css" /> <![endif]-->

and add file default_ed\css\kunena.forum.ie6.css.
Last edit: 15 years 3 months ago by ecolora.

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

Time to create page: 0.244 seconds