MyBB Community Forums

Full Version: Show number of pm's beside icon
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i was wondering how i am able to show number of pm of icons beside the icon anyhelp would be greatfull this is the line i added under my lower menu user links. also where would i change it so i can change the colour of the icon when i have a mail

<a href="{$mybb->settings['bburl']}/private.php" id="pm_notification"><i class="fa fa-envelope-o fa-lg" aria-hidden="true"></i>
thanks in advance

Seriously need help for this
Here is your variable, enjoy Smile
{$mybb->user['pms_unread']}

This will give you the number and you can wrap this inside a CSS class and style it to your liking.

Regards
WallBB