Back to vBulletin 3.0 Add-Ons

Disable swear censor per forum
Mod Version: 1.00, by ImportPassion

This modification is in the archives.
vB Version: 3.0.11 Rating: (0 vote - 0 average) Installs: 8
Released: 21 May 2004 Last Update: Never Downloads: 1
Not Supported  

I am not going to take any credit for this hack. I found it and thought it should be posted. I don't consider it a template hack since it invloves php code additions.

Credit goes to Wayne Luke

Spoiler (click to open)


You might be able to do this in the phpinclude_start template without touching any files.

Try something like:
PHP Code:
if ($forumid == XX) {
  
$vboptions['enablecensor'] = 0;

Replace XX with your forum. If that doesn't work then you will most likely need to modify the newthread and newpost files.

Close


in your phpinclude_start template

PHP Code:
 if ($forumid == XX) { 
  
$vboptions['enablecensor'] = 0

Replace XX with your forum. If that doesn't work then you will most likely need to modify the newthread and newpost files.

Download

No files for download.

Similar Mods

Disable Swear Censor Per Forum vBulletin 3.5 Add-ons
Disable swear censor per forum (configurable) vBulletin 3.0 Full Releases

vblts.ru supports vBulletin®, 2022-2024