Quote:
Originally Posted by Lazorbeam
New bug report:
- Allow users to format chat.
- User types in message with font formatting:
Hello
- Disable font formatting.
- User's message appears like this:
[ B]Hello[ /B] (no spaces)
- User cannot remove formatting tags and all future messages will carry formatting tags as previously specified.
|
I have experienced this same issue, after much hair pulling I went for a fairly dramatic fix but it worked. When BB Code formatting is enabled the users settings are stored in the DB, if you nuke the settings the problem disappears:
Code:
update users set mgc_cb_evo_params = ''
Now this is dramatic, but it works - I
strongly recommend that you only run this if you are
absolutely comfortable with it and understand that it may have other side effects (I didn't but every setup is different)
I assume somebody will be along shortly with an "OMG!!!! YOU CAN'T DO THAT" post, well I did

and it worked