Forum version: SMF 2.0.5 (yes i know, upgrade, but I am not in charge of this)
In Admin CP, there is the section where specific BBCodes can be enabled or disabled. What I want to do is disable a few, specifically BR and TR (TD and table can go, doesn't matter). If I uncheck the boxes for BR and TR, it seems ok, but doing a test post, the forum will still parse these codes. It does this for admins, mods or regular users. I want to be able to type [ TR ] (without spaces) in a post without using codebox, but not disable BBCode for the entire post.
In my test post, I type this:
Text [TR]
Text [BR]
and submit shows as
Code
Code
and on edit, shows as:
Text [table][tr][td]
Text [BR][/td][/tr][/table]
I am presuming that by unchecking the boxes for br and tr tags in the admin cp, these tags should be ignored in posts (going forward), but it obviously isn't. So what files can I look at to actually disable these codes?