Hi everyone,
Recently updating a product I receive the next alert:
"This CKEditor 4.22.1 version is not secure. Consider upgrading to the latest one, 4.24.0-lts."
How can I do this? Any suggestion is welcome. Thank you!
Recently updating a product I receive the next alert:
"This CKEditor 4.22.1 version is not secure. Consider upgrading to the latest one, 4.24.0-lts."
How can I do this? Any suggestion is welcome. Thank you!
Attachments
Screen Shot 2024-07-12 at 12.25.19 PM.png (38.7 KiB) Viewed 2186 times
Last edited by stanmx on Sun Jul 14, 2024 4:20 pm, edited 1 time in total.
Thank you ADD creative, I'll check it.ADD Creative wrote: ↑Sat Jul 13, 2024 5:26 amhttps://github.com/opencart/opencart/issues/14032 might help you.
What? OC 4 already has ckeditor
Upgrade Service | OC 2.3.0.2 PHP 8 | My Custom OC 3.0.3.8 | Buy me a beer
ADD Creative, SOLVED. Thank you for shared the link, this help me a lot.ADD Creative wrote: ↑Sat Jul 13, 2024 5:26 amhttps://github.com/opencart/opencart/issues/14032 might help you.
Yes, but the version natively installed is the basic version, and not the full version of CKeditor 4 that includes all the plugins.
I am interested to know if there are any directions or steps to being the full version in...
As far as I know, the full Version ckeditor does not come for free. Check this Site for more infos on this:
https://ckeditor.com/cke4/release/CKEditor-4.24.0-LTS
https://ckeditor.com/cke4/release/CKEditor-4.24.0-LTS
My Github OC Site: https://github.com/IP-CAM
5'500 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.
You are correct, the LTS version is paid, but the opensource is not.IP_CAM wrote: ↑Mon Jul 15, 2024 3:34 amAs far as I know, the full Version ckeditor does not come for free. Check this Site for more infos on this:
https://ckeditor.com/cke4/release/CKEditor-4.24.0-LTS
https://ckeditor.com/cke4/builder
Edit config.js from ckeditor and comment out this line
Code: Select all
config.toolbar = 'Custom';
Code: Select all
config.toolbar_Custom = [
['Source'],
['ShowBlocks'],
['Maximize'],
['Bold','Italic','Underline','Strike','-','Subscript','Superscript'],
['NumberedList','BulletedList','-','Outdent','Indent'],
['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'],
['SpecialChar'],
'/',
['Undo','Redo'],
['Format','Font','FontSize'],
['TextColor','BGColor'],
['Link','Unlink','Anchor'],
['Image','OpenCart','Table','HorizontalRule']
];
Upgrade Service | OC 2.3.0.2 PHP 8 | My Custom OC 3.0.3.8 | Buy me a beer
xxvirusxx wrote: ↑Mon Jul 15, 2024 3:10 pmEdit config.js from ckeditor and comment out this line
and these linesCode: Select all
config.toolbar = 'Custom';
Code: Select all
config.toolbar_Custom = [ ['Source'], ['ShowBlocks'], ['Maximize'], ['Bold','Italic','Underline','Strike','-','Subscript','Superscript'], ['NumberedList','BulletedList','-','Outdent','Indent'], ['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'], ['SpecialChar'], '/', ['Undo','Redo'], ['Format','Font','FontSize'], ['TextColor','BGColor'], ['Link','Unlink','Anchor'], ['Image','OpenCart','Table','HorizontalRule'] ];
Greatly appreciated.. I had not thought that the entire package was loaded, just limited in the display of the tools!
Will try later today.,
See: https://github.com/opencart/opencart/co ... c9ef491cf2
File: admin/view/javascript/ckeditor/config.js
Find:
config.resize_dir = 'vertical';
Add:
config.versionCheck = false;
File: admin/view/javascript/ckeditor/config.js
Find:
config.resize_dir = 'vertical';
Add:
config.versionCheck = false;
Who is online
Users browsing this forum: No registered users and 9 guests