News FeedsJérémie Clabaut Bloghttp://jclabaut.free.fr/serendipityJérémie Clabauthttp://www.jeremieclabaut.comProject Home PageThis project was create to have an alternative of the Standard SharePoint RTE. This project include a webPart that integrate a free RTE (GNU LESSER GENERAL PUBLIC LICENSE) : FCKEditor
http://www.fckeditor.net/
You can also visit my blog :
http://jclabaut.free.fr/serendipity/index.php?/archives/14-My-First-contribution-FCKEditor-WebPart-for-SharePoint-2003.htmlInstallationInstall the MinSouWebParts.dll in c:\Inetpub\wwwroot\bin
Install the FredCK.FCKeditorV2.dll in c:\Inetpub\wwwroot\bin
Install the MinSouContentEditor.dwp in c:\Inetpub\wwwroot\wpcatalog
Download FCK Editor Client Script (Current 2.3.2) :
http://www.fckeditor.net/download/Install it on c:\Inetpub\wwwroot\FCKEditor
Add /FCKEditor and /ContentEditorImages to the exclude path of SharePoint
Add this keys in the c:\Inetpub\wwwroot\web.config
<add key="FCK_URL" value="/FCKEditor/" />
<add key="FCKeditor:UserFilesPath" value="/ContentEditorImages/" />
Modify the c:\Inetpub\wwwroot\web.config and add under <safecontrols>
<SafeControl Assembly="MinSouWebParts, Version=1.0.0.0, Culture=neutral" Namespace="MinSou.SharePoint.WebControls" TypeName="*" Safe="True" />
Configure IIS security on ContentEditorImages and check anonymous only
Set ASPNET and IUSR_YOURSERVER write right on ContentEditorImages folder
Modify the c:\Inetpub\wwwroot\FCKEditor\fckconfig.js
var _FileBrowserLanguage = 'aspx' ;
var _QuickUploadLanguage = 'aspx' ;
Go to Sharepoint portal and browse the WebPart under Virtual server gallery, choose FCK Content Editor WebPart
TroubleshootingFCKEditor installation : please visit
http://wiki.fckeditor.net/