The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
![]() Quote:
includes/functions.php find: HTML Code:
function censortext($text) { global $enablecensor,$censorwords,$censorword,$censorchar; Replace with: HTML Code:
function censortext($text) { global $enablecensor,$censorwords,$censorword,$censorchar,$bbuserinfo; if(($bbuserinfo[usergroupid] == 5) or ($bbuserinfo[usergroupid] == 6) or ($bbuserinfo[usergroupid] == 7)){ $enablecensor = 0; } HTML Code:
$bbcode=str_replace("{", "{", $bbcode); // stop people posting replacements in their posts return censortext($bbcode); HTML Code:
$bbcode=str_replace("{", "{", $bbcode); // stop people posting replacements in their posts return $bbcode; But I have no idea the version 4 use of this. |
Благодарность от: | ||
RichieBoy67 |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|