SkilledPilotA320 Posted May 17, 2012 Report Posted May 17, 2012 Is there any way to change the CKeditor to the latest version of CKeditor with more features? http://ckeditor.com/ thank you Quote
twelka Posted May 17, 2012 Report Posted May 17, 2012 I would also like to know this.. What version does phpvms run? Quote
tutmeister Posted May 17, 2012 Report Posted May 17, 2012 phpVMS is running 3.0.1 in the latest build. You can simply update it by replacing the files in "lib/js/ckeditor". Quote
Moderators Kyle Posted May 18, 2012 Moderators Report Posted May 18, 2012 phpVMS is running 3.0.1 in the latest build. You can simply update it by replacing the files in "lib/js/ckeditor". Um, check again. phpVMS is running 2.1.934 latest stable build Quote
flyalaska Posted May 19, 2012 Report Posted May 19, 2012 Um, check again. phpVMS is running 2.1.934 latest stable build Um, check again. phpVMS is running 2.1.934 latest stable build He didn't say it was stable. Quote
tutmeister Posted May 19, 2012 Report Posted May 19, 2012 Um, check again. phpVMS is running 2.1.934 latest stable build Uhm, how about you RTFQ before jumping on something my friend. I'm not talking about the phpVMS build, the OP asked about CKeditor, which in the latest phpVMS build is running 3.0.1. So in phpVMS 2.1.934, CKeditor 3.0.1 is used. Quote
SkilledPilotA320 Posted May 22, 2012 Author Report Posted May 22, 2012 Uhm, how about you RTFQ before jumping on something my friend. I'm not talking about the phpVMS build, the OP asked about CKeditor, which in the latest phpVMS build is running 3.0.1. So in phpVMS 2.1.934, CKeditor 3.0.1 is used. How can i upgrade to 3.0.1? i dont know how to, it will be great if u can help me Quote
tutmeister Posted May 22, 2012 Report Posted May 22, 2012 As my previous post stated: You can simply update it by replacing the files in "lib/js/ckeditor". So download the latest ckeditor and drop the files into the folder I describe above. Overwrite older files and you're now updated. Quote
SkilledPilotA320 Posted May 23, 2012 Author Report Posted May 23, 2012 But i still have only few OPTIONS :\ can u hep me how can i get more options like on CKEditor web thnx Quote
Moderators Kyle Posted May 24, 2012 Moderators Report Posted May 24, 2012 I think you might need to define the settings... This is something I found. http://docs.cksource.com/CKEditor_3.x/Developers_Guide/Toolbar Quote
tutmeister Posted May 29, 2012 Report Posted May 29, 2012 Sorry, just saw this. The toolbar is defined in admin/lib/phpvmsadmin.js if (document.getElementById('editor')) { var editor = CKEDITOR.replace('editor', { height: '500px', toolbar: [ ['Source', '-', 'Save', 'NewPage', 'Preview', '-', 'Templates', 'Image'], ['Cut', 'Copy', 'Paste', 'PasteText', 'PasteFromWord', '-', 'Print', 'SpellChecker', 'Scayt'], ['Undo', 'Redo', '-', 'Find', 'Replace', '-', 'SelectAll', 'RemoveFormat'], /*['Form', 'Checkbox', 'Radio', 'TextField', 'Textarea', 'Select', 'Button', 'ImageButton', 'HiddenField'],*/ ['Bold', 'Italic', 'Underline', 'Strike', /*'-','Subscript','Superscript'*/], ['NumberedList', 'BulletedList', '-', 'Outdent', 'Indent', 'Blockquote'], ['JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyBlock'], ['Link', 'Unlink', 'Anchor'], /*[,'Flash','Table','HorizontalRule','Smiley','SpecialChar','PageBreak'],*/ ['Styles', 'Format', 'Font', 'FontSize'], ['TextColor', 'BGColor'], ['Maximize', 'ShowBlocks', '-', 'About'] ] }); editor.on('pluginsLoaded', function(ev) { }); } Change that to whichever options you require, as seen in the link Kyle posted. 1 Quote
SkilledPilotA320 Posted June 2, 2012 Author Report Posted June 2, 2012 Still no change, can u give me ur CKEDITOR Config? Quote
tutmeister Posted June 5, 2012 Report Posted June 5, 2012 The above is my CKEditor config, I have not updated it myself as I see no need to at this moment in time. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.