Mave Active member Licensed customer Jun 3, 2022 #1 How would I accomplish this? Would be a great help battling spam.
Mr Lucky Well-known member Licensed customer Jun 3, 2022 #2 In your ACP > Options > spam phrases Code: /^\[url.*\[\/url\]$/si /^http\S+$/si /\[url=("|')?([^"'\]]+)("|')?\].*\[url\]\2\[/si /\[url=("|')?([^"'\]]+)("|')?\].*\[url=("|')?\2("|')?\]/si /^https?:\/\/\S+\n/si So any link (ie includes http, https, www) is seen as possible spam Combine this with usergroup permissions re: signatures for registered group then apply a promotion after x posts to a group that allows if you want. Upvote 1 Downvote
In your ACP > Options > spam phrases Code: /^\[url.*\[\/url\]$/si /^http\S+$/si /\[url=("|')?([^"'\]]+)("|')?\].*\[url\]\2\[/si /\[url=("|')?([^"'\]]+)("|')?\].*\[url=("|')?\2("|')?\]/si /^https?:\/\/\S+\n/si So any link (ie includes http, https, www) is seen as possible spam Combine this with usergroup permissions re: signatures for registered group then apply a promotion after x posts to a group that allows if you want.