Replace Tiny_mce with ckeditor

Everything related to Hesk - helpdesk software

Moderator: mkoch227

Post Reply
jameskhow
Posts: 1
Joined: Sun Oct 07, 2012 8:17 am

Replace Tiny_mce with ckeditor

Post 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.
Klemen
Site Admin
Posts: 10136
Joined: Fri Feb 11, 2005 4:04 pm

Re: Replace Tiny_mce with ckeditor

Post 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.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
deserteagle369
Posts: 94
Joined: Wed Feb 29, 2012 2:00 am

Re: Replace Tiny_mce with ckeditor

Post 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"
Eagle
Life is a journey.
Post Reply