MyBB Community Forums
MyBB Community Forums
>
MyBB Resources
>
Plugins & Code Modifications
>
Discussion
> Which include?
Full Version:
Which include?
You're currently viewing a stripped down version of our content.
View the full version
with proper formatting.
DrPoodle
04-18-2006, 01:04 AM
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?
Smethead
04-18-2006, 04:00 PM
PHP Code:
require
"../inc/functions_post.php"
;
//Include this file
postify
(
$message
);
//Use this function
Good luck with it
MyBB Community Forums
>
MyBB Resources
>
Plugins & Code Modifications
>
Discussion
> Which include?
Reference URL's
MyBB Community Forums:
http://community.mybboard.net/index.php
: