Logout Button

Discuss issues and requests related with the forum software
User avatar
Klark92
Posts: 161
Joined: 18 Jan 2015, 19:33

Logout Button

06 Jun 2017, 15:17

Image

Everytime I click the logout button by mistake when I want to click the notifications. I dont want it there :thumbdown:
Smart Kombo 1.0 | One of the best Knight Online's key combo program...
User avatar
Flipeador
Posts: 1204
Joined: 15 Nov 2014, 21:31
Location: Argentina
Contact:

Re: Logout Button

06 Jun 2017, 15:33

I agree... at least there should be a confirmation notification. ;)
User avatar
Xtra
Posts: 2744
Joined: 02 Oct 2015, 12:15

Re: Logout Button

06 Jun 2017, 15:41

A little more spacing between the icons might help that problem.
User avatar
Klark92
Posts: 161
Joined: 18 Jan 2015, 19:33

Re: Logout Button

06 Jun 2017, 16:31

Xtra, yes but confirm yes-no button will be more good :)
Smart Kombo 1.0 | One of the best Knight Online's key combo program...
Helgef
Posts: 4709
Joined: 17 Jul 2016, 01:02
Contact:

Re: Logout Button

06 Jun 2017, 17:06

I even did a script for this :lol:
magnet.gif
magnet.gif (179.31 KiB) Viewed 6408 times
Also, here is a similar topic.
User avatar
Exaskryz
Posts: 2882
Joined: 17 Oct 2015, 20:28

Re: Logout Button

06 Jun 2017, 17:49

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;
}
}
User avatar
joedf
Posts: 8940
Joined: 29 Sep 2013, 17:08
Location: Canada
Contact:

Re: Logout Button

07 Jun 2017, 19:32

yeah happens to me too :(
Image Image Image Image Image
Windows 10 x64 Professional, Intel i5-8500, NVIDIA GTX 1060 6GB, 2x16GB Kingston FURY Beast - DDR4 3200 MHz | [About Me] | [About the AHK Foundation] | [Courses on AutoHotkey]
[ASPDM - StdLib Distribution] | [Qonsole - Quake-like console emulator] | [LibCon - Autohotkey Console Library]
User avatar
Klark92
Posts: 161
Joined: 18 Jan 2015, 19:33

Re: Logout Button

08 Jun 2017, 16:51

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 :(
Smart Kombo 1.0 | One of the best Knight Online's key combo program...
User avatar
Exaskryz
Posts: 2882
Joined: 17 Oct 2015, 20:28

Re: Logout Button

08 Jun 2017, 19:09

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.
User avatar
Drugwash
Posts: 850
Joined: 29 May 2014, 21:07
Location: Ploieşti, Romania
Contact:

Re: Logout Button

11 Jun 2017, 06:47

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?
Part of my AHK work can be found here.
User avatar
Klark92
Posts: 161
Joined: 18 Jan 2015, 19:33

Re: Logout Button

11 Jun 2017, 12:10

oh i changed the theme and there is no logout button directly :) the second part of your msg, i dont get it buddy sorry :/
Smart Kombo 1.0 | One of the best Knight Online's key combo program...
User avatar
Drugwash
Posts: 850
Joined: 29 May 2014, 21:07
Location: Ploieşti, Romania
Contact:

Re: Logout Button

11 Jun 2017, 15:46

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. :)
Part of my AHK work can be found here.
evamaris
Posts: 1
Joined: 31 May 2016, 22:44
Contact:

Re: Logout Button

04 Oct 2017, 03:57

I agree with Flipeador. There must be a confirmation notification or box to choose whether one want to logout or not.
I'm working as Digital Marketing Manager at Dialwebhosting from last 5 years. I'm very passionate about my aim and career.
User avatar
Drugwash
Posts: 850
Joined: 29 May 2014, 21:07
Location: Ploieşti, Romania
Contact:

Re: Logout Button

04 Oct 2017, 08:10

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.
Part of my AHK work can be found here.
User avatar
jeeswg
Posts: 6902
Joined: 19 Dec 2016, 01:58
Location: UK

Re: Logout Button

04 Oct 2017, 08:17

@Drugwash: What do you think of :? The Ribbon :problem:?
homepage | tutorials | wish list | fun threads | donate
WARNING: copy your posts/messages before hitting Submit as you may lose them due to CAPTCHA
User avatar
Drugwash
Posts: 850
Joined: 29 May 2014, 21:07
Location: Ploieşti, Romania
Contact:

Re: Logout Button

04 Oct 2017, 08:42

I don't think this board can take my (real, uncensored) opinion. :)
Part of my AHK work can be found here.
User avatar
tank
Posts: 3122
Joined: 28 Sep 2013, 22:15
Location: CarrolltonTX
Contact:

Re: Logout Button

04 Oct 2017, 08:57

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
We are troubled on every side‚ yet not distressed; we are perplexed‚
but not in despair; Persecuted‚ but not forsaken; cast down‚ but not destroyed;
Telegram is the best way to reach me
https://t.me/ttnnkkrr
If you have forum suggestions please submit a
Check Out WebWriter
User avatar
joedf
Posts: 8940
Joined: 29 Sep 2013, 17:08
Location: Canada
Contact:

Re: Logout Button

23 Oct 2017, 19:29

Implemented! great!
https://github.com/ahkscript/forum/comm ... a405b3a46a
Thanks tank :+1:

I kept forgetting about it.
Image Image Image Image Image
Windows 10 x64 Professional, Intel i5-8500, NVIDIA GTX 1060 6GB, 2x16GB Kingston FURY Beast - DDR4 3200 MHz | [About Me] | [About the AHK Foundation] | [Courses on AutoHotkey]
[ASPDM - StdLib Distribution] | [Qonsole - Quake-like console emulator] | [LibCon - Autohotkey Console Library]
User avatar
derz00
Posts: 497
Joined: 02 Feb 2016, 17:54
Location: Middle of the round cube
Contact:

Re: Logout Button

23 Oct 2017, 19:36

nice :wave:
try it and see
...
just me
Posts: 9425
Joined: 02 Oct 2013, 08:51
Location: Germany

Re: Logout Button

30 Oct 2017, 16:57

Why am i forced to answer this mindless "Do you really want ...?" question when I want to logout?

Return to “Forum Issues”

Who is online

Users browsing this forum: No registered users and 46 guests