Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Provider and Extension ForumsProvider and Extension ForumsFCKeditorFCKeditorOpera 9Opera 9
Previous
 
Next
New Post
4/26/2006 4:32 PM
 
It looks like the reason its not working is down to the fck .net control -the CheckBrowserCompatibility() in fckeditor.cs does not check for opera or safari, so its not even getting as far as sending the js.

 
New Post
4/26/2006 8:52 PM
 

acorcutt wrote
ok, look like the opera support is not included in your package.

The download on the fck site is still showing 2.2 but its different to your 2.2 - so maybe its a development version.

The provider package includes current 2.2 version of FCKeditor. I removed only the unused folders (Other file managers ,etc) and nothing was modified

If you want, you can drop your copy of the editor inside the FCK2 folder, but if you want to make changes to the fckconfig.js, you must do it to the file inside the "custom" folder.


Locopon
Free modules: E-commerce, Complete localization (Portal, page, module settings, skins, etc.), Secure Login, and more
http://dnn.tiendaboliviana.com
 
New Post
4/26/2006 8:54 PM
 

acorcutt wrote
It looks like the reason its not working is down to the fck .net control -the CheckBrowserCompatibility() in fckeditor.cs does not check for opera or safari, so its not even getting as far as sending the js.

fckeditor.cs has nothing to do is you already included the change on the fckconfig.js file


Locopon
Free modules: E-commerce, Complete localization (Portal, page, module settings, skins, etc.), Secure Login, and more
http://dnn.tiendaboliviana.com
 
New Post
4/27/2006 12:18 PM
 
No, its not down to the .js - this is not even getting sent to the browser, checkout the source for the fck.net provider (FredCK.FCKeditorV2.dll)

It's not even looking for opera/safari....

public bool CheckBrowserCompatibility()
{
System.Web.HttpBrowserCapabilities oBrowser = Page.Request.Browser ;

// Internet Explorer 5.5+ for Windows
if (oBrowser.Browser == "IE" && ( oBrowser.MajorVersion >= 6 || ( oBrowser.MajorVersion == 5 && oBrowser.MinorVersion >= 0.5 ) ) && oBrowser.Win32)
return true ;
else
{
Match oMatch = Regex.Match( this.Page.Request.UserAgent, @"(?<=Gecko/)\d{8}" ) ;
return ( oMatch.Success && int.Parse( oMatch.Value, CultureInfo.InvariantCulture ) >= 20030210 ) ;
}
}


I guess this has not been updated yet, ill have a go at adding the opera detect and recompiling when I get chance.
 
New Post
4/27/2006 1:14 PM
 

I will try to explain different:

You have to options on sending this value to the FCKEditor.

1) Setting it when the editor object is create using javascript (This could be the task for fckeditor.net)

2) Including the explained line to the fckconfig.js

The first one will be difficult without recompiling (And fckeditor.net will be removed from the provider because we don't need it)

You can accomplish what you want using the second option by just using your notepad.

Results for 1 and 2 are the same for all the fckeditor properties


Locopon
Free modules: E-commerce, Complete localization (Portal, page, module settings, skins, etc.), Secure Login, and more
http://dnn.tiendaboliviana.com
 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Provider and Extension ForumsProvider and Extension ForumsFCKeditorFCKeditorOpera 9Opera 9


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out