MyBB Community Forums

Full Version: Is there a variable for new messages
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Like the title..
I need a variable for how many new messages you got..
It's gonna be in my profie template and one in my header
For unread private messages:
{$mybb->user['pms_unread']}
Messages as in Private Messages?
Use this variable to show all the unread PMs.

{$mybb->user['unreadpms']}
Thanks again