Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Remove the posting of HTML / clickable links in discussions and comments?

Is there an easy way to remove the ability to post html or clickable links in discussions and comments? So if someone were to try to post html like HI or whatever, it would just show up as raw text with the brackets and all?
Tagged:

Best Answers

  • yu_tangyu_tang New
    Answer ✓
    Go to conf/config.php and try to add this line.
    $Configuration['Garden']['InputFormatter'] = 'Raw';
  • yu_tangyu_tang New
    Answer ✓
    Sorry, another try. How about this one?
    $Configuration['Garden']['InputFormatter'] = 'Text'

Answers

  • yu_tangyu_tang New
    Answer ✓
    Go to conf/config.php and try to add this line.
    $Configuration['Garden']['InputFormatter'] = 'Raw';
  • edited July 2011
    This actually did not work, I added it to the config file but i can still post images with html tags, bold html tags, etc. Any suggestions?
  • yu_tangyu_tang New
    Answer ✓
    Sorry, another try. How about this one?
    $Configuration['Garden']['InputFormatter'] = 'Text'
  • thank you that did it
Sign In or Register to comment.