MyBB Community Forums

Full Version: PM Message change
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello there, i just wanted to know how do i edit the text: You have unread messages from person title hello.
I've seen all pm templates,, but nothing!
thanksss
Template is postbit_pm
File is private.lang.php in inc\languages\english
thanks for replying, but the thing i wanted to change is in the postbit_pm nor the private.lang.php file, i don't know where is it...
Maybe, i didnt explain it good.
What i want to change is the alert, when you receive a message
If you want to change the text, it is in global.lang.php:

$l['newpm_notice_one'] = "<strong>You have one unread private message</strong> from {1} titled <a href=\"private.php?action=read&amp;pmid={2}\" style=\"font-weight: bold;\">{3}</a>";
$l['newpm_notice_multiple'] = "<strong>You have {1} unread private messages.</strong> The most recent is from {2} titled <a href=\"private.php?action=read&amp;pmid={3}\" style=\"font-weight: bold;\">{4}</a>";

If you want to change the layout, it is in global_pm_alert.