- Posts: 26
- Thank you received: 0
Blue Eagle 5 v1.6.2 has been Released for Kunena 5.2 (20 Jan 2021)
The Kunena team has announce the arrival of Kunena template Blue Eagle 5 v1.6.2 which is now available for download. This version addresses most of the issues that were discovered in development.
REQUIREMENTS
Blue Eagle 1.6.x requires Kunena 5.2.x to work with
Question 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: 26
- Thank you received: 0
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.
Forum Access
- Not Allowed: to create new topic.
- Not Allowed: to reply.
- Not Allowed: to edit your message.