Blacklisted Words for Messaging

Hello all! I have recently created my own messaging application. I was wondering if it is possible to make a list of blacklisted words that I do not want sent on my site.

Thanks for all the help in advance!
-The Whitigol Team

Good idea. In the database, create a table for the Blacklisted Words.

Then when a user is typing a message, you could set a conditional so when a user’s message contains 1 or more of those words, the message won’t be sent. You could also have a little alert underneath the textbox as well.

Definitely possible.

3 Likes

Hello @dbevan, I have tried this and when I try to display all of the blacklisted words, it just creates a loop of “Word’s”