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

More
1 month 1 week ago #235036 by joomod
Replied by joomod on topic sceditor update pack

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

sorry, I see it was an error in my file

Just applied your changes for the issue reported by rich : github.com/Kunena/Kunena-Forum/commit/c2...66e5c9c15f4967410283

as far as I see, you have added the new famfamfam.png, but not the new css code for those kunena icons in the default.css
(the only change I see is the cutout my left-side buttons option, but not the new position definitions for the icons)

Can-you provide a fix for that ?

I don't see the reason for this errors, (I don't have them) - 
the array keys are not new, only the strings in $editorButtons[] have changed a bit (mostly lowercase)
I just looked at the github file and mine, and the only difference are the new additions what I have added for CKEditor,
so I just deleted them and now the line numbering corresponds each other, so they should be identical (beside the string changes)

check the new file
 

File Attachment:

File Name: TemplateCo...ller.zip
File Size:4 KB


 

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

More
1 month 1 week ago - 1 month 1 week ago #235037 by xillibit
Replied by xillibit on topic sceditor update pack

Can-you provide a fix for that ?

I don't see the reason for this errors, (I don't have them) - 
the array keys are not new, only the strings in $editorButtons have changed a bit (mostly lowercase)
I just looked at the github file and mine, and the only difference are the new additions what I have added for CKEditor,
so I just deleted them and now the line numbering corresponds each other, so they should be identical (beside the string changes)

check the new file
 

File Attachment:

File Name: TemplateCo...ller.zip
File Size:4 KB
I have tested your new file but it's the same.
In fact these errors are coming because (Cut, Copy...) are not defined in the config.xml

Just applied your changes for the issue reported by rich : github.com/Kunena/Kunena-Forum/commit/c2...66e5c9c15f4967410283

as far as I see, you have added the new famfamfam.png, but not the new css code for those kunena icons in the default.css
(the only change I see is the cutout my left-side buttons option, but not the new position definitions for the icons)




 
I have removed the bits for undo which will be in a new PR and i had found weird that there is some space left on the right :

 

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.

More
1 month 1 week ago - 1 month 1 week ago #235038 by joomod
Replied by joomod on topic sceditor update pack

In fact these errors are coming because (Cut, Copy...) are not defined in the config.xml


you are right, these are not defined in config,  but they come from your orig. TemplateController,
I only changed to negation (because they are not in config and not selectable)

as there is no need here (these buttons are fix set in the template sceditor.js) you can simply delete it
(cut, copy, paste, source are fix - table you don't want - quote is old and replaced by blockquote)
but I wonder why I don't get this error, I only have the 'table' and horizontalrule add to my config

i had found weird that there is some space left on the right

I know what you mean, but there is nothing changed.
I couldn't figure out how sceditor is setting its width and the placement of buttons.
but in your setup is looks like you have no space bar in the last big group (before source)  so it is too big to be placed in the upper line
Last edit: 1 month 1 week ago by joomod.

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

More
1 month 1 week ago #235046 by xillibit
Replied by xillibit on topic sceditor update pack

In fact these errors are coming because (Cut, Copy...) are not defined in the config.xml


you are right, these are not defined in config,  but they come from your orig. TemplateController,
I only changed to negation (because they are not in config and not selectable)

as there is no need here (these buttons are fix set in the template sceditor.js) you can simply delete it
(cut, copy, paste, source are fix - table you don't want - quote is old and replaced by blockquote)
but I wonder why I don't get this error, I only have the 'table' and horizontalrule add to my config

 
I have made some tests, in CKeditor the toolbar settings are in uppercase :
Code:
Bold,Italic,Underline

In SCeditor, the settings are in lowercase :
Code:
cut,copy,pastetext

So that explains the errors in the php error log

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.

More
1 month 1 week ago - 1 month 1 week ago #235048 by xillibit
Replied by xillibit on topic sceditor update pack
Hello,

In the details of your changes to apply, why the poll setting should allow to display undo/redo here ?
Code:
1.3 line 694 (new759) //code to setup the toolbar-buttons as in config              //finally poll must be added extra if enabled in category       if(Joomla.getOptions('com_kunena.pollEnabledCat')){         toolbar_buttons = toolbar_buttons.replace('undo','poll|undo');       }       //existing code  var emoticons = Joomla.getOptions('com_kunena.ckeditor_emoticons');

P.S. : i have added your changes about undo and image parameters into the K7.1 branch, if you want take a look : github.com/Kunena/Kunena-Forum/tree/K7.1

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.

More
1 month 5 days ago #235053 by joomod
Replied by joomod on topic sceditor update pack

In the details of your changes to apply, why the poll setting should allow to display undo/redo here ?

no, I just  took undo as button place where to display the poll button.
undo/redo is set fixed, so the replace method was an easy way to integrate the poll before the last group (if enabled)
 

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

Time to create page: 0.267 seconds