Kunena 7.0.6 & Kunena 6.4.12 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.6 [K 7.0.6] 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 twelfth version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.

If you are having problems then, for your own benefit, it would save us all a lot of time if you would kindly post your configuration report when you ask for help from this forum. If you do not post your configuration report we will not ask you for it but you will probably not get your problem solved, either.

K 2.0 support will cease on 31 August 2013 and this section of the forum will be closed and archived after that time and no further questions will be answered about this version.

Question Attachements - is it possible to remove the <Insert> button?

More
13 years 11 months ago #129159 by rsi
I'd like my forum user's to only be able to attach images to their posts & not be able insert them in the text. Is it possible (via configuration) to disable the <Insert> button next to attachments when adding/editing a post?

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

More
13 years 9 months ago - 13 years 9 months ago #132048 by WoodMutt
If you're still looking for an answer to this, I'm running Kunena 2.0.1 so not sure if this will apply for your situation. What I did is in /topic/edit.php I changed line 135 as follows:

change...
Code:
<a href="#" class="kattachment-insert kbutton" style="display: none"><?php echo JText::_('COM_KUNENA_EDITOR_INSERT'); ?></a>

to...
Code:
<span class="kattachment-insert style="display: none"></span>

Hope that helps.

Like woodworking? So do we! woodmutts.com
Last edit: 13 years 9 months ago by WoodMutt.

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

More
13 years 9 months ago - 13 years 9 months ago #132049 by KiSUAN
Just disbale Uploads in Forum Configuration
Last edit: 13 years 9 months ago by KiSUAN.

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

More
13 years 9 months ago - 13 years 9 months ago #132181 by WoodMutt

KiSUAN wrote: Just disbale Uploads in Forum Configuration


That would completely disable uploads. OP wants to remove the Insert option, which inserts larger images directly into the post like the one below.



So only thumbnails will be possible...

Like woodworking? So do we! woodmutts.com
Last edit: 13 years 9 months ago by WoodMutt.

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

Time to create page: 0.227 seconds