fueko home fueko home

Login panel

The login panel is a navigation component that shows 'Join' button when a member is logged out, and 'Account' button when a member is logged in.

Tip: Replacing 'Join' with 'Memberships' (Requires theme editing)
  1. You can easily replace the 'Join' page with 'Membership', for this purpose open ../partials/members/login_panel.hbs file in your code editor and find:
<a href="{{@site.url}}/signup/" class="global-button">{{t "Join"}}</a>
  1. Then, replace with:
<a href="{{@site.url}}/memberships/" class="global-button">Membership</a>
  1. Save your login_panel.hbs file in ../partials/members/ folder.