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 ForumsFCKeditorFCKeditorFCKeditor error in search FCKeditor error in search
Previous
 
Next
New Post
5/19/2007 9:55 AM
 

After upgrading from version 4.4.1 to version 4.5.1, I lost the ability to search in "non english" words.
I pinpoint the problem to the editor.  Version 4.4.1 default editor ftb3, Version 4.5.1 default editor FCK.

I re install the version 4.4.1 and the problem gone.

Does any one have any idea about this problem ?

 

 
New Post
5/25/2007 6:05 AM
 

I encounter the same problem! does anyone work it out?

 
New Post
5/25/2007 8:17 PM
 

Some one else told me the solution about this problem and I re post it for you below :

Test it as a solutions and works ok.

You have to make the same chagge about the HTMLEntities (from true to false) in cute editor, 

if you decide to use it as an alternative to fck.

The good thing about cute editor is that the HTMLEntities exist as a parameter inside the web.config section and

you dont have to modify the js file

 

//

DNN 4.5 introduced FCKEditor as new default editor, and I really love this editor, that has much more features and IMO is easier to use than the previous one. To follow web standards, it replaces non-ASCII characters like German Umlauts with its html equivalent, e.g. "ä" instead of "Ä". Unfortunately, DNN portal search is not able to handle these HTML sequences, it simply stops when reaching the ampersand character and makes this important feature nearly useless for use in several languages. When investigating this feature, I found a setting of the editor, that controls the HTML replacement, called FCKConfig.ProcessHTMLEntities. To modify the setting, you need to edit your settings file (specified in web.config, by default /providers/HTMLEditorProviders/FCK/Custom/fckConfig.js). Create a backup of the file, open it with a text editor and alter line 55 to
   FCKConfig.ProcessHTMLEntities = false;
All subsequent edited text will be saved  without the special replacements, if you edit previously edited text, all HTML character sequences will be replaced by the non-ASCII character. If you need to replace a large amount of entries, e.g. in TextHTML modules, I prepared an SQL script, that will do these modifications for you, you can download it from here. As with any mass changes for your database, please make sure, to backup it before applying the script!

 
///// 

 

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Provider and Extension ForumsProvider and Extension ForumsFCKeditorFCKeditorFCKeditor error in search FCKeditor error in search


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