MyBB Community Forums

Full Version: Number of Private Messages
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm wondering if there is a way to see the number of Private Messages a user has. I'm not interested in viewing the messages, not even their titles, but to see a number in the inbox and sent.
You could use an SQL query.
You can use {$mybb->user['totalpms']} to return the amount of total PM's the user has OR you can use {$mybb->user['unreadpms']} to return the amount of unread pm's.