I'm looking for a way to limit bbcode font sizes in 3.8.x. I don't want to disable bbcode font size completely. But, I'd like to allow a maximum of size "4." Here's what I've tried so far:
- Removed the options 5-7 for the editor. But, users can still add the higher sizes manually.
- Removed (and tried just changing size of) the cases in the vbulletin_textedit.js file
- Added replacement variables (ex. [SIZE="7"] to [SIZE="4"]
- Searched vb.org for suggestions or mods (There's nothing for 3.8.x that I can find. There seem to be a couple for 3.0 and earlier but they are in the archive and I can't even download them.)
But, so far, nothing has worked on my test board. Does anybody have a method? Or any ideas as to why what I've tried isn't working?
Thanks