Hi Gerardo,
You can disabled the trackback by removing the following handler from the web.config:
| <add name="Trackback" preCondition="integratedMode" verb="POST" |
| path="trackback.ashx" type="Telerik.Cms.Engine.Trackback.TrackbackHandler, Telerik.Cms.Engine"/> |
One way to stop offensive comment is by enabling the
spamprotector that comes with sitefinity 3.5 , you can get a free key from akismet, generally by registering for wordpress blogs.
Remove the "disabled = true" from the declaration:
| <spamProtector defaultProvider="akismet" disabled="true"> |
| <providers> |
| <add name="akismet" |
| type="Telerik.Cms.Engine.SpamProtector.AkismetProvider" |
| key="#YOUR_KEY#" |
| siteUrl="http://www.telerik.com/" /> |
| </providers> |
| </spamProtector> |
We hope this helps!
All the best,
Mehfuz
the Telerik team