I would like to use FCKEditor, but would like to know how I can further compress the FCKEditor, by e.g. removing some of the different files/sections within the FCKEditor.
I know that is it possible to remove all the folders with the underline, but is it also possible to remove for example the skin folders, smilie folders, etc. when you are not using these sections.
Furthermore is it also possible to remove files of e.g. ASP when you are only workig with PHP?
If possible I would like to reduce the size of the FCKEditor to be < 600 KB.
I know that is it possible to remove all the folders with the underline, but is it also possible to remove for example the skin folders, smilie folders, etc. when you are not using these sections.
Furthermore is it also possible to remove files of e.g. ASP when you are only workig with PHP?
If possible I would like to reduce the size of the FCKEditor to be < 600 KB.
RE: How to further compress the size of FCKEd
All skins ( keep atleast one ), smilies, .asp, .cfm, and .pl files can be deleted.
You could also delete all the diffrent languages files to reduce the size of the FCKeditor.
RE: How to further compress the size of FCKEd
Re: How to further compress the size of FCKEditor
although i am not much of a programmer, i have just compressed the resultant html page generated from the php script (this will only work with php)
first in the fckeditor_php5.php file (or fckeditor_php4.php) change the file reference under the CreateHtml function - just add ".php" to the two files
then alter and resave the two files in question (in the editor dir) add this to the very top of each of the pages (above the comments) then resave as 'fckeditor.original.html.php' and 'fckeditor.html.php' resepctively
upload the new/changed files and away you go. it has cut download time by about 60-70%.
it has worked well for me so far (php5 on linux/apache). i would be interested in knowing if others have tried the same thing or whether the above works for others. remember to use with caution as i am a mug!
cheers
rs