- Posts: 16
- Thank you received: 3
Kunena 7.0.6 & Kunena 6.4.12 – Security Updates Released
The Kunena team has announce the arrival of Kunena 7.0.6 [K 7.0.6] 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.
The Kunena team is also pleased to announce the twelfth version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.
Important Module show [quote="name" post=id]
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
to the first bbcode to be parsed (= after //bbode comment)
Please Log in or Create an account to join the conversation.
Thank you for idea, but it's not a solutionMatias wrote: It's a bug in Kunena itself -- not in the module. In lib/kunena.smile.class.php function purify() you need to add this:
Code:$text = preg_replace ( '/\[quote="([^"]*)"([^\]]*)\](.*?)\[\/quote\]/s', '\\1: \\3', $text );
to the first bbcode to be parsed (= after //bbode comment)
Is it possible to cut content as well? But in Latest Module only, not in Forum itself...
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.

I wanted in my module to hide the quotes and hide the links .
So what i did is in the file /components/com_kunena/lib/kunena.smile.class.php
after the
add
and add
Please Log in or Create an account to join the conversation.