MyBB Community Forums

Full Version: "Viewing own profile" in functions_online.php
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Srry if I posted this in the wrong forum, move it if necessary.
I was able to implement "Viewing your profile" in functions_online.php.
if($mybb->user['username'] == $usernames[$user_activity['uid']])
{
	$location_name = "Viewing Your Profile";
}else{
	$location_name = $lang->sprintf($lang->viewing_profile2, get_profile_link($user_activity['uid']), $usernames[$user_activity['uid']]);
}
But I'm having some trouble getting a "Viewing his/her own profile" type activity in this file. Huh Any suggestions?
~bump~ Toungue
~bump~ Toungue
Seriously, is anyone going to help me out with this? Undecided