Page 1 of 2

Logout Button

Posted: 06 Jun 2017, 15:17
by Klark92
Image

Everytime I click the logout button by mistake when I want to click the notifications. I dont want it there :thumbdown:

Re: Logout Button

Posted: 06 Jun 2017, 15:33
by Flipeador
I agree... at least there should be a confirmation notification. ;)

Re: Logout Button

Posted: 06 Jun 2017, 15:41
by Xtra
A little more spacing between the icons might help that problem.

Re: Logout Button

Posted: 06 Jun 2017, 16:31
by Klark92
Xtra, yes but confirm yes-no button will be more good :)

Re: Logout Button

Posted: 06 Jun 2017, 17:06
by Helgef
I even did a script for this :lol:
magnet.gif
magnet.gif (179.31 KiB) Viewed 6547 times
Also, here is a similar topic.

Re: Logout Button

Posted: 06 Jun 2017, 17:49
by Exaskryz
If you have Stylish, try this out:

Image

Code: Select all

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("autohotkey.com") {
div.nav-tabs ul.rightside li{
padding-right:20px !important;
}
}

Re: Logout Button

Posted: 07 Jun 2017, 19:32
by joedf
yeah happens to me too :(

Re: Logout Button

Posted: 08 Jun 2017, 16:51
by Klark92
Exaskryz wrote:If you have Stylish, try this out:

Code: Select all

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("autohotkey.com") {
div.nav-tabs ul.rightside li{
padding-right:20px !important;
}
}
It did not work :(

Re: Logout Button

Posted: 08 Jun 2017, 19:09
by Exaskryz
I'm on my firefox fork, so maybe it requires a different line of code on line 3 for chrome or another browser? The main thing to include are lines 4, 5, (and 6) if you use select a template script for site-wide autohotkey.com.

Re: Logout Button

Posted: 11 Jun 2017, 06:47
by Drugwash
Change the board theme, the other one has a dropdown menu under username, you can't log out by mistake.
And more importantly: that stupid grey color is no more. Am I the only one in this world aggravated by the constant irrational usage of the (non)color grey in boards, OS and all?

Re: Logout Button

Posted: 11 Jun 2017, 12:10
by Klark92
oh i changed the theme and there is no logout button directly :) the second part of your msg, i dont get it buddy sorry :/

Re: Logout Button

Posted: 11 Jun 2017, 15:46
by Drugwash
Second part is just a rant against too much color grey on the default theme (and in other places around the web and not only). Feel free to disregard it. :)

Re: Logout Button

Posted: 04 Oct 2017, 03:57
by evamaris
I agree with Flipeador. There must be a confirmation notification or box to choose whether one want to logout or not.

Re: Logout Button

Posted: 04 Oct 2017, 08:10
by Drugwash
Take it to Microsoft, they're the imbecils who launched this stupid trend of a flat interface, borderless/shapeless buttons and whatnot. The rest of the (imbecil) programmers are just following the trend, making their graphical interfaces "blend" with the ugliness.
End rant.

Re: Logout Button

Posted: 04 Oct 2017, 08:17
by jeeswg
@Drugwash: What do you think of :? The Ribbon :problem:?

Re: Logout Button

Posted: 04 Oct 2017, 08:42
by Drugwash
I don't think this board can take my (real, uncensored) opinion. :)

Re: Logout Button

Posted: 04 Oct 2017, 08:57
by tank
I dont know when i will get the chance to do this but the forum code is availible for all to submit changes
https://github.com/ahkscript/forum
Clone, change, branch, commit, pull request

Re: Logout Button

Posted: 23 Oct 2017, 19:29
by joedf
Implemented! great!
https://github.com/ahkscript/forum/comm ... a405b3a46a
Thanks tank :+1:

I kept forgetting about it.

Re: Logout Button

Posted: 23 Oct 2017, 19:36
by derz00
nice :wave:

Re: Logout Button

Posted: 30 Oct 2017, 16:57
by just me
Why am i forced to answer this mindless "Do you really want ...?" question when I want to logout?