MyBB Community Forums

Full Version: Some more hooks for the parser would be good
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Right now in the parser there is only:
"parse_message_start"
"parse_message"
"parse_message_end"
"text_parse_message"

But what I want to do is add a link to all mycode images (mycode_parse_img) and I also want to improve the bad words filter (parse_badwords) because the default one is pretty bad, you can get around it by just putting something before/after it. I also want to make the asterisk length the same as the word it's filtering.

I don't like editing core files, it makes it harder to keep up with updates and is harder to find. Keeping them in plugins makes it so much easier.

Also good work on MyBB 1.8 so far, other than some minor problems it's pretty good!