MyBB Community Forums

Full Version: Fix PM Error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have everything all set up and now my pm system is messing up.

The user gets a pm notification 
http://prntscr.com/83a3z2



then when they click on the #
it takes them to this.
http://i.imgur.com/kTpHT8m.png


how do i fix this??
the url is wrong... hence it shows invalid PM...

ACP >> Configuration >> Languages >> English >> (Options) Edit Variables >> global.lang.php

check that the foll. variables are correct there...

newpm_notice_one

<strong>You have one unread private message</strong> from {1} titled <a href="{2}/private.php?action=read&amp;pmid={3}" style="font-weight: bold;">{4}</a>


newpm_notice_multiple

<strong>You have {1} unread private messages.</strong> The most recent is from {2} titled <a href="{3}/private.php?action=read&amp;pmid={4}" style="font-weight: bold;">{5}</a>
which language pack you are using ?