Kunena 6.2.6 released

The Kunena team has announce the arrival of Kunena 6.2.6 [K 6.2.6] which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2

Solved Disabling the "Insert Image" button

More
4 years 9 months ago #1 by PhilF51`
Kunena Ver 5 and Joomla 3.9 To prevent the forum being used by users as a mini photo gallery I want to disable/hide the Insert button so that only the thumbnail is visible in the post and then if the user wishes to view the image they can click to bring up the fancybox/lightbox effect.

Not sure where to look in the code or layout to achieve this and stop attachments being added into the editor.

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

More
4 years 9 months ago #2 by rich
Try this code in your custom.css (should work for Crypsis)

Code:
div#kattach_form div#files .btn-primary, div#kattach_form button#insert-all { display: none !important; }
The following user(s) said Thank You: PhilF51`

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

More
4 years 9 months ago #3 by PhilF51`
Thanks Rich. Worked in Crypsis. No more mini galleries!

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

Time to create page: 0.347 seconds