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

Solved Enlarge drop file icon

More
4 years 11 months ago #217571 by rich
Replied by rich on topic Enlarge drop file icon
It's possible with a trick, but you must manipulate a system file, and so I give no guarantee. It's your decision.
If you comment out the size values in the /media/kunena/core/js/jquery.fileupload-image.js lines 101 until 104 and the size values define via own css codes.

The problem is that you have to comment out these 4 lines again after every Kunena upgrade, as this file will be replaced.
Code:
   // maxWidth: '@',    // maxHeight: '@',    // minWidth: '@',    // minHeight: '@',


This css code should work.
Code:
#kpost-attachments .controls canvas:hover {     min-width: 20px;     max-width: 50%; } #kpost-attachments .controls canvas {     max-width: 100px; }

 

Important! Always create a backup before you make any changes to your website!

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

More
4 years 11 months ago #217585 by Spqr
Replied by Spqr on topic Enlarge drop file icon
Rich you are the man!
Looks beautifull now.
I will be carefull with updates(thanks for awaring).
Best Regards,

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

Time to create page: 0.238 seconds