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.
Options

Turn off hash tags

Is there any way to turn off hash tags? When I write something like " #5 in the country" in my comments it always changes it to a hash tag when I don't want it.

Comments

  • Options
    R_JR_J Ex-Fanboy Munich Admin
    edited May 2018

    Adding $Configuration['Garden']['Format']['Hashtags'] = false; to your /conf/config.php should stop formatting completely.
    If you still want hashtags, but only want to surpress that formatting from time to time, put a backslash before the whateveryoucallthatsign "\#5 in the country" => "#5 in the country"

  • Options
    edited May 2018

    thanks @R_J I will give that a try!

    edit: Worked like a charm! Thanks again.

Sign In or Register to comment.