Well I seem to be creating a lot of issues here... sorry.

I really think that when viewing the list of participants that the current user should not see their username, rather is should just say you.

So if my name was "Joe" instead of seeing Participants: Joe and the grump, it should be Participants: You and the grump...

Maybe something like...

	global $user;
	if($account->uid == $user->uid) {
	$to[] = 'You';
	} else {
	$to[] = theme('username', $account);
	}

in the _privatemsg_format_participants function... Any thoughts?

Comments

litwol’s picture

Status: Active » Closed (duplicate)

There are number of issues about this already. plaese search through issue queue.

walker2238’s picture

I'm sorry to reply to this but I searched for a related issue prior to posting this one, and once again tried to do another search for a related issue. I can't seem to find it anywhere. Do you have the link?

berdir’s picture