So I used this post by LiveWire -
https://vborg.vbsupport.ru/showthread.php?t=93445
To do alot of this myself, but I'm stuck on getting it to actually censor.
For some reason the code that works in 3.0.x in the phpinclude_start template of
Code:
if ($foruminfo['censor'] == 0)
{
$vboptions['enablecensor'] = 0;
}
Doesn't work in the global_start hook.
I even tried
Code:
if ($forumid == 31) {
$vboptions['enablecensor'] = 0;
}
Any ideas?
I'll happily do the slavin and footwork on this, just can't figure out what code loop I need to get it to work in 3.5
Thanks!