![]() |
integration of 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: integration of Fckeditor (/showthread.php?tid=4064) |
integration of Fckeditor - El Forum - 11-05-2007 [eluser]j0hn[/eluser] how can i integrate fckeditor in CI 1.5.x? i found a thread regarding fckeditor integration but it doesn't work. can anyone help me how to integrate this tool. thanks! integration of Fckeditor - El Forum - 11-05-2007 [eluser]nirbhab[/eluser] hi, i have worked on fckeditor few days back, the instructions given in the wiki worked perfectly fine, please mention your problem with more details. integration of Fckeditor - El Forum - 11-05-2007 [eluser]j0hn[/eluser] instead using this code as stated in the tutorial: Code: if (!defined('BASEPATH')) exit('No direct script access allowed'); i use this because im using C.I. version 1.5.x Code: if (!defined('BASEPATH')) exit('No direct script access allowed'); but it seems this code is not complete.. if so, i don't have any idea how to complete this. what should i do to make fckeditor work? integration of Fckeditor - El Forum - 11-05-2007 [eluser]WeeJames[/eluser] I just did Code: include("FCKeditor/fckeditor.php"); then dropped in Code: $oFCKeditor = new FCKeditor('postbody'); where i needed it. |