I didn't mean to do that. But anyway I have all the coding in for what he told me to put, and still no bb code working as you can see in that link I sent you. Any help for it now that we got everything else fixed?
okie, if you want to parse bbcodes, then use parse_bbcode2() function
PHP Code:
<?php
chdir('forums');
require_once('global.php');
// more code bits + functions goes here
// now to parse bbcodes in message
include_once('includes/functions_bbcodeparse.php');
$message = parse_bbcode2($message, 0, 1, 1, 1, 0, 0);