M milenyals Member Dec 3, 2020 #1 Is there a way to moderate a thread or post if in contains link and images? Any existing add-on that doing this? Thanks in advance.
Is there a way to moderate a thread or post if in contains link and images? Any existing add-on that doing this? Thanks in advance.
P Paul B XenForo moderator Staff member Dec 3, 2020 #2 Use the 'Maximum messages to check for spam' option and enter this in the 'Spam phrases' field: Code: /^\[url.*\[\/url\]$/si /^http\S+$/si /\[url=("|')?([^"'\]]+)("|')?\].*\[url\]\2\[/si /\[url=("|')?([^"'\]]+)("|')?\].*\[url=("|')?\2("|')?\]/si /^https?:\/\/\S+\n/si Upvote 0 Downvote
Use the 'Maximum messages to check for spam' option and enter this in the 'Spam phrases' field: Code: /^\[url.*\[\/url\]$/si /^http\S+$/si /\[url=("|')?([^"'\]]+)("|')?\].*\[url\]\2\[/si /\[url=("|')?([^"'\]]+)("|')?\].*\[url=("|')?\2("|')?\]/si /^https?:\/\/\S+\n/si
M milenyals Member Dec 3, 2020 #3 Brogan said: Use the 'Maximum messages to check for spam' option and enter this in the 'Spam phrases' field: Code: /^\[url.*\[\/url\]$/si /^http\S+$/si /\[url=("|')?([^"'\]]+)("|')?\].*\[url\]\2\[/si /\[url=("|')?([^"'\]]+)("|')?\].*\[url=("|')?\2("|')?\]/si /^https?:\/\/\S+\n/si Click to expand... can this be used for specific forum only? Upvote 0 Downvote
Brogan said: Use the 'Maximum messages to check for spam' option and enter this in the 'Spam phrases' field: Code: /^\[url.*\[\/url\]$/si /^http\S+$/si /\[url=("|')?([^"'\]]+)("|')?\].*\[url\]\2\[/si /\[url=("|')?([^"'\]]+)("|')?\].*\[url=("|')?\2("|')?\]/si /^https?:\/\/\S+\n/si Click to expand... can this be used for specific forum only?
M milenyals Member Dec 3, 2020 #5 I see, thanks Brogan, I hope there's an addon for this one. Upvote 0 Downvote
P Paul B XenForo moderator Staff member Dec 3, 2020 #6 There is a per node option to moderate all posts or threads, but not based on post content. Upvote 0 Downvote