Opened 17 years ago

Closed 17 years ago

#1513 closed New Feature (duplicate)

FCKeditor Directory

Reported by: Charles Carter Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: Cc:

Description

I had a website built quite some time ago for php, and the person who built it used FCKeditor version 2.1 (yes, I had no idea until a few moments ago how very outdated the version I am using is), and I wanted to update the version used, but when I downloaded the zip file nothing was in a directory. I downloaded the packager, and ran that on my local, and nothing happened as far as putting the files into their proper place. The FCKeditor root folder contains 4 folders titled: "_samples", "_testcases", "editor", and "untitled". How can I update the version without destroying the functionality of the editor on my website? Here is code I use to connect to the editor when uploading to my database:

<? $oFCKeditor = new FCKeditor('content') ; $oFCKeditor->BasePath = '../FCKeditor/' ; $oFCKeditor->Value = ; $oFCKeditor->Create() ; ?>

And I connect to the editor via an include at the heading of the page using this code: <? include("../includes/connect.php"); include("../FCKeditor/fckeditor.php"); ?>

Please let me know the best way to go about this, and also, how can I change the skin on the editor? I am hoping the update will get rid of some of the issues I am having, which includes the editor throwing in extra <p> and nbsp; tags. Thank you so much for the help. I cannot express how much I appreciate it.

Sincerely- Charles Carter

Change History (1)

comment:1 Changed 17 years ago by Alfonso Martínez de Lizarrondo

Priority: HighNormal
Resolution: duplicate
Status: newclosed

dup of #1512

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy