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
If you are having problems then, for your own benefit, it would save us all a lot of time if you would kindly post your
configuration report
when you ask for help from this forum. If you do not post your configuration report we will not ask you for it but you will probably not get your problem solved, either.
K 2.0 support will cease on 31 August 2013 and this section of the forum will be closed and archived after that time and no further questions will be answered about this version.
K 2.0 support will cease on 31 August 2013 and this section of the forum will be closed and archived after that time and no further questions will be answered about this version.
Question Add File not working with Firefox 18+
13 years 3 months ago - 13 years 3 months ago #139298
by Shimei
Replied by Shimei on topic Add File not working with Firefox 18+
Add to mootools.js file in plugins -- system -- mtupgrade:
Further information: click here
Seems to work, I added this only to mootools.js. Joomla! 1.5.26 and Kunena 2.03
Code:
String.prototype.contains = function(string, separator){
return (separator) ? (separator + this + separator).indexOf(separator + string + separator) > -1 : String(this).indexOf(string) > -1;
};
Further information: click here
Seems to work, I added this only to mootools.js. Joomla! 1.5.26 and Kunena 2.03
Last edit: 13 years 3 months ago by Shimei.
The topic has been locked.
13 years 3 months ago - 13 years 3 months ago #139318
by senes
Replied by senes on topic Add File not working with Firefox 18+
*** Moved by moderator ***
Hello,
I want to report an issue, which came out when you use kunena with FireFox 18.
In FF17 everything still works fine, but after upgrading, spoilers don't work any more. Tested on several users.
My javascript console shows the following error:
I am using Kunena 2.0.3, the latest version.
I'm not a JS junkie. Right now, I'm working on a little hack to be able to provide spoilers. Does this issue come out only on my site? Have found nothin about that on the net.
Hope to find some help here.
Kind regards
senes
Hello,
I want to report an issue, which came out when you use kunena with FireFox 18.
In FF17 everything still works fine, but after upgrading, spoilers don't work any more. Tested on several users.
My javascript console shows the following error:
I am using Kunena 2.0.3, the latest version.
I'm not a JS junkie. Right now, I'm working on a little hack to be able to provide spoilers. Does this issue come out only on my site? Have found nothin about that on the net.
Hope to find some help here.
Kind regards
senes
Last edit: 13 years 3 months ago by Jiminimonka.
The topic has been locked.
- Jiminimonka
-
- Offline
- Elite Member
-
- YBAS!
13 years 3 months ago #139323
by Jiminimonka
Replied by Jiminimonka on topic Add File not working with Firefox 18+
Please provide full information about your Joomla installation, including the version, and other extensions you are using.
The topic has been locked.
13 years 3 months ago #139324
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Add File not working with Firefox 18+
*** Topics merged ***
senes: I suggest that you very carefully read the last 9 messages posted in this topic before this message.
senes: I suggest that you very carefully read the last 9 messages posted in this topic before this message.
Blue Eagle vs. Crypsis reference guide
Read my blog and
The topic has been locked.
13 years 3 months ago #139564
by donkey12
Replied by donkey12 on topic Add File not working with Firefox 18+
Hi there,
Since the release of the last versions of Firefox 18.0 and 18.1 the ADD FILE feature of our forums hasn't been working: www.beautyontrial.co.uk/forum/
All keys work with Chrome and Explorer but not with Firefox.
Is anyone having the same problem?
How to resolve this issue?
Since the release of the last versions of Firefox 18.0 and 18.1 the ADD FILE feature of our forums hasn't been working: www.beautyontrial.co.uk/forum/
All keys work with Chrome and Explorer but not with Firefox.
Is anyone having the same problem?
How to resolve this issue?
The topic has been locked.
13 years 3 months ago - 13 years 3 months ago #139573
by Shimei
Replied by Shimei on topic Add File not working with Firefox 18+
There are two things that I have done to rectify this issue. The first one was done awhile back when I updated the mootools.js file located in: /plugins/system/mtupgrade/mootools.js
The issues I had back then, was mainly with profiles not working correctly in various browsers, IE 9 comes to mind.
That file can be found here: Mootools.js.zip
Just replace it with 810's modified file.
The second step was to Add to that mootools.js file in plugins -- system -- mtupgrade:
I had the same issue with Firefox 18 until I made the last change. Now I am running Firefox 18.1. My site, Joomla! 1.5.26 and Kunena 2.04 (with either Tigra or default Blue Eagle) works without error utilizing this combination -- Check out the new Kunena 2.04 -- Blue Eagle and Yoothemes blending here: ReligiousVerse Forum
Hope this helps!
The issues I had back then, was mainly with profiles not working correctly in various browsers, IE 9 comes to mind.
That file can be found here: Mootools.js.zip
Just replace it with 810's modified file.
The second step was to Add to that mootools.js file in plugins -- system -- mtupgrade:
Code:
String.prototype.contains = function(string, separator){
return (separator) ? (separator + this + separator).indexOf(separator + string + separator) > -1 : String(this).indexOf(string) > -1;
};
I had the same issue with Firefox 18 until I made the last change. Now I am running Firefox 18.1. My site, Joomla! 1.5.26 and Kunena 2.04 (with either Tigra or default Blue Eagle) works without error utilizing this combination -- Check out the new Kunena 2.04 -- Blue Eagle and Yoothemes blending here: ReligiousVerse Forum
Hope this helps!
Last edit: 13 years 3 months ago by Shimei.
The topic has been locked.
Time to create page: 0.279 seconds