The Kunena team has announce the arrival of Kunena 6.3.5 [K 6.3.5] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.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.
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
Kunena Latest Broken in 1.5.6 w JomSocial
It's an another conflict with jquery, so i will report this to the DEVs, thanks for sharing this. You can try to disable the jquery load by opening the file /components/com_kunena/class.kunena.php and at line 72 replace this :
Code:
define( 'C_ASSET_JQUERY', 1 );
with this :
Code:
//define( 'C_ASSET_JQUERY', 1 );
I don't provide support by PM, because this can be useful for someone else.