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
Merged Loading BBCode editor...
Please read Minified CSS in the Wiki. If you are running Kunena with the debug option turned on, you will load the non-minified version of CSS and, possibly, of Javascript scripts, too. I am not sure about minified/non-minified Javascript scripts and Kunena. Sorry, I can't help you much with that.emeyer wrote: Also it loads the non-minified version of editor.js by default. I think it should load the minified version.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
The editor js file of Kunena 3.0.7 still require Mootools like it's specified in readme, you need to check if you a javascript conflictemeyer wrote: Just to let others know, it appears 3.07 DOES require jquery, contrary to what the release notes say, for the editor to work on Joomla 3.3.6. This seems to be because the editor calls a script called 'validate.js' which works with jquery 1.2.5 +.
I was able to get it to work more quickly by disabling jquery in the main template a\and adding the following line to the blue eagle template's 'initialize.php' file, just before its call to
$template->loadMootools.
$document->addScript(' code.jquery.com/jquery-1.3.2.min.js ');
Also it loads the non-minified version of editor.js by default. I think it should load the minified version.
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.
Please Log in or Create an account to join the conversation.
Why you load an obsolete version of jQuery ?$document->addScript('code.jquery.com/jquery-1.3.2.min.js');
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.