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?