Kunena 7.0.6 & Kunena 6.4.12 – Security Updates Released
The Kunena team has announce the arrival of Kunena 7.0.6 [K 7.0.6] 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.
The Kunena team is also pleased to announce the twelfth version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.
Question [Merged topic]The great Mootools/Javascript conflict discussion
Hello,darkrose wrote: I've noticed that my htaccess is missing? Could this be the cause? If so how to I change the status to exists?
The issue doesn't come from the htaccess
Do yo have a test account on your site, like i can see the issue (use
I don't provide support by PM, because this can be useful for someone else.
Blue Eagle vs. Crypsis reference guide
Read my blog and
- VectorHero
-
- Offline
- New Member
-
- Posts: 5
- Thank you received: 0
Thanks
You have a mootools conflict somewhere
I don't provide support by PM, because this can be useful for someone else.
- etkritikonspoudon
-
- Offline
- Senior Member
-
- Posts: 110
- Thank you received: 7
There is a Joomla extension called " loadplugin_CK " in JED which allows you to choose the pages in which a particular plugin will be activated...so one could have the plugin called in the Kunena forum pages and disabled in all others, so this would minimize or side-step any library conflicts...
This will not do it for all conceivable cases, since there may be modules that the user may want appearing on all pages...
But it will do the trick for most...
PS: I have not used it myself, just came across it today in the JED...
There is also another one, "mootools control" which I have not bothered to look at really, but maybe it could come useful
Where do i find this site template css?quorox wrote: It looks as if the issue of the OP and mine weren't exactly the same after all. While playing around with firebug, I discovered what was causing my problem.
The file-upload dialog for Kunena is defined as:Code:<input type="file" name="kattachment1" class="kfile-input hidden">
The css-file from the site-template contained a line:Code:.hidden {display: none;}
But Kunena css also contains a definition for the hidden class:Code:.hidden {overflow: hidden;}
The site-template definition ruled out the Kunena definition and caused the file-input textbox not to be rendered. I removed the line from the template and now it works. Yeah!
i'm having similar issues. I can upload file, but the text box is just now showing the file i had selected.
thanks