Quantcast
Channel: MyBB Community Forums - Tutorials
Viewing all articles
Browse latest Browse all 690

Installing a CKEditor Skin to Rin Editor

$
0
0
THIS MAY NOT WORK FOR EVERYONE. MAKE SURE YOUR BACKUP YOUR FILES (especially ckeditor.js)

Requirements:
- Rin Editor Installed
- A CKEditor Skin

1. Download a CKEditor skin. Preferrably from here
2. Once you finish downloading the skin, extract the skin in: /jscripts/rin/editor/skins/
For example: /jscripts/rin/editor/skins/office2013/
[Image: wp2bFbx.png]

3. Find the file: /jscripts/rin/editor/ckeditor.js and edit the file (using Notepad++)
[Image: ymfAoxS.png]

4. In the file, find 'moonocolor'. (this is the default skin that Rin Editor uses)

Line 463
Code:
CKEDITOR.skin.name="moonocolor",

Line 957
Code:
CKEDITOR.config.skin="moonocolor",

Replace moonocolor with the skin name you want to install. For instance, replace moonocolor with office2013

5. After that, save the file.

And that's it, it should be installed.

[Image: ThsNyu5.png]

Note:
- Once you install the CKEditor skin, it will affect for all forum themes.

Viewing all articles
Browse latest Browse all 690

Trending Articles