Joe, I know that this is way to old a mod, and I really do not expect you to provide any support for it, but I have tried to modify the error message (phrase blockpostbop5) in order to show the censored message and the non-censored one, so that a member can see which is the foul word he used. For some reason, if I change:
standard_error($vbphrase['blockpostbop5']);
to:
standard_error($vbphrase['blockpostbop5'], $censoredpost);
for example, and I add {1} in the phrase, I get a %1$s instead of the censored post.
Any ideas would be greatly appreciated!
|