Ok wiktor,
thanks for the christmas present … you make zillions of ckeditor for wordpress users happy with this update … as far as i could test the fucking thing i can say, it works like a charme … out of the box … run it on my local machine (xampp) with a fresh install of WP 3.5 …
after install of the plugin i went through the options, made my settings, hit update … and good … opened a page and the ckeditor was there …
i for myself prefer the kcfinder (https://kcfinder.sunhater.com/) as my favorite image manager … it’s quite easy to implement this fantastic piece of software … so i did the job and everything worked fine …
everything is back again … the new look of the editor ist realy good for my old eyes … lol … i’am impressed … very nice …
ok, enough mouth watering … i think, wiktor will finish his work soon an make you guys all happy …
Here are my basic settings in case someone is interestet …
—-
CKEDITOR.editorConfig = function(config) {
// The minimum editor width, in pixels, when resizing it with the resize handle.
config.resize_minWidth = 670;
config.width = 670;
config.editingBlock = true;
config.startupOutlineBlocks = true;
config.ignoreEmptyParagraph = false;
config.templates_replaceContent = false;
config.templates = 'default';
config.templates_files = [ 'https://localhost/wordpress35/wp-content/plugins/ckeditor-for-wordpress/ckeditor.templates-1.js' ];
config.filebrowserBrowseUrl = '/wordpress35/wp-content/plugins/ckeditor-for-wordpress/kcfinder/browse.php?type=files';
config.filebrowserImageBrowseUrl = '/wordpress35/wp-content/plugins/ckeditor-for-wordpress/kcfinder/browse.php?type=images';
config.filebrowserFlashBrowseUrl = '/wordpress35/wp-content/plugins/ckeditor-for-wordpress/kcfinder/browse.php?type=flash';
config.filebrowserUploadUrl = '/wordpress35/wp-content/plugins/ckeditor-for-wordpress/kcfinder/upload.php?type=files';
config.filebrowserImageUploadUrl = '/wordpress35/wp-content/plugins/ckeditor-for-wordpress/kcfinder/upload.php?type=images';
config.filebrowserFlashUploadUrl = '/wordpress35/wp-content/plugins/ckeditor-for-wordpress/kcfinder/upload.php?type=flash';
ahhh … bevor i forget it …, is there an easy way for a intergation of the fantastic “killer” plugin Global Content Blocks – https://www.ads-software.com/extend/plugins/global-content-blocks/ …?
1:30am in Berlin now …
good night
Hardy