MyBB Community Forums

Full Version: user profile.. problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
so.. when i click on a user.. it shows his profile right? and.. in my theme there's a bug.. Sad

instead of the user name it shows %1$s

here's a link http://www.freewaresoft.net/forum/member...ile&uid=66

can anyone check that out?

Thanks alot!
Its already been reported and will be fixed for Gold.
You have installed the latest security patch for member.php?? Cause thats what causes it unless you do a manual patching.
Quick question... Does anybody have a manually patched version? Because I only downloaded MyBB two days ago, and it already had the patch in it, which is causing this problem. If I could get a manually patched version of it, it would help a lot.
If you want to manually patch this bug yourself, then you need to open member.php and look for this line...

$lang->send_user_email = sprintf($lang->send_user_email, $memprofile['username']);

...and move it so as it comes before this line...

eval("\$sendemail = \"".$templates->get("member_profile_email")."\";");

That should work for now. Wink
Awesome, thank you very much.