CGFeedback not displaying comment HTML correctly
Posted: Mon Jan 03, 2011 7:47 pm
I'm using CGFeedback (CMSMS 1.9.2/CGExtensions 1.22.1/CGFeedback 1.2.1; PHP version 5.2.14) to power the comments system for news articles on my website. Generally speaking it works, but there seems to be something wrong with whatever method it's using to sanitize the comments people leave. Whether I allow WYSIWYG (TinyMCE 2.8.2), HTML or neither in the admin settings, it has difficulty actually formatting the comments. Any time a commenter uses the comment that is displayed comes out as instead of changing the HTML entity into the proper character. Formatting tags like strong and em never work, whether in WYSIWYG or HTML—at best a comment will be displayed as and at worst it will be displayed as instead of comment.
I'm a little surprised that I can't find anyone else with this problem after a search (though I may not have tried the right combination of terms even after several attempts); since it's a pretty annoying issue that can't possibly go unnoticed by a large number of people, I'm assuming that means that there must be something wrong with my setup rather than a problem with the module itself. For the life of me I can't figure out what that is, though. You'll probably need more information about my setup to help me diagnose the problem, but aside from what I've provided above I don't know what else might be relevant. What else would affect CGFeedback that I can look at in an attempt to get to the bottom of this?
I'm sure that I must have made a stupid mistake somewhere down the line, but yeah, I can't find it. :/ Thanks in advance if you can help me out.
Code: Select all
"double quotes"
Code: Select all
"double quotes"
Code: Select all
<strong>comment</strong>
Code: Select all
<strong>comment</strong>
I'm a little surprised that I can't find anyone else with this problem after a search (though I may not have tried the right combination of terms even after several attempts); since it's a pretty annoying issue that can't possibly go unnoticed by a large number of people, I'm assuming that means that there must be something wrong with my setup rather than a problem with the module itself. For the life of me I can't figure out what that is, though. You'll probably need more information about my setup to help me diagnose the problem, but aside from what I've provided above I don't know what else might be relevant. What else would affect CGFeedback that I can look at in an attempt to get to the bottom of this?
I'm sure that I must have made a stupid mistake somewhere down the line, but yeah, I can't find it. :/ Thanks in advance if you can help me out.