The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Censorship per forums
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; } I even tried Code:
if ($forumid == 31) { $vboptions['enablecensor'] = 0; } 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! |
#2
|
||||
|
||||
Must be $vbulletin->options instead of $vboptions
|
#3
|
|||
|
|||
You rock bro! Thanks so much!
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|