HI
Struggling to get to grips with FCkeditor. Using VWD and ASP.NET with VB as language.
Got some basics working, now trying to figure out a number of things (see my post "Some basic questions from a total beginner") including how to put an image into the fckeditor.
I have looked in the developers guide and I have:
set:
var _FileBrowserLanguage = 'asp' ;
var _QuickUploadLanguage = 'asp'
In the connector configuration file (editor/filemanger/connectors/php/config.php) set $Config['Enabled'] to true. (I would have thought that as I am using asp I should set this in config.asp but this file is empty?)
Set $Config['UserFilesPath'] to '~/UserFiles/' I found that for FCKeditor to work at all fckeditor.basepath needs to be '~/fckeditor/' so have followed that format.
When I try to insert an image I get: The server did not reply with proper XML data. PLease check your configuration. when I click on Browse. I cannot see any images that I have placed in the /userfiles/ folder?
Struggling to get to grips with FCkeditor. Using VWD and ASP.NET with VB as language.
Got some basics working, now trying to figure out a number of things (see my post "Some basic questions from a total beginner") including how to put an image into the fckeditor.
I have looked in the developers guide and I have:
set:
var _FileBrowserLanguage = 'asp' ;
var _QuickUploadLanguage = 'asp'
In the connector configuration file (editor/filemanger/connectors/php/config.php) set $Config['Enabled'] to true. (I would have thought that as I am using asp I should set this in config.asp but this file is empty?)
Set $Config['UserFilesPath'] to '~/UserFiles/' I found that for FCKeditor to work at all fckeditor.basepath needs to be '~/fckeditor/' so have followed that format.
When I try to insert an image I get: The server did not reply with proper XML data. PLease check your configuration. when I click on Browse. I cannot see any images that I have placed in the /userfiles/ folder?