showing logged in user name in the header
Hi,
im my header template there is an icon with login/register :
how can i show the user name instead of Login/Register if a user is allready logged in?
Hi,
im my header template there is an icon with login/register :
how can i show the user name instead of Login/Register if a user is allready logged in?
Comments
Hi,
In the Icon desc you must use {user} dynamic data:
If you want to show it only when the user is logged in, you must use conditional logic and have a second icon that shows when the user is not logged in:
Best regards