Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.5 [K 7.0.5] 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 eleventh version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Solved J! 3.x Beez3 template: Javascript (BBcode, emoticons and attachment) problems

More
More
12 years 1 month ago #155146 by Arnaud
hello,

i have well copy the file hide.js but the problem is the same.

i do not understand What templates are Mootools 1.2+ compliant or work normally and without ?the problem can be with mootools ?

my solution is desactivated the emoticon et the profil for the moment, but is not cool :(

if you want i can activated the debug mod or you send an account guest.

Best regard.
Arnaud.

Please Log in or Create an account to join the conversation.

More
12 years 1 month ago #155150 by sozzled

Arnaud wrote: i do not understand What templates are Mootools 1.2+ compliant or work normally and without ?the problem can be with mootools?

For J! 3.2.3 the following templates work with Kunena without making any changes:

1) Protostar
2) Beez20

The Beez3 template will work with Kunena but you need to make some changes to it.

Please Log in or Create an account to join the conversation.

More
12 years 1 month ago #155160 by Arnaud
ok thank you for you answer, but with the hide.js the problem is the same, have you got an idea for resolved this ?

Please Log in or Create an account to join the conversation.

More
12 years 1 month ago #155172 by rich
Please deactivate (rename) the hide.js and check what happened then.

Important! Always create a backup before you make any changes to your website!

Please Log in or Create an account to join the conversation.

More
12 years 1 month ago - 12 years 1 month ago #155200 by Arnaud
hello,

I be back to you with good news.

The problem has been now resolved.

the solutions are :

in first the modification of file hide.js with your fix

in second the modification this the file ../templates/beez3/javascript/md_stylechanger.js

on my template beez3, the font size function in Kunena is deactivated, for resolve this problem you need to modify this file on the line 61 with this script :
Code:
function addControls() { if (document.getElementById('fontsize')!=null) { var container = document.id('fontsize'); var content = '<h3>'+ fontSizeTitle +'</h3><p><a title="'+ biggerTitle +'" href="#" onclick="changeFontSize(2); return false">'+ bigger +'</a><span class="unseen">.</span><a href="#" title="'+resetTitle+'" onclick="revertStyles(); return false">'+ reset +'</a><span class="unseen">.</span><a href="#" title="'+ smallerTitle +'" onclick="changeFontSize(-2); return false">'+ smaller +'</a></p>'; container.set('html', content); } }

The problem is now resolved for the emoticon, bbcode and edit profil.

thank you very much. :woohoo:
Last edit: 12 years 1 month ago by sozzled. Reason: Minor spelling change and small changes to improve clarity
The following user(s) said Thank You: sozzled

Please Log in or Create an account to join the conversation.

Time to create page: 0.279 seconds