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 Bug in kunena.special.js.php gives javascript errors in IE

More
15 years 2 months ago #88993 by srebbul
If have noticed the following bug in kunena.special.js.php
Line 82 en 83

window.onload=kunenaCheckPollallowed($('postcatid').getSelected().get("value"));
window.onload=kunenaCheckAnonymousAllowed($('postcatid').getSelected().get("value"));

Which should be

window.onload=function () {kunenaCheckPollallowed($('postcatid').getSelected().get("value"))};
window.onload=function () {kunenaCheckAnonymousAllowed($('postcatid').getSelected().get("value"))};

Can anybody confirm my conclusion?

Kind regards

Rob

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

More
15 years 2 months ago #88998 by xillibit
Hello,

Which IE version do you have ?

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 2 months ago #89002 by srebbul
Both IE 7 and 8 (both native and compatibility mode).

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

More
15 years 2 months ago #89034 by GoremanX
do you use some kind of css/js combiner/compressing plugin? I had to add a bunch of exceptions for Kunena javascript files to mine, otherwise I'd get similar errors.

THE place to discuss photography!
www.friendlyphotozone.com

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

More
15 years 2 months ago #89039 by severdia
srebbul, did you make that change and it's tested as working for you?

Author of Using Joomla from O'Reilly Media. | www.usingjoomlabook.com

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

More
15 years 2 months ago #89062 by srebbul
Severdia,

Before I made the change I got the error "Object doesn't support this property or method" in all IE's at my disposal at character 47606 in mootools.js.

After the change it looks like all works fine on all the platforms I can check.


Can you confirm my conclusion that I made the correct change?


Rob

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

Time to create page: 0.266 seconds