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.

Topics must relate to a currently supported version of Kunena. If you are unsure what is the current supported version of Kunena, please go to the download page.

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.

Question set image size in posting not working (reason for my former problem)

More
4 weeks 1 day ago #234962 by milas

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

More
3 weeks 4 days ago - 3 weeks 4 days ago #234974 by xillibit

I also included the nice undo.js plugin, which I have edit to include 2 buttons to the menu - just use and test it
(to add a plugin you must edit your template file com_kunena/templates/???/assets/js/sceditor.js (???=your template):

near the end (aurelia = line 714 + 776) you must add the plugin command like this:

sceditor.create(textarea, { = line 714    |     sceditor.create(textarea_private, { = line 776
plugins: 'undo', adds undo plugin
format: 'bbcode',
toolbar: toolbar_buttons,

and of course the undo.js must be uploaded to the folder where sceditor.js (the main file) is stored





 
Hello,

I have just tried to include the plugin undo but it doesn't want to be loaded because even putting a console.log in the code of undo.js itself and an alert i get nothing. I have tried to put the undo.js at the same place that teh sceditor.js script and even under plugins folder but it didn't hange anything. Someone has posted a change not yet inclued into sceditor to add undo/redo buttons :  github.com/samclarke/SCEditor/issues/900...uecomment-1384386965 . I have tried i don't get able to get the the buttons redo/undo displayed

I have tried too with autoyoutube : www.sceditor.com/documentation/plugins/autoyoutube/ but it the same the plugin isn't laoded

I don't provide support by PM, because this can be useful for someone else.
Last edit: 3 weeks 4 days ago by xillibit.

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

More
3 weeks 4 days ago #234975 by joomod
I will check with my new files,
I think there was an error with the button positioniering, because I used a new code to add the buttons, which was the only I found,
but I try if the one you found, which uses the integrated function, will work - it looks better :)
 

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

Time to create page: 0.259 seconds