MyBB Community Forums

Full Version: Idea Color Private message when is more than 0 on index ? how to
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
The first code goes into your CSS file, the second one goes into whatever template you want, usually in header_welcomeblock_member.
This only shows the unread number.

If you want it to display the unread and the total count of your messages you can use this:

<div class="unread unread-{$mybb->user['pms_unread']}">(unread {$mybb->user['pms_unread'] total {$mybb->user['pms_total']})</div>
hi the Div class made a space in the header is not working well But is show a number of message in red like 2 in red how i can just Replace the Private message (Unread 2, Total 4) how i can replace This Already there and not created by me Is the Default on mybb showing message .. how i can have this in red when i have + 0 message like 1 ,2, + ..

i have This in my Header
View Unread Posts (0)

Does is possible and how For this plugins to Show in black 0 and in Red + 1 ,2,3 etc

plugins here
https://community.mybb.com/mods.php?action=view&pid=116


[Image: preview_12076_1410387679_aab4affd4199395...744420.png]
Pages: 1 2