It's probably my english
I have this field called PM (it's the private message field). It is part of the User profile tab. You can click on it to send a private message to another user.
The thing is that this PM field also is visible when you look at your own user profile. When you click it a warning message shows up that you can't send private messages to yourself.
For that reason I want to hide it in the user's own profile tab. It has no function there. Of course when you view a profile of another user it must be visible.
I thought that if I make the PM field's visibility conditional that would do the trick. So I want to set he condition to the PM field like this. If it is my own profile tab I'm viewing hide the PM field, if it is the profile tab of another user I'm viewing make it visible.