CKE editor add

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
1983
Posts: 4
Joined: Wed Mar 25, 2015 6:49 am

CKE editor add

Post by 1983 »

Script URL: localhost ticket...
Version of script: hesk261
Hosting company: centos 6.6
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:

Write your message below: Posts in this way part of the ckeedit is niggle I want the form editor. This ckeeditör in the index php

<td width = "80%"> <= textarea name "content" rows = "7" cols = "70" id = "content"> <? php if (isset ($ _ SESSION ['new_articl to'] ['content' ])) {echo $ _SESSION ['new_articl to'] ['content'];}?> </ textarea>

Instead of attaching the message does not appear in the preview code form only seems codes.

How to add the message of the ckeditör.
Klemen
Site Admin
Posts: 10147
Joined: Fri Feb 11, 2005 4:04 pm

Re: CKE editor add

Post by Klemen »

I'm not sure I understand what you mean, but your code should probably say

Code: Select all

$_SESSION['new_article']['content']
where you have

Code: Select all

$ _SESSION ['new_articl to'] ['content']
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
1983
Posts: 4
Joined: Wed Mar 25, 2015 6:49 am

Re: CKE editor add

Post by 1983 »

will be part of the message and ck editor in excell form has to be buried. So I want you to fill out this form of ser. This article is part of the insert. No tickets will be on creating the post of ...
http://postimg.org/image/c4eli7wnz/full/

Thanks

Image
alcazar
Posts: 81
Joined: Mon May 27, 2013 6:36 pm

Re: CKE editor add

Post by alcazar »

Hesk already uses tiny_mce, so why add another editor?
Maybe the boss can use tiny_mce for ticket form too (frontend/acp and for Hesk 3).
Alcazar
(nach Diktat spazierengegangen)
1983
Posts: 4
Joined: Wed Mar 25, 2015 6:49 am

Re: CKE editor add

Post by 1983 »

CKEditor has support, but in the article are some additions. I want to be a part of cke editor to add the ticket. admin's (Kelemen) I added code into index.php and ticket.php given above. but not adding cke editor ticket. I want to be part of cke editor to add the ticket.
Klemen
Site Admin
Posts: 10147
Joined: Fri Feb 11, 2005 4:04 pm

Re: CKE editor add

Post by Klemen »

I'm afraid adding CKE editor to the ticket requires much more than just some code changes. You would have to modify HESK in many places to accept tickets text as html, not plain text.

Modifications of such extent are out of the scope of my support, so you will need to hire a PHP developer 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
1983
Posts: 4
Joined: Wed Mar 25, 2015 6:49 am

Re: CKE editor add

Post by 1983 »

Thank you for informing
Post Reply