MyBB Community Forums

Full Version: Only display signature after X number of posts.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm getting several new "users" each week that make one lame post, then include a signature with outbound links to things like coach handbags and other spammy stuff. Is there a way to prevent a user's signature from showing until they've made a certain number of posts?
My first reaction would be say using template conditionals around the signature area in templates.

Template conditionals mod:
http://mybbhacks.zingaburga.com/showthread.php?tid=464

You could alternatively use the PHP in templates plugin, but the conditionals one should quite easily suffice. It's what I use.