MyBB Community Forums

Full Version: Private messaging
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
On the private messaging thing on the User CP navbar, how can I put the unread value in bold when there's one or more messages?

My site is www.movieflump.com if that helps

Thanks
I believe that is controlled by the language files so not sure you can
(2010-10-24, 06:13 PM)adbrad Wrote: [ -> ]I believe that is controlled by the language files so not sure you can

Thanks, that's annoying though, wonder if Matt could sort something out.
you can make the unread bit bold but it would be bold all the time, not just when you have unread messages.
(2010-10-24, 06:19 PM)adbrad Wrote: [ -> ]you can make the unread bit bold but it would be bold all the time, not just when you have unread messages.

Yes I know, not really what I'm looking for though.
You could add something like this,
{$mybb->user['unreadpms']} unread private messages.

Though you'd have to remove the {$lang->welcome_pms_usage} or it will look silly.
(2010-10-24, 06:24 PM)iBf Wrote: [ -> ]You could add something like this,
{$mybb->user['unreadpms']} unread private messages.

Though you'd have to remove the {$lang->welcome_pms_usage} or it will look silly.
Thanks, I'll try it, where do I add it?
header_welcomeback_member template.
(2010-10-24, 06:29 PM)iBf Wrote: [ -> ]header_welcomeback_member template.
And will that turn bold when there's a message?
No it will stay bold providing you add the <strong> tags to it.
It's the closest I could get to your request.
Pages: 1 2