MyBB Community Forums

Full Version: remove copyright symbol
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
In mybb editor if you type ( c ) without spaces, you get the copyright symbol. ©  I would like to remove this...but i do not know how?
Quote:Don't do the ( )

This would of course work. But the reason i want to remove it is because i am using a different codebox for a syntax highlighter. When someone puts code in such as
def func(c): pass
it destroys the content of the codebox by replacing it with the symbol.

            //$standard_mycode['copy']['regex'] = "#\(c\)#i";
            //$standard_mycode['copy']['replacement'] = "©";

            //$standard_mycode['tm']['regex'] = "#\(tm\)#i";
            //$standard_mycode['tm']['replacement'] = "™";

            //$standard_mycode['reg']['regex'] = "#\(r\)#i";
            //$standard_mycode['reg']['replacement'] = "®";
thank you