Related Posts:

19 Comments Received

Ejaz Khan
November 14th, 2008 @ 1:21 AM   

Dear

I have follow up the exact settings but still i am unable to create folder on server.

Regards
Ejaz Khan

Ashok
December 29th, 2008 @ 6:31 PM   

Very very useful post.
Really nice tip for integrating the editor..
Thanks a lot

reji
February 17th, 2009 @ 3:50 AM   

dear
i would like to develop a small website in asp and occassionaly i like to change the content of one page called “programes.asp”.
how can i develop this page by content managemnt site , i hope fck editor is good but i dont know how to configure fckeditor in asp page,
if dont mind give me a detailed explanation and steps
thanks in advance
regards
reji

valent
April 15th, 2009 @ 2:19 PM   

Cool post, I am definitely using this.
thanks a lot

Polski Sklep
May 27th, 2009 @ 9:30 PM   

If you your Apache with MS Windows then absolute directory location to the upload folder should be like this:
$Config['UserFilesAbsolutePath'] = ‘C:/Program Files/Apache Software Foundation/Apache2.2/htdocs/fckdata/’;

roseple
May 28th, 2009 @ 6:12 PM   

Do I have to upload the whole fckeditor folder?
Thanks

izwan00
May 28th, 2009 @ 9:05 PM   

It is safe to upload the entire folder.

roseple
June 1st, 2009 @ 3:22 PM   

In the above example, what will be the name of the editor? Name that your going to use in your PHP code. Is it $oFCKeditor or $control_name or you are the one who will create that? Thanks.

izwan00
June 1st, 2009 @ 3:40 PM   

$oFCKeditor is just variable… you can name it whatever you want.

roseple
June 1st, 2009 @ 5:34 PM   

Can I know how can I name it? Thanks

roseple
June 2nd, 2009 @ 11:40 AM   

Hi..

Code:
$oFCKeditor = new fckeditor(’fcktext’);
$oFCKeditor->BasePath = “fckeditor/”;
$oFCKeditor->Value = “”;
$oFCKeditor->Width = “550px”;
$oFCKeditor->Height = “350px”;
echo $oFCKeditor->CreateHtml();

In the above code, what is the name of the fckeditor? Is it (’fcktext)? Thank you.

izwan00
June 2nd, 2009 @ 12:09 PM   

$oFCKeditor is the instance of fckeditor object.

fcktext is the form field name…. which you use to get the value from php… after the form is submitted, you can get what user entered in that field by $_POST['fcktext'] (for post) or $_GET['fcktext'] (for get)

roseple
June 2nd, 2009 @ 2:45 PM   

Thanks a lot. That is probably the solution to my problem. But apparently, I have another problem. When I submit the form I have a javascript code to trap if the fcktext field and other field are null. If it is null an alert window will pop up. The alert window is present but the problem is, all the other field that has data, becomes null. But of course I didn’t put a code for them to become null. Thanks and sorry if I have so many questions..

johny
June 16th, 2009 @ 11:38 AM   

very nice tutorials

Kapone
July 8th, 2009 @ 3:36 PM   

I run php-nuke platnum, the fckeditor came with it but is erroring out, do you know of what version I could replace it with to try and fix this issue. Is for a business site I manage so is a big issue.

vaunce
July 9th, 2009 @ 4:48 AM   

This is a great post. Thank you.

sandrar
September 11th, 2009 @ 5:35 AM   

Hi! I was surfing and found your blog post… nice! I love your blog. :) Cheers! Sandra. R.

webb
January 18th, 2010 @ 4:45 AM   

I didn’t know there was a web-based WYSIWYG editor like this. Best part is that it’s free.

pravin
January 18th, 2010 @ 7:01 PM   

Hello ,

We want to remove font size and font face then how can we remove this option.Please help me.

Leave A Reply

CommentLuv Enabled