Hi,
In order to use the new ‘no ads for tags’ support in the ad plugin, we need to mass-tag any ‘nswf’ topics on our forum based on specific keywords. For example, any topic that contains the word ‘nude’ in the title or any post in the topic needs to be tagged nsfw.
We have a list of such keywords, so the logic that I’m looking for is:
IF the topic title OR any post in this topic
CONTAINS word-1 or word-2 ..
THEN apply a tag to the topic
I found this topic, but my case seems a little more complex. Can someone help me out with a query to achieve this?