Replace Tiny_mce with ckeditor
Moderator: mkoch227
Replace Tiny_mce with ckeditor
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
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.
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 
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


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
-
- Posts: 94
- Joined: Wed Feb 29, 2012 2:00 am
Re: Replace Tiny_mce with ckeditor
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"
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.
Life is a journey.