MyBB Community Forums
MyBB Community Forums
>
Community Archive
>
Archived Forums
>
Archived Development and Support
>
MyBB 1.6
>
1.6 General Support
> Show header notice for members with under 2 posts
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.
Dead Soulâ„¢
2011-08-07, 10:15 PM
Is it possible to show a header message for all members with under 2 posts?
faviouz
2011-08-07, 10:21 PM
Install the
PHP in Templates
plugin and use the following code:
<if $mybb->user['postnum'] == 2 then> // Header message </if>
MyBB Community Forums
>
Community Archive
>
Archived Forums
>
Archived Development and Support
>
MyBB 1.6
>
1.6 General Support
> Show header notice for members with under 2 posts