MyBB Community Forums

Full Version: Which include?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am trying to write a mod and need to include the file that parses BBcode, like img tags and such.

Which file should I include?
require "../inc/functions_post.php"; //Include this file
postify($message); //Use this function

Good luck with it Smile