The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hi,
Is it possible to disable some of the censored words in PM? if so, how can I do it? Or If theres a way to censor some words in specific forums sections? Thank you! |
#2
|
|||
|
|||
![]()
It looks like $vbulletin->options['enablecensor'] controls whether censoring is on or off, and $vbulletin->options['censorwords'] is the list of words. So maybe if you created a plugin using hook location private_start and either turned off all censoring by setting $vbulletin->options['enablecensor'] = false, or else removed the words you don't want to censor from $vbulletin->options['censorwords'].
BTW, I haven't tried this at all. |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|