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

Question js conflict?

More
17 years 3 months ago - 17 years 3 months ago #252 by ArMyBoT
js conflict? was created by ArMyBoT
Hi,
I abandoned FB for kunena with the hope of getting rid of nasty js conflict JQuery/mootools.

I'm using J.1.5.9 in legacy with joolart Teline II template.

This is the error coming up with firebug:
Code:
$(document).ready is not a function http://<mysite>/components/com_kunena/template/default_ex/plugin/jtip/kunena.default_ex.js Line 1
Anyone?

Thanks in advance and good work with that fork

P.S.: I'll work on italian translation if needed
Last edit: 17 years 3 months ago by fxstein.

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

More
17 years 3 months ago #253 by fxstein
Replied by fxstein on topic Re:js conflict?
Hi,

Welcome!

I believe we have fixed that problem in the SVN (will be part of the stable build)

Can you replace your version of kunena.deafault_ex.js with this one from the SVN:

joomlacode.org/gf/project/kunena/scmsvn/...fault_ex.js&view=log

It should make your error go away. No other changes required.

Hope this helps!

fxstein

We love stars on the Joomla Extension Directory . :-)

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

More
17 years 3 months ago #254 by whouse
Replied by whouse on topic Re:js conflict?
You could replace all the $ with jQuery (it would look like this: jQuery.noConflict(); instead of $.noConflict(); )

Here's a reference: devoracles.com/jquery-error-documentread...-not-a-function-sure

Hope this helps some.

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

More
17 years 3 months ago #256 by fxstein
Replied by fxstein on topic Re:js conflict?
whouse wrote:

You could replace all the $ with jQuery (it would look like this: jQuery.noConflict(); instead of $.noConflict(); )

Here's a reference: devoracles.com/jquery-error-documentread...-not-a-function-sure

Hope this helps some.


FYI - We did that for all root level $ calls for the upcoming 1.0.8 release

We love stars on the Joomla Extension Directory . :-)

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

More
17 years 3 months ago - 17 years 3 months ago #267 by Matias
Replied by Matias on topic Re:js conflict?
Actually there were 3 changes, which needed to be done:
Code:
components/com_kunena/lib/kunena.link.class.php: line 272 to: $Output .= 'jQuery(document).ready(function ($) { jQuery("body").bind("click", function(e) { clearTimeout(redirect_timeout); } ); });'; components/com_kunena/lib/kunena.link.class.php: line 285 to: $Output .= 'jQuery(document).ready(function ($) { jQuery("body").bind("click", function(e) { clearTimeout(redirect_timeout); } ); });'; components/com_kunena/template/default_ex/plugin/jtip/kunena.default_ex.js: line 1 to: jQuery(document).ready(function() {
Last edit: 17 years 3 months ago by fxstein.

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

More
17 years 3 months ago #268 by whouse
Replied by whouse on topic Re:js conflict?
I'm glad you guys are up on your stuff. It makes me glad to see the continuation and improvements that are being made here.

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

Time to create page: 0.253 seconds