Kunena 7.0.2 Released

The Kunena team has announce the arrival of Kunena 7.0.2 [K 7.0.2] in stable which is now available for download as a native Joomla extension for J! 5.3.x/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 Google Ads in between forum posts work in version 1.0.11?

More
16 years 5 months ago #30499 by 450Thumper
Thanks. I will take a look.

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

More
16 years 5 months ago #30803 by 450Thumper
I did find that if I clicked "All" in the pages to display the Kunena_Profilebox, that it appeared. Doing this for Kunena_msg_1 resulted in destroying the forum layout and gave a syntax arror on line 453 of message.php.

Fatal error: Call to undefined method CKunenaTools::isJoomla15() in /home/thump450/public_html/components/com_kunena/template/default_ex/message.php on line 453

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

More
16 years 4 months ago #31486 by Matias
Really? It's there in SVN..

components/com_kunena/class.kunena.php around line ~349 (add function into there like this):
Code:
class CKunenaTools { var $id = null; function isJoomla15() { return (defined('_JEXEC') && class_exists('JApplication')); }

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

More
16 years 4 months ago #31987 by amaresh_83
I added this code , after that ?

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

More
16 years 4 months ago #31994 by Matias
You should not get error and it works?

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

Time to create page: 0.279 seconds