Page 1 of 1

Replace Tiny_mce with ckeditor

Posted: Sun Oct 07, 2012 8:20 am
by jameskhow
The built in WYSIWYG editor is bad and doesn't allow uploading of images. I want to change it to Ckeditor. Please advice where is the parameter to make the change.

Re: Replace Tiny_mce with ckeditor

Posted: Sun Oct 07, 2012 11:14 am
by Klemen
CKeditor would require a $1450 OEM license to be integrated and redistributed with HESK, so it's not an option.

To replace Tiny_mce with CKeditor would require customization beyond the scope of my support. Your best bet would be to find a PHP programmer to help you out.

Re: Replace Tiny_mce with ckeditor

Posted: Thu Nov 15, 2012 4:17 am
by deserteagle369
jameskhow

you can install jbimages plugin to enable image upload
hesk2.3
1.
d:\wamp\www\hesk\inc\tiny_mce\plugins\jbimages\

2.
d:\wamp\www\hesk\inc\tiny_mce\plugins\jbimages\config.php
"$config['img_path'] = 'http://deserteagle369/hesk/attachments/images';
$config['max_size'] = 800;
$config['max_width'] = 800;
$config['max_height'] = 600;
$config['upload_path'] = 'd:/wamp/www/hesk/attachments/images/';"

note:
img_path:url location
upload_path:phisical folder

3.
d:\wamp\www\hesk\admin\manage_knowledgebase.php
line 252,983
"plugins : ""jbimages"",
end of button2:,|,jbimages"