Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.5 [K 7.0.5] 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 eleventh 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 [K4.0.3] File attachment problem when use Ñ

More
10 years 10 months ago - 10 years 10 months ago #166753 by xillibit
In the file \libraries\kunena\attachment\helper.php change like that 438 :
Code:
public static function shortenFilename($filename, $front = 10, $back = 8, $filler = '...') { $len = mb_strlen($filename); if ($len>($front+strlen($filler)+$back)) { $output=substr($filename,0,$front).$filler.substr($filename,$len-$back,$back); } else { $output=$filename; } return $output; }

I don't provide support by PM, because this can be useful for someone else.
Last edit: 10 years 10 months ago by xillibit.
The following user(s) said Thank You: ssh, zincos

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

More
10 years 10 months ago - 10 years 10 months ago #166805 by ssh
You mean line 440
Code:
$len = mb_strlen($filename);

Yeah!
It works great, thanks xillibit, and thanks everyone for pay attention into this.
Last edit: 10 years 10 months ago by ssh.

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

More
10 years 10 months ago #166849 by sozzled
@xillibit: Will this modification be applied to the next release of K 4.0?

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

More
10 years 10 months ago #166887 by xillibit
Yes i will do a fix for k4.0.4

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.242 seconds