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...Module ForumsModule ForumsRepositoryRepositoryProblem with GRM3 and FCKEditorProvider.02.00.01Problem with GRM3 and FCKEditorProvider.02.00.01
Previous
 
Next
New Post
11/6/2005 10:12 AM
 

I have a problem with using FCKEditor with Gooddogs repostory module 3. When i go to do a New Entry using the rich text editor, and add a image by uploading or picking an existing one or adding a smiley, none of the images show up after submitting it.

The text is there, but no images. not even the red X as if it could not find the image. I went to view the source in the browser after submitting, and there is just a space where the image was inserted, with no img=src code.

Strange problem as i can use it fine with Activeforums or a few of the default dnn modules i have tryed so far. I am not sure if this is a Editor Provider or GRM3 problem, but i thought i would ask.

Any insight as to what is wrong?

Thanks, Gary



Gary
 
New Post
11/6/2005 11:00 AM
 

I haven't tried the FCKEditor .. I'll give it a try and see what I find out.

Does it work okay ( images ) with the FTB editor? Trying to understand if this a FCKEditor specific issue or a GRM3 issue.

 
New Post
11/6/2005 11:13 AM
 
I can verify the issue but haven't tried to recreate it with FTB yet. I think it may be part of the security feature(s) that have always part of the Repository. Steve, you don't allow anything more that really basic HTML to be used in the Summary and Description do you?
 
New Post
11/6/2005 12:09 PM
 

my bad .. thanks for reminding me Mike...

I strip out potentially harmful HTML tags from any input fields to avoid security attacks on your site.

In the latest build of GRM3 I use RegEx to strip out the following tags...

objRegEx.Replace(pRepository.Description, "</?(?i:script|embed|object|img|frameset|frame|iframe|meta|table|tr|th|td|link|style)(.|\n)*?>", "")

In the first build of DRM3, I changed the code to use the preferred core method...

.Description = Server.HtmlDecode(objSecurity.InputFilter(teContent.Text, PortalSecurity.FilterFlag.NoScripting))

 

 
New Post
11/6/2005 12:14 PM
 

FTB is the same way but I'm not sure if this is an issue or not (not allowing HTML to be posted in the description/summary panes).

Maybe an optional enhancement to allow more than the basic HTML to be posted?

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsRepositoryRepositoryProblem with GRM3 and FCKEditorProvider.02.00.01Problem with GRM3 and FCKEditorProvider.02.00.01


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