The detail will still be displayed on the profile page but I do not want to use member_view as it's not given me the freedom I want (pageContainer is coming in the way..)
I'm using a conditional to make it display only in the member_view page. And I want to fetch the custom field for each member (i.e $user and not $visitor) and have it uniquely displayed on their profiles rather than the logged in visitor's field and to accomplish this I want to add the custom field ($user) in the header template and use another conditional to only make it appear in the member_view content template (for maximum freedom as mentioned).