Topic: All caps message

Could someone confirm how this works?

I have enabled it on my forums due to some idiotic posting by a few people, and so far it doesn't appear to work.

However I did see a comment that it might only work in topics started *after* it was enabled? Is that correct? and is there any way to back port it to all topics?


I tested as a guest, and it worked when starting a new topic, but not when replying to an existing one, hence the reason for my question.

my mind is on a permanent tangent
byUsers forum

Re: All caps message

         else if ($pun_config['p_message_all_caps'] == '0' && strtoupper($message) == $message && $pun_user['g_id'] > PUN_MOD)
             $message = ucwords(strtolower($message));

That's taken from post.php: the code looks OK to me

Re: All caps message

It only works for new topics.

"Programming is like sex: one mistake and you have to support it for the rest of your life."

Re: All caps message

ok thanks, I'll look at modifying it for my needs.

my mind is on a permanent tangent
byUsers forum