- Posts: 67
- Thank you received: 12
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.
Solved sceditor update pack
1. upload the plugin to the standard sceditor folder
2. load the plugin in the template layouts/widget/editor/sceditor.php
3. add the plugin in the template assets/js/sceditor.js sceditor create command
btw.
there (hopefully) will come more updates for sceditor, because als map is totally useless
Please Log in or Create an account to join the conversation.
btw in your changes related to teh poll, you have put an alert :
To show the message to the user you shouldn't use an alert from javascript but display it by using boostrap alert instead : getbootstrap.com/docs/4.0/components/alerts/
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.
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.
uncommand 2nd rule (#kunena.layout ....:lastChild) (and 3rd to skip the so no longer needed margin).
in your picture it looks like the margin for #myTab, #myTabContent (Nr. 3) should be greater so the buttons stays inside the outer border
btw. have you intentionally disabled the quote button? or have you missed to replace 'blockquote' -> $editorButtons = 'quote'; in the TemplateController
edit: I see on github:(line 472) you haven't delete the negation from ( !$params ) (blockquote is the param used in config, not quote)
(I also don't see table and horizontalrule, but this may be your setting?)
also have a look at the problem of rich20 with the Kunena icons, so just use the new famfamfam.png and new default.css,
but in the main (or general?).scss of the template the icon lines for the buttons must be disabled.
the javascript alert was just a quick idea (don't know if you will keep it), so no problem to change to bootstrap
Please Log in or Create an account to join the conversation.
Hello,btw. have you intentionally disabled the quote button? or have you missed to replace 'blockquote' -> $editorButtons = 'quote'; in the TemplateController
edit: I see on github:(line 472) you haven't delete the negation from ( !$params ) (blockquote is the param used in config, not quote)
(I also don't see table and horizontalrule, but this may be your setting?)
No it wasn't my intention. I have copied the entire SaveSCeditorParamFile() method from your file, so i will remove the ! for blockquote
For table and horizontalrule it has been removed from CKeditor because not very much used so in SCeditor it should be the same
Just applied your changes for the issue reported by rich : github.com/Kunena/Kunena-Forum/commit/c2...66e5c9c15f4967410283also have a look at the problem of rich20 with the Kunena icons, so just use the new famfamfam.png and new default.css,
but in the main (or general?).scss of the template the icon lines for the buttons must be disabled.
the javascript alert was just a quick idea (don't know if you will keep it), so no problem to change to bootstrap
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.
- Warning: Undefined array key "Cut" in C:\Users\xiilibit\git\Kunena-forum-K7.0-fork\src\admin\src\Controller\TemplateController.php on line 331
- Warning: Undefined array key "Copy" in C:\Users\xillibit\git\Kunena-forum-K7.0-fork\src\admin\src\Controller\TemplateController.php on line 335
- Warning: Undefined array key "Paste" in C:\Users\xillibit\git\Kunena-forum-K7.0-fork\src\admin\src\Controller\TemplateController.php on line 339
- Warning: Undefined array key "Source" in C:\Users\xillibit\git\Kunena-forum-K7.0-fork\src\admin\src\Controller\TemplateController.php on line 347
- Warning: Undefined array key "Table" in C:\Users\xillibit\git\Kunena-forum-K7.0-fork\src\admin\src\Controller\TemplateController.php on line 351
- Warning: Undefined array key "Quote" in C:\Users\xillibit\git\Kunena-forum-K7.0-fork\src\admin\src\Controller\TemplateController.php on line 355
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.