fckeditor help

Discussion in 'PHP' started by Om ji Kesharwani, Aug 10, 2010.

  1. #1
    I have downloded fck editor to integrate it with my php script. I integrated it but there is problem in uploading local system image to server there is no browse or upload option in editor . But in the demo hosted on fckeditor official site i have seen the browse and upload option for images.

    Please tell me how to enable it??????
     
    Om ji Kesharwani, Aug 10, 2010 IP
  2. bigmax

    bigmax Peon

    Messages:
    33
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Perhaps your server doesn't allow file uploads, and fckeditor automatically removes the code?

    I had no problems with using more or less its default toolbar set though...
     
    bigmax, Aug 10, 2010 IP
  3. MyVodaFone

    MyVodaFone Well-Known Member

    Messages:
    1,048
    Likes Received:
    42
    Best Answers:
    10
    Trophy Points:
    195
    #3
    You must enable this to true.
    $Config['Enabled'] = true ;
     
    MyVodaFone, Aug 10, 2010 IP