- Posts: 1
- Thank you received: 0
Kunena 7.0.9 & Kunena 6.4.14 – Security Updates Released
The Kunena team has announce the arrival of Kunena 7.0.9 [K 7.0.9] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x./6.1.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
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!
15 years 9 months ago #77743
by noweb2008
kunen GOT a bug in IE6.0---cann't upload a attachment! was created by noweb2008
pls help me to fix the bug(except undate IE)!
more thanks!
more thanks!
Please Log in or Create an account to join the conversation.
15 years 9 months ago #77748
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic Re: kunen GOT a bug in IE6.0---cann't upload a attachment!
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...
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.
15 years 9 months ago #77799
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Re: kunen GOT a bug in IE6.0---cann't upload a attachment!
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.
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.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
15 years 8 months ago #80595
by level420
Replied by level420 on topic Re: kunen GOT a bug in IE6.0---cann't upload a attachment!
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:
and put the following content into ...your IE6 specific css file...
It mainly disables the attachment selection placeholders and reenables the native file input tag.
Hope this helps...
Regards...
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.
15 years 7 months ago - 15 years 7 months ago #84891
by ecolora
Replied by ecolora on topic Re: kunen GOT a bug in IE6.0---cann't upload a attachment!
Thanks!!! I corrected the default_ed\initialize.php
Change:
to:
and add file default_ed\css\kunena.forum.ie6.css.
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 7 months ago by ecolora.
Please Log in or Create an account to join the conversation.
Time to create page: 0.241 seconds