MyBB Community Forums

Full Version: Need editing help!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there anyway at all you can edit the name "Private Messages"? Can you possibly change it to like "Messages" or something? Also, is there anyway to edit the "(Unread 0, Total 0)" without screwing up the receive thingy that alerts you of a new incoming message?

Thanks!
in ./inc/languages/{LANGUAGE}/private.lang.php change
$l['nav_pms'] = "Private Messages";
in ./inc/languages/{LANGUAGE}/index.lang.php change
$l['private_messages'] = "Private Messages";

As for the Unread 0, Total 0 I think you might just have to do a manual template edit.

Hope that helps, +rep's always appreciated! Smile
Thanks so much dude! +1 Rep for you Smile
(2011-02-27, 10:43 AM)xInSaNiTy Wrote: [ -> ]Thanks so much dude! +1 Rep for you Smile

Glad I could help Wink