Skip to main content
Participating Frequently
September 29, 2008
Answered

cftextarea and fckEditor

  • September 29, 2008
  • 1 reply
  • 347 views
I'm using cftextarea with richtext="true" and this works as expected in the default website on the server.

However, we have many websites on the server, all referenced by separate domain names and I want to use fckEditor in each of these websites. Unfortunately it doesn't work in any of them and just displays a normal html textarea.

If I copy the CFIDE directory (which contains fckEditor) into each of these websites, the richtext editor displays as expected.

My difficulty is that in order to make fckEditor work in all the websites, I would have to copy CFIDE into the root directory of every website - which is something I don't want to do. I want to have fckEditor work in every website by referencing the one copy of CFIDE in the server's root directory.

Can anyone help me with this?

Thanks
..Robert
    This topic has been closed for replies.
    Correct answer Newsgroup_User
    create a virtual CFIDE directory in your web server for each of your
    sites, pointing it to one physical CFIDE location.

    hth

    Azadi Saryev
    Sabai-dee.com
    http://www.sabai-dee.com/

    1 reply

    Newsgroup_UserCorrect answer
    Inspiring
    September 29, 2008
    create a virtual CFIDE directory in your web server for each of your
    sites, pointing it to one physical CFIDE location.

    hth

    Azadi Saryev
    Sabai-dee.com
    http://www.sabai-dee.com/
    bcreedyAuthor
    Participating Frequently
    September 29, 2008
    Works a treat, Azadi.

    Thank you so much.

    ..Robert