PDA

View Full Version : [fixed] 2.3.0rc3: User title censor no longer works



jrx
Mon 3rd Mar '03, 6:30pm
After recently upgrading to 2.3.0, I've suddenly found that some users in the Registered user group on my board are setting their user titles to "Moderator" and "Administrator".

I tested it myself by logging in as a member of the "Registered" group and I too was able to set my title to "Moderator". This wasn't possible before.


In the Control Panel, the list of Censored Words is set to the following, which I believe is the default setting (at least, I haven't changed it anytime recently):


admin forum moderator vbulletin leader


What's going on? Is 2.3.0's censor feature bugged?

Steve Machol
Mon 3rd Mar '03, 6:38pm
Confirmed. Moving to Bugs.

jrx
Mon 3rd Mar '03, 6:58pm
It appears that the variable $ctcensorwords referenced in customcensortext() in admin/functions.php is never set anywhere.

Marco
Mon 10th Mar '03, 12:34pm
Any update on this? I already have a few self-proclaimed "administrators" on my forums... :(

I'd really like to see a fix. :)

Marco
Wed 12th Mar '03, 11:31am
Hmm... anyone?

This is quite an annoying bug...

Steve Machol
Wed 12th Mar '03, 12:07pm
They're working on it. When they have a fix they'll post it. :)

Freddie Bingham
Wed 12th Mar '03, 1:07pm
Fix:

Open functions.php

Replace all occurrences of $ctcensorwords with $ctCensorWords. Not the case of the replacement you are making. Make sure to not modify $ctcensorword (no s at the end of this one).

Marco
Wed 12th Mar '03, 2:35pm
Yay, thanks freddie. :)