How to add a user specific account button on a layout
0
Hi everyone. I am trying to add a button on top that shows the name of the current user. I tried to do it by adding this button directly on to the layout to make it visible on every page. But the problem is, I can't add a data view on layout to retrieve the current user and use the name. How can I achieve this? Right now the button shows text 'Profile' but I want to make it dynamic for each logged in user
asked
Hasan Furkan Arbaz
1 answers
1
Hi Hasan,
you can add a snippet in layout and inside snippet add a dataview , see below