Welcome Guest, Not a member yet? Register   Sign In
Fckeditor in CodeIgniter 1.7.1 in 10 steps
#11

[eluser]mikevu[/eluser]
Thank you,it is very useful.
it works very well, but have a issue.
I can't redirect a page when I load the plugin.
anybody help me to resolute it.

Regards,
#12

[eluser]Sean Downey[/eluser]
this is great - thank you.

One thing: the fckeditor directory must be accessible to the web or the editor will not work so if you have your system folder outside the docroot you will have to change the paths accordingly.
#13

[eluser]kulldox[/eluser]
[quote author="umefarooq" date="1236273226"]i just check the in CI doc there is written that

Code:
GET data is simply disallowed by CodeIgniter

here you can check in doc

Get data

how to enable enable GET for any editors only like fckeditor or tinymce. for ajax purpose these editors are passing variables using get to php files.[/quote]

I've found the solution to this.
Just set the correct $Config['UserFilesAbsolutePath'] in \fckeditor\editor\filemanager\connectors\php\config.php

My situation is like this:
The fckeditor is located in http://www.kullcms.local/www/www/admin/js/fckeditor
The filebrouser config is in kullcms.local\www\www\admin\js\fckeditor\editor\filemanager\connectors\php\config.php
so I've set the $Config['UserFilesAbsolutePath'] to:
Code:
$Config['UserFilesAbsolutePath'] = '../../../../../../../assets/' ;
and $Config['UserFilesPath'] to:
Code:
$Config['UserFilesPath'] = '/assets/' ;

In consequence it's working fine and no more "The server didn't reply with a proper XML data. Please check your configuration" error displayed.
#14

[eluser]umefarooq[/eluser]
@kulldox really thanks but for me tinymce and tinybrowser are wroking really fine no problem at all with CI, both are really great plugins and easy to deploy




Theme © iAndrew 2016 - Forum software by © MyBB