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.

Question Problems with Image Attachments

More
9 years 10 months ago #177592 by WolfgangOWL
I found another issue with uploading images. With Blue Eagle uploaded images were inserted in one column. Now, with Crypsis attachments are inserted in one line. This looks weird if you upload a mix of small and big images in one post. Of course this can be fixed if you insert a line break after each attachment manually. But our average user doesn't think about it when uploading images.

To insert a line break on upload automatically I added cr/lf in line 8 of upload.main.js
Code:
$('#kbbcode-message').val(value + ' [attachment=' + attachid + ']' + filename + '[/attachment]' + String.fromCharCode(13) + String.fromCharCode(10));

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

More
9 years 10 months ago #177649 by xillibit

ssh wrote:

paul123 wrote:
image-2-3-4-5-6-7-8-9-10-11-12-13-14-15-16-17-18-19-20-21-22-23-24-25-26-27-28-29-30-31-32-33-34-35-36-37-38-39-40-41-42-43-44-45-46-47-48-49-50-51-52-53-54-55-56-57-58-59-60-61-62-63-64-65-66-67-68-69-70-71-72-73-74-75-76-77-78-79-80-81-82-83-84-85.jpeg

Naturally, this causes all sorts of problems with moving files, as the filename is too long to be used on any windows system. This really could do with being fixed so either then numbers increment in a more simple way, or even so images get a random string of characters added.


I can also confirm this bug.
And guess what?
I also comes in a different flavor like .doc


Are-you able to reproduce this issue on others devices than iphone ?

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.

More
9 years 10 months ago #177652 by ssh
Replied by ssh on topic Problems with Image Attachments

xillibit wrote: Are-you able to reproduce this issue on others devices than iphone ?


I think this problem does not exist anymore in K.5.0.RC5+Crypsis
According to my records, the last time I had this issue was 11November2015
At that time I was using K.4.x+Blue Eagle

Maybe @paul123 has a different experience regarding this.

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

More
9 years 10 months ago #178047 by xillibit
Else i can set something with timestamp to differenciate the attachments : my_attach-1470214959.jpg, my_attach-1470214995.jpg, my_attach-1470215025.jpg ...

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.

More
9 years 10 months ago #178054 by ssh
Replied by ssh on topic Problems with Image Attachments
@paul123
I think @xillibit is waiting an answer from you.

For me, I haven't seen this bug again, I think it doesn't exist anymore in K.5.xxx

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

Time to create page: 0.253 seconds