FCKEditor Issues with Final release

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
User avatar
eggheaddesign
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 31
Joined: Fri Jan 25, 2008 6:17 am
Location: UK
Contact:

FCKEditor Issues with Final release

Post by eggheaddesign » Fri Jul 11, 2008 1:56 am

Hi Guys

A couple of days ago, I downloaded the evaluation of what I presume was the 7.0 final release.

I came across an issue: when I used the image upload feature of FCKEditor I got a problem. An error message popped up telling me that "The server didn't send back a proper XML response".

Turns out that FCKEditor is not configured by default for aspx pages.

To get it working, I have to make modifications to two files:

1. fckeditor/fckconfig.js lines 270/271 should read like this:

var _FileBrowserLanguage = 'aspx' ; // asp | aspx | cfm | lasso | perl | php | py
var _QuickUploadLanguage = 'aspx' ; // asp | aspx | cfm | lasso | perl | php | py

2. fckeditor/editor/filemanager/connectors/aspx/config.ascx

Quick fix: alter line 41 to return true. More comlicated fix: implement authorisation checking code

Kind of surprised that nobody else has spotted this.....makes me wonder if I'm doing something wrong.......

Cheers

Tony

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Re: FCKEditor Issues with Final release

Post by jmestep » Fri Jul 11, 2008 7:35 am

I think a lot of us aren't using the FCKeditor.
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx

User avatar
eggheaddesign
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 31
Joined: Fri Jan 25, 2008 6:17 am
Location: UK
Contact:

Re: FCKEditor Issues with Final release

Post by eggheaddesign » Fri Jul 11, 2008 7:50 am

Hi Judy
jmestep wrote:I think a lot of us aren't using the FCKeditor.
What do you use instead? Just the inline text editor?

Thanks

Tony

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Re: FCKEditor Issues with Final release

Post by jmestep » Fri Jul 11, 2008 12:37 pm

I tried FCKEditor on my DNN site and it put in so much junk. One of my clients tried that and tried using some other WYSIWYG editor and both put in extra junk or broke the page (the other editor he was using put everything in a <form> block and the page already generates that.)Anyway, I personally think the best way to do it if you need more than just <li> or <p> and you can't do it in notepad is a simple editor like HTML Kit that doesn't put extra stuff it. It is free at http://www.chami.com. I do very little product management, but when my son did product managment for a big site in Able in the past, that is what he used.
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx

Post Reply