Path to ckeditor

A place for users and developers of the Xataface to discuss and receive support.

Path to ckeditor

Postby randallwright » Wed May 18, 2011 2:51 pm

Hello folks...

I have setup Xataface and really like it but am unable to find where I specify the path to ckeditor or if I can just drop it into a specific directory.

Thanks!
Keep up the good work.
randallwright
 
Posts: 4
Joined: Wed May 18, 2011 2:46 pm

Re: Path to ckeditor

Postby shannah » Wed May 18, 2011 2:57 pm

Can you elaborate on what you are trying to do? You generally don't need to set the path to it as Xataface takes care of this for you.

-Steve
shannah
 
Posts: 4457
Joined: Wed Dec 31, 1969 5:00 pm

Re: Path to ckeditor

Postby randallwright » Wed May 18, 2011 3:06 pm

Thanks for the quick reply...

Hy host does not have ckeditor installed and I have had to upload it myself. How do I get Xataface to locate it?
Attachments
fckeditor.jpg
fckeditor.jpg (15.24 KiB) Viewed 1468 times
randallwright
 
Posts: 4
Joined: Wed May 18, 2011 2:46 pm

Re: Path to ckeditor

Postby randallwright » Wed May 18, 2011 3:08 pm

Oh, and I did a manual install if that has anything to do with it.
randallwright
 
Posts: 4
Joined: Wed May 18, 2011 2:46 pm

Re: Path to ckeditor

Postby shannah » Wed May 18, 2011 3:21 pm

This is likely to do with the 2nd parameter of df_init()
If FCKEditor is not loaded from the same domain, it just comes up blank (XSS issues). Try not using the full domain in the 2nd parameter of df_init()
e.g.
df_init(__FILE__, 'xataface');
or
df_init(__FILE__, 'path/to/xataface');
or
df_init(__FILE__,'/path/from/docroot/to/xataface');
instead of
df_init(__FILE__, 'http://www.example.com/path/to/xataface');

-Steve
shannah
 
Posts: 4457
Joined: Wed Dec 31, 1969 5:00 pm

Re: Path to ckeditor

Postby randallwright » Wed May 18, 2011 3:42 pm

You rock!

Thank you so much for the VERY quick solution!
randallwright
 
Posts: 4
Joined: Wed May 18, 2011 2:46 pm


Return to Xataface Users

Who is online

Users browsing this forum: No registered users and 25 guests

cron
Powered by Dataface
© 2005-2007 Steve Hannah All rights reserved