2016-05-17

Wondering what the best approach is for displaying different header menu items for people who are logged in vs. logged out?

If they are logged out they should see signup/login buttons in the header (header A)

If they are logged in they should see account profile options to bring up their account details page, a log out button etc. (header b)

How should I approach this exactly? Should I create a Header B and have it SHOW only if the Current User Is Logged In and have it overlap header A so that the login/sign up buttons are effectively hidden?

Show more