XF 1.5 x post count to post links

GKBlaze

Member
Anyone know if there's a mod or trick I can use to make it so users need certain amount of posts before they can include links in their posts?

Thanks in advance for your help.
 
You can use spam phrases for this.

Just add the following:
/\[url/i

That’s a regular expression which should block various usages of the url tag.

That should block most cases for the first 5 messages by default but the number is configurable.
 
Top Bottom