- Posts: 67
- Thank you received: 1
Kunena 7.0.2 Released
The Kunena team has announce the arrival of Kunena 7.0.2 [K 7.0.2] in stable which is now available for download as a native Joomla extension for J! 5.3.x/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
Solved long file Names
Can you give me a clue where can I find this part of the code that handles the change of the filename?
I have a problem that utf8 characters are not shown in the link so i get no links at all if all the filename is in Hebrew.
Thanks,
Omri
Please Log in or Create an account to join the conversation.
in libraries/kunena/attachment/attachment.php
line 466:
replace: $output=substr($filename,0,$front).$filler.substr($filename,$len-$back,$back);
with: $output=$filename;
Omri
Please Log in or Create an account to join the conversation.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
sozzled wrote:
The problem has never occurred before in earlier versions of Kunena. I don't like the way that Kunena now truncates attachment filenames two the last three characters plus the filename extension.
In my opinion, this change is a design defect — no question about it.
This defect was introduced around the time of K 4.0.3 (I think) and it does not look like it will be fixed in K 4.0. See GitHub reference #3844 . The developers appear to have decided that the ability to have these long file names will be a [configurable] "feature" of K 5.0.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.