Awesome skin. Nice and clean. It should be noted that the folder in /skins must be called BootstrapCK-Skin and you should remove the brackets [ ] in config.skin = '[ BootstrapCK-Skin ]';
EDIT: This was my silly mistake. The folder the skin was in was called "Kunstmaan-BootstrapCK-Skin-4bee760" instead of the same as in the config line: "BootstrapCK-Skin"
Hello! The skin looks great! I've been trying to use it but it doesn't load. I've tried changing the config to use the v2 skin included and that works fine on the sample pages, but with Bootstrap it doesn't. My config is:
CKEDITOR.editorConfig = function( config )
{
// Define changes to default configuration here. For example:
// config.language = 'fr';
// config.uiColor = '#AADC6E';
// Load the Bootstrap skin
config.skin = 'BootstrapCK-Skin';
// Load the English (GB) interface
config.language = 'en-gb';
};
The error IE8 gives is below - any ideas what the problem is?
All the best James
Message: Syntax error
Line: 2
Char: 1
Code: 0
URI: SITEURL/ckeditor/skins/BootstrapCK-Skin/skin.js?t=C3HA5RM
Message: 'init' is null or not an object
Line: 24
Char: 1330
Code: 0
URI: SITEURL/ckeditor/ckeditor.js
EDIT 2: WORKING! It was so simply its rather annoying. I'ld literally copied the folder over. So it was all in a folder called "Kunstmaan-BootstrapCK-Skin-4bee760" Changed it to the name uin the config ("BootstrapCK-Skin") and it works fine!
Sebstefanov wrote:The folder in /skins must be called BootstrapCK-Skin
Glad you figured it out! Personally it's one of my favorites atm, but that might change once the site gets revamped and skins/plugins get their own sections.
Unfortunately, this skin does not work if using IE quirks mode. (I know the solution is of course to upgrade the site to standards mode, but unfortunately that is not always something that can easily be done).
Also, what license are you releasing the skin under?
suzume wrote:Unfortunately, this skin does not work if using IE quirks mode. (I know the solution is of course to upgrade the site to standards mode, but unfortunately that is not always something that can easily be done).
Ok, so you had 10 years to create the site using standards mode instead of quirks.
All that time has passed by and you still keep using Quirks and instead of assuming that you must update your code you pretend that other people keep working for free for you by doubling their job and providing compatibility with quirks mode.
Yeah, sure!
Let's keep forever the double of effort in all libraries because there are some companies unwilling to update.
Re: BootstrapCK-Skin
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!
Re: BootstrapCK-Skin
Removed it,
thanks for the heads up!
Re: BootstrapCK-Skin
Really good idea has come into someone`s mind!
Re: BootstrapCK-Skin
Hello!
The skin looks great! I've been trying to use it but it doesn't load. I've tried changing the config to use the v2 skin included and that works fine on the sample pages, but with Bootstrap it doesn't. My config is:
CKEDITOR.editorConfig = function( config ) { // Define changes to default configuration here. For example: // config.language = 'fr'; // config.uiColor = '#AADC6E'; // Load the Bootstrap skin config.skin = 'BootstrapCK-Skin'; // Load the English (GB) interface config.language = 'en-gb'; };The error IE8 gives is below - any ideas what the problem is?
All the best
James
Re: BootstrapCK-Skin
Could you post a link to an example page?
Re: BootstrapCK-Skin
http://www.coleman765.site88.net/admin/ ... class.html
viewtopic.php?t=25441t=C3HA5RM
EDIT 2: WORKING! It was so simply its rather annoying. I'ld literally copied the folder over. So it was all in a folder called "Kunstmaan-BootstrapCK-Skin-4bee760" Changed it to the name uin the config ("BootstrapCK-Skin") and it works fine!
Re: BootstrapCK-Skin
Glad you figured it out! Personally it's one of my favorites atm, but that might change once the site gets revamped and skins/plugins get their own sections.
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!
Re: BootstrapCK-Skin
Also, what license are you releasing the skin under?
Re: BootstrapCK-Skin
Ok, so you had 10 years to create the site using standards mode instead of quirks.
All that time has passed by and you still keep using Quirks and instead of assuming that you must update your code you pretend that other people keep working for free for you by doubling their job and providing compatibility with quirks mode.
Yeah, sure!
Let's keep forever the double of effort in all libraries because there are some companies unwilling to update.
Re: BootstrapCK-Skin
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!
Not working with CKEditor4
This skin does not seem to be compatible with CKEditor4's new API.
Uncaught TypeError: Cannot call method 'add' of undefined
The CKEDITOR.skins.add function has been removed.
browser reqest file editor_gecko.css
Help me! browser request file editor_gecko.css. What to do?