- Posts: 67
- Thank you received: 12
Kunena 7.0.7 Released
The Kunena team has announce the arrival of Kunena 7.0.7 [K 7.0.7] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x./6.1.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
Please note: The Kunena project team takes NO responsibility for maintaining nor supporting anything in this category.
Solved sceditor update pack
1 month 2 weeks ago - 1 month 2 weeks ago #235030
by joomod
Replied by joomod on topic sceditor update pack
there are 3 steps needed
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
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
Last edit: 1 month 2 weeks ago by joomod.
Please Log in or Create an account to join the conversation.
1 month 2 weeks ago - 1 month 2 weeks ago #235031
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic sceditor update pack
I had put the undo.js file under a plugins directory so i have fixed it in my
Pull Request
, now the undo.js is loaded when i look the source code of the page and the CSS copied had some errors, i have fixed it too. It still displays like on my image above, i need to check all the changes
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/
btw in your changes related to teh poll, you have put an alert :
Code:
//new js alert to give a little feedback that the poll is/will be inserted
if (ocount > 0){
alert(Joomla.Text._('COM_KUNENA_SCEDITOR_COMMAND_POLL_TMPSAVED'));
}
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.
Last edit: 1 month 2 weeks ago by xillibit.
Please Log in or Create an account to join the conversation.
1 month 2 weeks ago #235032
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic sceditor update pack
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.
1 month 2 weeks ago - 1 month 2 weeks ago #235033
by joomod
Replied by joomod on topic sceditor update pack
if you don't like the left side buttons (as rich20 shows on github) you just have to
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
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
Last edit: 1 month 2 weeks ago by joomod.
Please Log in or Create an account to join the conversation.
1 month 1 week ago - 1 month 1 week ago #235034
by xillibit
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
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic sceditor update pack
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.
Last edit: 1 month 1 week ago by xillibit.
Please Log in or Create an account to join the conversation.
1 month 1 week ago - 1 month 1 week ago #235035
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic sceditor update pack
I wanted to add your changes on TemplateController in backned in this PR :
github.com/Kunena/Kunena-Forum/pull/10108
(changes was starting from this line :
github.com/xillibit/Kunena-forum/blob/0e...eController.php#L329
), i have reverted the changes on this file because i have seen some errors in the php log
- 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.
Last edit: 1 month 1 week ago by xillibit.
Please Log in or Create an account to join the conversation.
Time to create page: 0.300 seconds