- Posts: 226
- Thank you received: 97
Kunena 6.3.8 Released
The Kunena team has announce the arrival of Kunena 6.3.8 [K 6.3.8] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x/5.2.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 and issues discovered during the last development stages of K 6.3
Note: Please go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated.
K 2.0 support will cease on 31 August 2013 and this section of the forum will be closed and archived after that time and no further questions will be answered about this version.
Merged I see the message "Loading BBCode editor..."
you are using FireFox 18.x right?
Try with another browser ot try this fix
www.kunena.org/forum/K-2-0-General-Quest...18-0?start=10#139698
Please Log in or Create an account to join the conversation.
You need to update your Mootools version to 1.2.6 because the previous versions has a bug with Firefox 18.x
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.
I upgraded Mootools, but still does not work and we get a different error when we do that:
Uncaught TypeError: Object function (win){
$uid(win);
if (!win.Element){
win.Element = $empty;
if (Browser.Engine.webkit) win.document.createElement("iframe"); //fixes safari 2
win.Element.prototype = (Browser.Engine.webkit) ? window["[[DOMElement.prototype]]"] : {};
}
win.document.window = win;
return $extend(win, Window.Prototype);
} has no method 'onDomReady' validate.js:164
Uncaught TypeError: undefined is not a function
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
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.
So I think a JS issue.
Here's the site and some temp login details:
Forum: Forum
User: amitytemp
Pass: amitytemp2012
Please also note, Kunena does not work with sh404SEF so had to disable it. If you know how to fix that too that would be great. Thanks.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
But it seems that you have conflicting javascript, so you need to find which plugin or module is adding a script which produce the conflict
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.
as stated I did upgrade to 1.2.6 but I got the other error above. Both errors are with Joomla's own validate.js.
How do I just disable JS? I am Ok with plain HTML form, no need for JS on an upload file form field. Will BBCode still work? Systems should be built to work without Javascript so hope Kunena does

Thanks
Please Log in or Create an account to join the conversation.
So firstly, Kunena does not work fully with standard Joomla 1.5 installation, not even the latest 1.5.26. According to you it requires a later version of Mootools that is not within Joomla 1.5 standard package. Therefore my opinion is Kunena is NOT compatible with Joomla 1.5. Not without hacks to core Mootools versions.
Secondly, I could not get the upgraded Mootools to work anyway. I had other JS issues. Upgraded Mootools breaks my Joomla Admin menu, and I dont even have add-ons in the Joomla admin that could cause conflicts.
So upgrading mootols was not an option.
Therefore I have just hidden the Javascript enabled Attach box and displayed the standard HTML box, as follows in the CSS:
#Kunena .kfile-input
{
/*font-size:23px;
position:absolute;
right:0;
top:-10px;
opacity:0;
filter:alpha(opacity=0)*/
}
#Kunena .kattachment-id-container, #Kunena .kattachment .kfile-input-textbox, #Kunena .kfile-hide.hasTip .kbutton
{
display: none;
}
#Kunena .button, #Kunena .kbutton,
#Kunena .button:hover, #Kunena .kbutton:hover
{
border: 0px;
z-index: 999;
}
.kfile-input
{
margin: 10px 0px 0px 0px;
clear: both;
}
It would be good if there was an option to disable JS for Kunena, because we do not need anything fancy in this case, and there is clearly conflicts.
Thanks for your help.
Please Log in or Create an account to join the conversation.