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

Question 1.5.4 to 1.5.5 Upgrade problem (Quick Reply and PM dont work)

More
16 years 8 months ago - 16 years 8 months ago #27121 by iladis
I have :
Joomla 1.5.14;
Jomsocial 1.2.202;
Kunena 1.5.4;

After upgrade to Kunena 1.5.5, Quick Reply and PM dont work!!!
Anyone experience the same??
Last edit: 16 years 8 months ago by iladis.

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

More
16 years 8 months ago - 16 years 8 months ago #27126 by ToneBisgo
Same here, with the very same configuration.

jQuery is not defined <- that's what i get from firebug.
Last edit: 16 years 8 months ago by ToneBisgo.

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

More
16 years 8 months ago #27127 by ToneBisgo
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'))

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

This will fix it :P

Solution Reported and Fixed > Here <

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

More
16 years 8 months ago #27128 by iladis

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

Time to create page: 0.344 seconds