﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1512	FCKeditor Directory	Charles Carter		"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"	New Feature	closed	Normal		General		invalid		
