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 [Merged topic]The great Mootools/Javascript conflict discussion

More
15 years 7 months ago #65682 by sozzled
Hmm ... peculiar. Likewise, I could not access your site either.

Perhaps you might like to give a pre-release version of K 1.6.1 a try? If this is acceptable to you (and you realise that K 1.6.1 is still under development, subject to change, is not supported and that you are accepting all the risks) please let me know by PM.
The topic has been locked.
More
15 years 7 months ago #65684 by fxstein
@sozzled: No this has nothing todo with the release of Kunena.

You can either make a menu work with mootools 1.2.x or not. We just need 1.2 for ALL Kunena 1.6 versions

We love stars on the Joomla Extension Directory . :-)
The topic has been locked.
More
15 years 7 months ago #65697 by sozzled
fxstein: Thanks. I agree, there must be a way to fix these recurring MT 1.2.4 mismatch issues for all K 1.6. Forget I raised the off-topic comment. :)
The topic has been locked.
More
15 years 7 months ago #65699 by Zafit0
Sorry, I dont undestand all what both of you said xD, what I can do?
The topic has been locked.
More
15 years 7 months ago #65701 by sozzled
I came late to this discussion.

According to messages posted earlier, you have two problems. A menu problem and a Javascript problem that is affecting BBcode issues and other things. I apologise for confusing matters. I can't see your website and therefore I don't know what progress you have made with either issue.

Let me stay on-topic in relation to the subject you have started here: "BBCodes, and Profile tabs don't work". This is what I wrote on that subject yesterday:

There are at least 6 different discussions running in the K 1.6 Support category at the moment that all relate to difficulties users are having because they have a Joomla extension (a template, a module, a plugin, a component, a language or a combination of several of these) that is clobbering the Joomla Mootools 1.2.4 Javascript library. In other words, there is a conflict between some developer's special purpose-built Javascript library and Kunena which relies upon Joomla's standard Javascript library. You may or may not have found a conflict with these things using Firebug but, you'll just have to believe us when we say, there is a Javascript conflict even though you haven't found it yet.

The solution is simple if you actually know where to look but it's unfortunate that sometimes these things take time.

Some background information for you might be helpful:

You have a conflict that is stopping the standard Mootools 1.2.4 library from operating properly. We need to know what that is. Can you help us?
The topic has been locked.
More
15 years 7 months ago #65835 by Longi
Find
Code:
function $(el){ if (!el) return null; if (el.htmlElement) return Garbage.collect(el); if ([window, document].contains(el)) return el; var type = $type(el); if (type == 'string'){ el = document.getElementById(el); type = (el) ? 'element' : false; } if (type != 'element') return null; if (el.htmlElement) return Garbage.collect(el); if (['object', 'embed'].contains(el.tagName.toLowerCase())) return el; $extend(el, Element.prototype); el.htmlElement = function(){}; return Garbage.collect(el); };
in your Template files dropline.js, mega.js, moo.js and split.js.

Located at: www.yoursite/templates/templatename/js/

Delete this function (lines) and your Template and Kunena 1.6 work without Javascript Errors :-)

Good luck, Longi ;)
The topic has been locked.
Time to create page: 0.649 seconds