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

This is not a support forum for any of the products contained herein. For product support you should visit the developer's website.

The information given in this category is intended to guide users who want to use various third-party products with Kunena and, mostly, was written by Kunena users. The information here is not necessarily accurate, up-to-date nor is it intended to replace the support given by the developers of other Joomla extensions.

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.

Question Conflict between Kunena Plugin for JomSocial and SEOlinks component

More
10 years 10 months ago #1 by NosyWeb
Hi everybody,

I have a problem with Kunena 2.0.4 + Kunena Plugin for JomSocial and SEOlinks component (SEO auto-linking).

To work, SEOlinks have to add the lines below in file /components/com_kunena/template/{default template folder}/html/topic/default_message.php :
Code:
<?php $msg = KunenaHtmlParser::parseBBCode ($this->message->message, $this); if (JPluginHelper::importPlugin('content','seolinks',true)) { $seoparams = new JRegistry(); $seorow = new StdClass(); $seorow->id = 0; $seorow->text = $msg; JDispatcher::getInstance()->trigger('onContentBeforeDisplay', array('_com_kunena.topic', $seorow, $seoparams)); $msg = $seorow->text; } echo $msg; ?>
Instead of :
Code:
<?php echo KunenaHtmlParser::parseBBCode ($this->message->message, $this) ?>

It works, auto-linking is ok in Kunena posts except if I enable the Kunena Plugin for JomSocial (plg_kunena_community). I think community.php file in the plugin is the problem.

I have already tried to order the plugins in Plugin manager but it doesn't work.

Many thanks for your help :(

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

Time to create page: 0.384 seconds