FCKeditor patch for phpwcms, need a bit help

Use GitHub to post feature requests for phpwcms.
Locked
AlleyKat
Posts: 41
Joined: Thu 4. Dec 2003, 13:08
Contact:

FCKeditor patch for phpwcms, need a bit help

Post by AlleyKat »

Hello. I've made a little patch to put in FCKeditor instead of htmlarea. It's NOT error free - here at home it works fine on a fresh installed RC2, but it seems I'm having trouble getting it quite right - it won't show on Frolds testsite for some reason.

Also, it cannot handle existing articles, but I'm pretty sure you people can help me out here - it's 'simply' that it inserts existing articles as HTML-code in the editor field, instead of putting in the result of the code.
I'm rather convinced that this line needs some other contents:
oFCKeditor.Value = '".html_specialchars($content["text"])."' ;

You can get it here: http://alleykat.lir.dk/downloads/-phpwc ... ch_v01.zip but DO notice above limitations - this IS just a 'beta' release, I won't guarantee anything.

It only replaces 1 file in phpwcms - I've included the original file under another name, see included readme. This is based on the 4/1 RC2, not the latest one (yet) ;)

My own, not very deep, tests haven't shown any problems handling everything right if installed into a 'fresh' version, above is only a problem with existing articles I think.
frold
Posts: 2151
Joined: Tue 25. Nov 2003, 22:42

Post by frold »

to see a demo of the fckeditor visit this site: http://www.fredck.com/fckeditor/Demo/
http://www.studmed.dk Portal for doctors and medical students in Denmark
AlleyKat
Posts: 41
Joined: Thu 4. Dec 2003, 13:08
Contact:

Post by AlleyKat »

Removed due to new release :D
Locked