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.

Solved StripBBCodeFunction

More
2 years 11 months ago #228539 by xillibit
Replied by xillibit on topic StripBBCodeFunction

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.

More
2 years 11 months ago - 2 years 11 months ago #228540 by alemar
Replied by alemar on topic StripBBCodeFunction
Hello,
i had set the correction but i add this before all
$titleFirstPostCleaned = '';
            if (!empty($topic->first_post_message))
            {                 
                $titleFirstPostCleaned = KunenaParser::stripBBCode($topic->first_post_message, 200, false);
            }
because it give me variable not declared. After this the solution works.

Another question. In a url i have this error (this happen for migration kunena 5 to 6.1 and latest joomla version)

with this link /forum/webcolf-programma/2443-Festivita-durante-permesso-non-retribuito?Itemid=

this link comes from google search console

i have thisError while rendering : nome='', formato=''

but if i set /forum/webcolf-programma/2443-Festivita-durante-permesso-non-retribuito it goes well

Thank you

Andrea



 
Last edit: 2 years 11 months ago by alemar.
The following user(s) said Thank You: xillibit

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

More
2 years 11 months ago - 2 years 11 months ago #228547 by xillibit
Replied by xillibit on topic StripBBCodeFunction

Hello,
i had set the correction but i add this before all
$titleFirstPostCleaned = '';
            if (!empty($topic->first_post_message))
            {                 
                $titleFirstPostCleaned = KunenaParser::stripBBCode($topic->first_post_message, 200, false);
            }
because it give me variable not declared. After this the solution works.



 
Good to know that it works for you now

Another question. In a url i have this error (this happen for migration kunena 5 to 6.1 and latest joomla version)

with this link /forum/webcolf-programma/2443-Festivita-durante-permesso-non-retribuito?Itemid=

this link comes from google search console

i have thisError while rendering : nome='', formato=''

but if i set /forum/webcolf-programma/2443-Festivita-durante-permesso-non-retribuito it goes well

Thank you

Andrea

 
For this other issue please open a new topic for it

I don't provide support by PM, because this can be useful for someone else.
Last edit: 2 years 11 months ago by xillibit.

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

Time to create page: 0.299 seconds