Kunena 7.0.4 Released

The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] 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

Topics that are moved into this category are considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Solved K 3.0.1: filenames of attachments changed

More
12 years 9 months ago #146770 by Arts
How to save the attachment names when uploading to the forum?

Example: load the file auto.jpg, info.txt
You must save the file name even be so: auto_ha7ae591.jpg, info_ha7f5.txt

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

More
12 years 8 months ago - 12 years 8 months ago #146919 by Arts
Hi, found reasons. :)
To File components \ com_kunena \ lib \ kunena.upload.class.php string № 350 forgot add a condition if ($ filename).
All string if ($ filename) $ uploadedFileBasename = $ filename;
Now files seving Svoi names. ;)


Привет, нашел причину. :)
В файле components\com_kunena\lib\kunena.upload.class.php строка № 350 забыли добавить условие if ($filename) .
Вся строка if ($filename) $uploadedFileBasename = $filename;
Теперь файлы сохраняют свои имена. ;)
Last edit: 12 years 8 months ago by Arts.
The following user(s) said Thank You: sozzled, xillibit

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

More
12 years 8 months ago #146954 by xillibit
Hello,

I have tested your fix and it's work :)

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