mybb Word Filters for guests only
ZiNgA BuRgA Offline
Fag
*******
Posts: 3,357
Joined: Jan 2008
Post: #2
RE: mybb Word Filters for guests only
Dumb code edit which simply disables the badword filter for non-guests:
in inc/class_parser.php find:

PHP Code:
if($this->options['filter_badwords'])

Replace with

PHP Code:
if($this->options['filter_badwords'] && !$mybb->user['uid'])


If you want a plugin or something more elaborate, elegant, powerful etc try asking on the MyBB community boards.


My Blog
02-17-2011 09:49 AM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
mybb Word Filters for guests only - kitten - 02-17-2011, 03:48 AM
RE: mybb Word Filters for guests only - ZiNgA BuRgA - 02-17-2011 09:49 AM

 Standard Tools
Forum Jump: