CodeIgniter Forums
CodeIgniter 2.0 and FCKEditor - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: CodeIgniter 2.0 and FCKEditor (/showthread.php?tid=35127)



CodeIgniter 2.0 and FCKEditor - El Forum - 10-19-2010

[eluser]SitesByJoe[/eluser]
I have a question. I'm preparing to upgrade my CMS to Codeigniter 2.0 and I'm currently using FCKEditor-2.6.x as my WYSIWYG editor/file manager. It resides in the Codeigniter 1.7.2 "plugins" folder.

Where should it go now? For now I threw a copy into 2.0's "third_party" folder until I decide.

Thoughts?


CodeIgniter 2.0 and FCKEditor - El Forum - 10-20-2010

[eluser]LuckyFella73[/eluser]
CI plugins are now (CI 2) helpers or models.

A helper for integrating FCKEditor can be found here:
http://kromack.com/codeigniter/ckeditor-helper-for-codeigniter/

Just in case you need some more inspiration Wink