XF 2.2 Disabling external URLs for new members under x posts

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



Screenshot 2022-06-03 at 09.50.37.png

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.

Screenshot 2022-06-03 at 09.53.50.webp
 
Top Bottom