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 must relate to a currently supported version of Kunena. If you are unsure what is the current supported version of Kunena, please go to the download page.

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 Missing square bracket in TopicItemDisplay : 582

More
4 weeks 1 day ago #234855 by Gindi
In /components/com_kunena/src/Controller/Topic/Item/TopicItemDisplay, I noticed that on line 582
 $matches = preg_match("/\[img]http(s?):\/\/.*\/img]/iu‘, $message, $title);
 either there is one too much closing square bracket after the first “img”, or the opening square bracket is missing before the second “img”.
 
The following user(s) said Thank You: xillibit

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

More
4 weeks 1 day ago #234856 by xillibit
hello,

Thanks for the report, i will check to see if it's need a fix

I don't provide support by PM, because this can be useful for someone else.
The following user(s) said Thank You: Gindi

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

More
4 weeks 1 day ago #234858 by Gindi
If this is a bug that affects the protected function, it has persisted unchanged across all Kunena versions since Kunena 3
 /components/com-kunena/controller/topic/item/display.php :476
 $matches = preg_match(‘/\[img]http(s?):\/\/.*\/img]/iu’, $message, $title);

gindi

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

More
4 weeks 1 day ago #234859 by xillibit
I have checked it and it catch right the image with the bbcode tags so it's not an issue

I don't provide support by PM, because this can be useful for someone else.

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

Time to create page: 0.270 seconds