Sign Out link

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Mon Jan 21, 2013 5:46 pm
Reply with quote
Report this post
Hi.

I would like to have a Sign Out / Log Out link at the top of the screen (where Sign In currently appears).

I would like this to appear after you have logged in in the place of Sign In (which currently disappears altogether once you have logged in).

How can we make this happen?

Thanks!
User avatar
Gold Boarder

GK User
Mon Jan 21, 2013 10:39 pm
Reply with quote
Report this post
Hi,

Sorry but I don't understand - the Bikestore template have no "Sign In" link - there is only "Login" link which changes to "My account" after user login.
User avatar
Administrator

GK User
Mon Jan 21, 2013 10:45 pm
Reply with quote
Report this post
Sorry dziudek - I meant login... rather than sign in.

If sign in changes to My Account, can you help me add a Log Out link then?
User avatar
Gold Boarder

GK User
Mon Jan 21, 2013 10:51 pm
Reply with quote
Report this post
Log out link is in the My Account popup. There is no way to add just the logout link, because logout needs a full form with button and hidden form fields which contains the dynamically generated token.
User avatar
Administrator

GK User
Mon Jan 21, 2013 11:01 pm
Reply with quote
Report this post
Hmmm... Is it possible to hide that Log out link button within the popup?
User avatar
Gold Boarder

GK User
Mon Jan 21, 2013 11:05 pm
Reply with quote
Report this post
The easiest way is using the following CSS code at the end of the template.css file:

Code: Select all
.logout-button .button {
display: none!important;
}
User avatar
Administrator


cron