mybb Word Filters for guests only
kitten Offline
Junior Member
**
Posts: 16
Joined: Feb 2011
Post: #1
mybb Word Filters for guests only
Hello my name is Christine and i`m a newbie and i have a little question.
After one year of working on my board i thought it might be a solution to put a small fees for the members. I was thinking if it possible to add a censorship with Word Filters for VIP Members (a group) only. I mean to be able to add some words at Word Filters and to be seen only by a specify group
It is a little difficult for me to find a solution as i am not a programmer Frown
Any help is much appreciate TongueTongue
02-17-2011 03:48 AM
Find all posts by this user Quote this message in a reply
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
kitten Offline
Junior Member
**
Posts: 16
Joined: Feb 2011
Post: #3
RE: mybb Word Filters for guests only
Thank you ZiNgA BuRgA for the direction!
02-17-2011 06:43 PM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

 Standard Tools
Forum Jump: