Kunena 6.2.6 released

The Kunena team has announce the arrival of Kunena 6.2.6 [K 6.2.6] which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2

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.

Question Quick Reply Stops Working in 1.5.5

More
14 years 8 months ago #1 by aaronblrt1
Upgraded to 1.5.5 and now Quick Reply no longer works, any fixes for this?

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

More
14 years 8 months ago #2 by fxstein
Hi,

Sorry about that. This is a JomSocial integration issue. One of the defines that should tell us if jquery has been loaded is set, but the lib is missing.

Check for this line in /components/com_kunena/kunena.php line 246
Code:
if (defined('KUNENA_JQURL') && !defined('J_JQUERY_LOADED') && !defined('C_ASSET_JQUERY'))

change that to:
Code:
if (defined('KUNENA_JQURL') && !defined('J_JQUERY_LOADED'))

That will fix the issue.

Hope this helps!

fxstein

We love stars on the Joomla Extension Directory . :-)

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

More
14 years 8 months ago #3 by fxstein
Confirmed: This will fix the compatibility issue with JomSocial.

We love stars on the Joomla Extension Directory . :-)

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

More
14 years 8 months ago #4 by aaronblrt1
Thank you for this quick fix.

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

Time to create page: 0.464 seconds