Hello,
What to add to the communityServer.config file to allow "HTML comment tags" (e.g. <!-- and -->) in the FormattedBody of the post?
Thanks,Arsen
Short answer: Based on the way the HtmlScrubber reads that configuration block, I don't think you can get that done.
You could go the long route of replacing the HtmlScrubber module in your configuration such that you implement your own scrubber, but saving those comments would have to be very worthwhile.
There may be some other tricks you could play with a custom formatting module using the PrePostUpdate event, but I can't think of anything that won't be painful.
Unfortunatly this cannot be done in community server because of the HTML scrubber, and the fact that <!-- and --> are comments in XML too, which is why the config files will ignore things with them in.
Nick - nb development
Copyright© 2008 Telligent Systems Inc. All rights reserved CommunityServer.com • Telligent.com