I really need to figure this out (and need some help)...
I was looking at the mod that said to add this code to the phpinclude_start template to disable censoring on a per forum basis...
PHP Code:
PHP Code:
if ($forumid == XX) {
$vboptions['enablecensor'] = 0;
}
Would something like this work for the $bbcode (I know I don't have it right...)
PHP Code:
PHP Code:
if ($bbcode ($type == 'url')) {
$vboptions['enablecensor'] = 0;
}
Please someone help (I'm begging here

)