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
15 years 6 months ago - 15 years 6 months ago #67640
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Re: Can't upload files
It looks as though something is interfering with Javascript on your website. I saw the evidence of the problem but I don't know what is causing it.
There is a extension that is loading a form of jQuery and, without looking at the details, jQuery may be loading its library in "exclusive" mode. The trick is to find out what is the extension that's being loaded that's interfering with J! 1.5.21 on your website. I will have to leave this or someone more knowledgeable than me.
There is a extension that is loading a form of jQuery and, without looking at the details, jQuery may be loading its library in "exclusive" mode. The trick is to find out what is the extension that's being loaded that's interfering with J! 1.5.21 on your website. I will have to leave this or someone more knowledgeable than me.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Last edit: 15 years 6 months ago by sozzled.
The topic has been locked.
15 years 6 months ago #67643
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Re: [Merged topic] Message editor problems; missing BBcode toolbar; smileys & enlarge/shrink don't work
Thank you for reminding me that ja.ddmod.js is related to the mega menu and, yes, I was also aware that mega menu causes heaps of problems for Kunena. I could be wrong about JA_Purity_ii (or something relating to it) but can we eliminate it, please?
You have a Javascript problem. Your website is trying to load 11 Javascript libraries - I recognise 3 of them that should not cause you any problems. One of the other 7 is causing the problem. We need to find out what is the Joomla extension(s) that is/are loading these things. There is a way of finding out this information but I'm not that knowledgeable to use diagnostic tools like Firebug for Firefox that pinpoints the exact cause. Therefore, my approach is the somewhat hit-and-miss method: disable all non-essential plugins, modules, templates and components and then, one by one, re-enable them again. Eventually you will enable the problem-causing extension. It's a time-consuming approach but it shouldn't take more than an hour (depending on how many extensions you've installed) ... and the approach works!
You have a Javascript problem. Your website is trying to load 11 Javascript libraries - I recognise 3 of them that should not cause you any problems. One of the other 7 is causing the problem. We need to find out what is the Joomla extension(s) that is/are loading these things. There is a way of finding out this information but I'm not that knowledgeable to use diagnostic tools like Firebug for Firefox that pinpoints the exact cause. Therefore, my approach is the somewhat hit-and-miss method: disable all non-essential plugins, modules, templates and components and then, one by one, re-enable them again. Eventually you will enable the problem-causing extension. It's a time-consuming approach but it shouldn't take more than an hour (depending on how many extensions you've installed) ... and the approach works!
Blue Eagle vs. Crypsis reference guide
Read my blog and
The topic has been locked.
15 years 6 months ago - 15 years 6 months ago #67658
by Timba
Replied by Timba on topic Re: [Merged topic] Message editor problems; missing BBcode toolbar; smileys & enlarge/shrink don't work
I found a partial solution. Disabled the use of joomla plugins in Kunena config and it worked.
Now we will localize the plugin.
Upd. Disable plugin "Content - Glossary terms popups" and problem solved. Thus Kunena 1.6 work with Ja Purity II (moo menu) correctly.
Now we will localize the plugin.
Upd. Disable plugin "Content - Glossary terms popups" and problem solved. Thus Kunena 1.6 work with Ja Purity II (moo menu) correctly.
Last edit: 15 years 6 months ago by Timba.
The topic has been locked.
15 years 6 months ago #67662
by haithun
Replied by haithun on topic Re: Can't upload files
I have an idea.
You can try to edit your template and load this as javascript: "jQuery.noConflict();"
Many javascript frameworks like MooTools and jQuery are used to use the $ variable.
This usually is quite useful cause this way you bring full jQuery functionality to any js thing.
Well if MooTools tries to do the same you have a conflict between these two.
By calling "jQuery.noConflict();" you disable this feature on jQuery but usaly this does not effect any scripts using jQuery cause it's still available for them through "jQuery" variable which is used to call the "noConflict" function.
You can try to edit your template and load this as javascript: "jQuery.noConflict();"
Many javascript frameworks like MooTools and jQuery are used to use the $ variable.
This usually is quite useful cause this way you bring full jQuery functionality to any js thing.
Well if MooTools tries to do the same you have a conflict between these two.
By calling "jQuery.noConflict();" you disable this feature on jQuery but usaly this does not effect any scripts using jQuery cause it's still available for them through "jQuery" variable which is used to call the "noConflict" function.
The topic has been locked.
15 years 6 months ago #67694
by quorox
Replied by quorox on topic Re: Can't upload files
Thanks sozzled and haithun for helping out here!
I tried haithun's suggestion, but this caused the editor toolbar to disappear (Mootools-issue?) and I still was not able to add attachments.
I tried haithun's suggestion, but this caused the editor toolbar to disappear (Mootools-issue?) and I still was not able to add attachments.
The topic has been locked.
Time to create page: 0.254 seconds