Hi, i installed CK 4.2, the icon on the website dont appear properly although the functions work, see attatchment for photo.
How do i install a plugin i purchased, i looked at http://docs.ckeditor.com/#!/guide/dev_plugins.
I dont understand stage 3,
-
Enabling the plugin. Finally you need to tell CKEditor that you have a new plugin for it. In order to do that, use the extraPlugins configuration setting:
config.extraPlugins = 'magicline';
Can somone please tell me what folder and file i have to do this in.
Regards
Agron

The file is ckeditor/config
The file is ckeditor/config.js. Add it anywhere before };
As for the icons getting messed up. Can you give us info about your setup? Are you using it in a particular CMS, like Drupal? Do you have any other configurations going on? It might be your site's CSS messing up the icons, but that's just a guess.
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!
I tried that but the buttons
I tried that but the buttons dont appear in the Editor on the website,
We are not using a CMS, We are only using PHP. Besically we installed the 4.1.2 a few weeks back, and that works fine, When i installed 4.2 the icons just came out as messed up, went back to 4.1.2 and the icons appear fine.
Clear browser cache
Try clearing your browser cache. It usually helps.
Tried it but didnt work.
The icons are appearing fine now.
Can someone tell me step by step to add the Plugin? I need this asap.
Can someone please tell me
Can someone please tell me how to add a plugin.
Well it depends how you want
Well it depends how you want to do it. There's two ways: manual or CKBuilder. CKBuilder is easier. Just select a base package to start with, then either add or remove plugins then download.
Manual is like so:
1) Download any package
2) Download Youtube plugin (for example) from this page
3) Extract the "youtube" folder and its contents to ckeditor/plugins (make sure you use the folder structure youtube/plugin.js, not youtube_1.0.1/youtube/plugin.js
4) Add config.extraPlugins = 'youtube'; to your config.js file (save)
5) Test it in ckeditor/samples/replacebycode.html
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!