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 "You can use Simple Html in your post."

I recently updated to 2.2 and added the noticed in the reply box there is some text that says You can use Simple Html in your post. Which links to third party website. How can this be removed or changed to You can use Markdown in your post?

Comments

  • The message is dependent on the selection in conf/config.php.

    If you want your users to be able to use markdown, edit the line to show

    $Configuration['Garden']['InputFormatter'] = 'Markdown';

  • Perfect thank you.

Sign In or Register to comment.