BTW, What you are using is FILE expression strings.

Reserved Names matches parse as REGEX strings, so you should instead use ".*?" (DOT ASTERISK QUESTION-MARK)
https://forums.phpfreaks.com/topic/265751-how-does-it-work/

The correct usage should be just as instructed. Update your Reserved Names strings to:

admin.*?
Anonymous
forum.*?
member.*?


Current developer of UBB.threads PHP Forum Software
Current Release: UBBT 7.7.5 // Preview: UBBT 8.0.0
isaac @ id242.com // my forum @ CelicaHobby.com