MyBB Community Forums

Full Version: Show header notice for members with under 2 posts
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is it possible to show a header message for all members with under 2 posts?
Install the PHP in Templates plugin and use the following code:

<if $mybb->user['postnum'] == 2 then>
// Header message
</if>