- Posts: 63
- Thank you received: 1
Kunena move to crowdin for the translations
Like announced in the release nots of the K6.4 RC4 release, Kunena project has moved to crowdin :
crowdin.com/project/kunena-forum
to manage translations from K6.4 and beyond. The RC4 release is the last version before the stable, so for all translators please update your translations on crowdin.
Transifex is keept for translations from K6.3 and the previous versions of Kunena.
Kunena 6.3.10 Released
The Kunena team has announce the arrival of Kunena 6.3.10[K 6.3.10] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x/5.2.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 and issues discovered during the last development stages of K 6.3
Note: Please go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated.
Solved long file Names
- karloshull
-
Topic Author
- Offline
- Junior Member
Please Log in or Create an account to join the conversation.
This isn't configurable it's hardcoded in some differents places
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.

In my opinion, this change is a design defect — no question about it.
Blue Eagle vs. Crypsis reference guide
Read my blog and

Please Log in or Create an account to join the conversation.
- karloshull
-
Topic Author
- Offline
- Junior Member
- Posts: 63
- Thank you received: 1
xillibit wrote: Hello,
This isn't configurable it's hardcoded in some differents places
Would it be easy to edit the code?
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.
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.
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.