This topic is locked
[SOLVED]

 How do I REMOVE fckeditor from project?

12/3/2009 12:43:34 AM
PHPRunner General questions
W
wfcentral author

I created a very large project and used fckeditor in it.
Now, I need to create a much smaller public view of that project so I just did a "save as" and removed all the extra stuff I don't need (login, staff listings, and a lot of other tables that are not needed). Removed the add/edit pages since all I need is list and view pages.
So, I build it and start to FTP it up and it's trying to send up 800 files because the fckeditor program is in the output/plugins folder.
Somewhere in the project it knows that I used fckeditor so it is building it in every time.
I went in and added the add/edit pages and made sure there was no use of fckeditor in them.
no luck. So, now I Have an extra 3.5mb of files on my server I'm not using?

J
Jane 12/3/2009

Hi,
first please make sure you've removed RTE option for all fields on the "Edit as" settings dialog in the project.

Then open project file in any text editor and edit following line:

<m_strRTEType>...</m_strRTEType>