So, I have edited top.tpl as follows to display company name along side the fill name
{if $user_info.firstname && $user_info.lastname}{$user_info.firstname} {$user_info.lastname} {if $user_data.company} - {$user_data.company}{else}NoCompany{/if}{else}{$user_info.email}{/if}
Now, this only works on the “Profile details” page. Every other page it does not work.
Any advise? Version 2.1.2