Skip to content
WJunction - Webmaster Forum

Disable censorship for selected user groups

Status
Not open for further replies.
Hook location: global_start

Code:
if (is_member_of($vbulletin->userinfo,array(6))){
$vbulletin->options['enablecensor'] = 0;
}
6 = admin user group

Simple script and I didn't bother posting this on vB.org
 

1 comment

Status
Not open for further replies.

About the author

Q
Active Member · Joined
64
Messages
3
Reactions
8
Points

Advertise on WJunction

Reach 1000's of webmasters, hosts & affiliates. Banner & sponsored-thread slots available.

Contact us
Back
Top Bottom