MyBB Community Forums

Full Version: Show Only For 2 Posts?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want a div or my shoutbox to only show to people with 2 or more posts on my forums...
How would I go about doing this?

Also I want it to say "You need 2 posts to view the shoutbox" if they do not have 2 posts and make it disappear when they do.
What shoutbox plugin are you using on your forum?
MiunaShoutbox. I have to because my forums is pretty huge and other shoutboxes interfere with my firewall for ddos...
First of all you need this plugin ~ http://mybbhacks.zingaburga.com/showthread.php?tid=260

<if $GLOBALS['mybb']->user['postnum'] >= 2 then>Shoutbox<else>You need 2 posts to view the Shoutbox!</if>

^ Let me know if it works.
What plugins are you using right now for shoutbox?