At last we succeed to change the boarding TinyMCE with CKeditor /image manager included/ as default WYSIWYG editor in ISC. There are simply two steps:
1. Download attachments and extract the content in the root of your ISC site:
2. Find the file your-site/admin/templates/Snippets/EditorTinyMCECommon.html and replace all contents with:
<script type="text/javascript" src="%%GLOBAL_AppPath%%/ckeditor/ckeditor.js"></script>
<textarea name="%%GLOBAL_WysiwygId%%" id="%%GLOBAL_WysiwygId%%" style="padding: 0; width: %%GLOBAL_WysiwygWidth%%; height: %%GLOBAL_WysiwygHeight%%;">%%GLOBAL_WysiwygValue%%</textarea>
<script type="text/javascript">
CKEDITOR.replace( "%%GLOBAL_WysiwygId%%" );
</script>
Save the file and you are welcome!
http://hotfile.com/dl/67869630/f2121cc/ ... r.rar.html
CKeditor with ISC
-
- Site Admin
- Posts: 1854
- Joined: Wed Jun 17, 2009 6:30 pm
- Location: South Yorkshire UK
- Contact:
Re: CKeditor with ISC
Not tried it but that looks to be pretty darned useful...
Wonder if I can switch that in, in place of TinyMCE on the Knowledge Manager as well...
Thanks for contributing that...
Wonder if I can switch that in, in place of TinyMCE on the Knowledge Manager as well...

Thanks for contributing that...

-
- Confirmed
- Posts: 413
- Joined: Sun Aug 09, 2009 1:23 pm
Re: CKeditor with ISC
YAY!! I'm looking forward to giving this a go this afternoon.
Thanks!
edit: Well... maybe not. It appears that this may not work with ISC 4.07.
Thanks!
edit: Well... maybe not. It appears that this may not work with ISC 4.07.
ISC 4.0.7
"... and let's be honest that whole "by design" thing is getting old too."
"... and let's be honest that whole "by design" thing is getting old too."
Re: CKeditor with ISC
tested with ISC 5.54
I never used Knowledge Manager but i could try to do it
I never used Knowledge Manager but i could try to do it
Re: CKeditor with ISC
I tried it but its not work 
don't you make mistake somewhere
When I upload ckeditor and change EditorTinyMCECommon.html in admin/templates/snippets/
I also tried to change EditorTinyMCE.html with same script, but nothing happened....
Can you please check it ? I also have same version ISC 5.5.4
Thanks
Reason why I want to change editor is that tinymce is that this editor insert some unwanted script a divs. So when I copy some text with unwanted script, It will totally break the pruduct page
http://www.noys.cz/beta/produkty/luxusn ... 1%21-.html
See right panel and compate it with another products. Its crazy

don't you make mistake somewhere
When I upload ckeditor and change EditorTinyMCECommon.html in admin/templates/snippets/
I also tried to change EditorTinyMCE.html with same script, but nothing happened....
Can you please check it ? I also have same version ISC 5.5.4
Thanks
Reason why I want to change editor is that tinymce is that this editor insert some unwanted script a divs. So when I copy some text with unwanted script, It will totally break the pruduct page
http://www.noys.cz/beta/produkty/luxusn ... 1%21-.html
See right panel and compate it with another products. Its crazy

Re: CKeditor with ISC
This is a html code (by tinymce in product edit)
<p><span style="font-size: large;">Luxusní boty korea style za 1499 kč !!!</span></p>
<p> </p>
<p><span style="font-size: large;"><br /></span></p>
<p><img src="http://filehost.cz/images/stmLn.png" alt="" width="602" height="503" /></p>
<p> </p>
<p><span style="font-size: large;">Nabízíme na prodej exkluzivně luxusní bílé tenisky ve velikosti od 39.5 - 42.5 EUR</span></p>
<p><span style="font-size: large;"> </span></p>
<p><span style="font-size: large;">Krásný design, pohodlný a kvalitní materiál</span></p>
<p> </p>
<p><img src="http://filehost.cz/images/mWrKa.png" alt="" width="536" height="310" /></p>
<p> </p>
<p><img src="http://filehost.cz/images/9w3Uj.png" alt="" width="533" height="308" /></p>
<p> </p>
<p><img src="http://filehost.cz/images/t6bIO.png" alt="" width="380" height="542" /></p>
<p> </p>
<p><img src="http://filehost.cz/images/gA7SC.png" alt="" width="380" height="537" /></p>
<p> </p>
<p><img src="http://filehost.cz/images/TudFV.png" alt="" width="763" height="533" /></p>
<p> </p>
<p><img src="http://filehost.cz/images/BV9ZL.png" alt="" width="765" height="541" /></p>
<p> </p>
<p> </p>
<p><span style="font-size: large;">Velikostní tabulka</span></p>
<p> </p>
<p><img src="http://filehost.cz/images/jhQ5y.png" alt="" width="535" height="122" /></p>
I dont want to manual edit all added products. So I dont know, maybe some plugin that will hide unwanted divs or another codes ? Please help
<p><span style="font-size: large;">Luxusní boty korea style za 1499 kč !!!</span></p>
<p> </p>
<p><span style="font-size: large;"><br /></span></p>
<p><img src="http://filehost.cz/images/stmLn.png" alt="" width="602" height="503" /></p>
<p> </p>
<p><span style="font-size: large;">Nabízíme na prodej exkluzivně luxusní bílé tenisky ve velikosti od 39.5 - 42.5 EUR</span></p>
<p><span style="font-size: large;"> </span></p>
<p><span style="font-size: large;">Krásný design, pohodlný a kvalitní materiál</span></p>
<p> </p>
<p><img src="http://filehost.cz/images/mWrKa.png" alt="" width="536" height="310" /></p>
<p> </p>
<p><img src="http://filehost.cz/images/9w3Uj.png" alt="" width="533" height="308" /></p>
<p> </p>
<p><img src="http://filehost.cz/images/t6bIO.png" alt="" width="380" height="542" /></p>
<p> </p>
<p><img src="http://filehost.cz/images/gA7SC.png" alt="" width="380" height="537" /></p>
<p> </p>
<p><img src="http://filehost.cz/images/TudFV.png" alt="" width="763" height="533" /></p>
<p> </p>
<p><img src="http://filehost.cz/images/BV9ZL.png" alt="" width="765" height="541" /></p>
<p> </p>
<p> </p>
<p><span style="font-size: large;">Velikostní tabulka</span></p>
<p> </p>
<p><img src="http://filehost.cz/images/jhQ5y.png" alt="" width="535" height="122" /></p>
I dont want to manual edit all added products. So I dont know, maybe some plugin that will hide unwanted divs or another codes ? Please help
Re: CKeditor with ISC
the link has expired.. does any one have a copy...
can u pls upload it...
cheers
can u pls upload it...
cheers
-
- Posts: 4
- Joined: Tue Apr 19, 2011 6:33 pm
Re: CKeditor with ISC
CKEditor is here: http://ckeditor.com/download