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.

If you are having problems then, for your own benefit, it would save us all a lot of time if you would kindly post your configuration report when you ask for help from this forum. If you do not post your configuration report we will not ask you for it but you will probably not get your problem solved, either.

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.

Question Creating new topic as guest breaks Rockettheme Menu

More
13 years 8 months ago #132895 by xamire
I just told you that I never typed in "kanynonmous-check".. you were the first one to mention it spelled that way, I think you misread my post. It is a javascript problem, but only if the conditions are met, as I've explained twice, above. =)

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

More
13 years 8 months ago - 13 years 8 months ago #132896 by sozzled
You wrote (not me):

The page is bringing up this error:
TypeError: document.id("kanynomous-check") is null

Which is this line:
document.id('kanynomous-check').setStyle('display','none');

I searched the Kunena Javascript libraries for "kanynomous-check" but I did not find it. Then again, I could have been looking in the wrong places. :blush:
Last edit: 13 years 8 months ago by sozzled.

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

More
13 years 8 months ago - 13 years 8 months ago #133137 by xamire
It seems to be in this set:
Code:
kunenaCheckAnonymousAllowed(catid) { if ( arrayanynomousbox[catid] !== undefined ) { document.id('kanynomous-check').setStyle('display'); } else { document.id('kanynomous-check').setStyle('display','none'); kbutton.removeProperty('checked');

and specifically this line:
Code:
document.id('kanynomous-check').setStyle('display','none');
Last edit: 13 years 8 months ago by xamire.

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

More
13 years 8 months ago - 13 years 8 months ago #133155 by sozzled
I don't understand what you mean by "this set". Sorry, but without a context, what you have given us does not make any sense to me. Perhaps it may make some sense to whoever wrote that code. :unsure:
Last edit: 13 years 8 months ago by sozzled.

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

More
13 years 8 months ago - 13 years 8 months ago #133170 by xamire
I took it from IE (that's internet explorer) debugging tool.
Last edit: 13 years 8 months ago by xamire.

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

More
13 years 8 months ago #133179 by sozzled
What is the name of the file, please? Where, in your site directory tree, does this file reside. Can you also tell us, from the copyright notice contained in that file, who wrote it. Thank you.

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

Time to create page: 0.259 seconds