MyBB Community Forums

Full Version: profile error my fault
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'v changed something in the profile but and unsure to return it back to normal,

Private Message: Send %1$s a private message

It shows that when you view there profile, is it possible to replace that error code bit with there name
You've changed the templates, right?

Assuming you have...
Just the right hand column:
<td class="trow2"><a href="private.php?action=send&amp;uid={$memprofile['uid']}">{$lang->send_pm}</a></td>
Both left and right columns:
<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>

You should know that there is a 'Diff' button when editing templates which will show you what is currently different compared to what it was originally. This is often a good indication of what has gone wrong.
If you're really stuck, just use the 'Revert to Original' button and start over. Smile
cheers m8 for quick reply

I thought it was the template, and also tried changing with another template but same result,

I tried the revert to original and same thing

could it be the settings because I once had a problem with that file
solved it

it was a plug in, Recent Threads on Profile - soon as I turned it off the name came back.

It was a good plug in that.