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

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 Enable mambot on forum rules and faq pages

More
16 years 3 months ago #38909 by sistemistica
Hi all,
first let me say thanks for this great forum component.

I recently started re-engineering my site and I noticed a small lack. In rules and faq page, Kunena retrieve the introtext from db and print without to trigger any events, so no mambot can process content.

It's a little work to enable it. Just add this line:
Code:
$j_introtext = CKunenaTools::prepareContent($j_introtext);

After this:
Code:
$j_introtext = $kunena_db->loadResult();

In these files:
Code:
components\com_kunena\template\default\faq.php components\com_kunena\lib\kunena.rules.php

Just as you already do for post content.

I hope this helps.

Regards,
Luigi

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

Time to create page: 0.209 seconds