MyBB Community Forums

Full Version: Private Message Link Problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hello, I notice a recent problem with my forum with the link inside the profile that says Send (name) a private message its showing some werid symbols.

Here is what its showing

Send %1$s a private message.

Can someone please help me to correct this.

Thank You,

Stephen
Can you please delete and reupload your language files?

Also have you modified any templates?
ok i deleted and reuploaded all the language files. It didn't work it still shows the same thing. I have modified a template for showing the IP address on each posts thats about it.
Does this show up on a specific page?
it shows up on all the profile pages
Try deleting + reuploading member.php
that didnt work either. i deleted everything and reuploaded everything.
It might be a template edit. Go through your templates and make sure they're correct
this is what i have in Memeber Profile

<tr>
<td class="trow2"><strong>{$lang->pm}</strong></td>
<td class="trow2"><a href="private.php?action=send&amp;uid={$memprofile['uid']}">{$lang->send_pm}</a></td>
</tr>

is this correct?
That piece of code looks fine. Did you modify member.php or are you using any plugins which may affect the member profile?
Pages: 1 2