Solved Button proposal Topic is solved

Discussion about the AutoHotkey Foundation and this website

Do you think that Ask For Help section needs Solved button?

Yes
24
89%
No
3
11%
 
Total votes: 27
User avatar
tank
Posts: 3122
Joined: 28 Sep 2013, 22:15
Location: CarrolltonTX
Contact:

Re: Solved Button proposal

01 Jul 2016, 19:30

I honestly dont know what your talking about. What is a 'test' forum?
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
TAC109
Posts: 1098
Joined: 02 Oct 2013, 19:41
Location: New Zealand

Re: Solved Button proposal

01 Jul 2016, 20:53

I suppose it's more a Usenet thing. Anyway I was trying to test aspects of the 'solved' button and I attempted to do this in the 'off topic' forum as it seemed to be the most appropriate forum to use. I and someone else had done this earlier without problems but my recent attempt didn't work. I was wanting to see what the 'solved' icon looked like in the different board styles and whether, having turned it on, it could be turned off.

Such a simple thing, but apparently fraught with difficulties.
My scripts:-
XRef - Produces Cross Reference lists for scripts
ReClip - A Text Reformatting and Clip Management utility
ScriptGuard - Protects Compiled Scripts from Decompilation
I also maintain Ahk2Exe
User avatar
joedf
Posts: 8940
Joined: 29 Sep 2013, 17:08
Location: Canada
Contact:

Re: Solved Button proposal

01 Jul 2016, 23:56

Sure why not? :)
Edit: now enabled for all in offtopic
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
joedf
Posts: 8940
Joined: 29 Sep 2013, 17:08
Location: Canada
Contact:

Re: Solved Button proposal

04 Jul 2016, 14:25

I've intergrated my greasemonkey script into the simplicity theme.
https://autohotkey.com/boards/styles/si ... tsolved.js
GitHub Commit: https://github.com/ahkscript/phpbb31_st ... 47fb3e1ca0
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
joedf
Posts: 8940
Joined: 29 Sep 2013, 17:08
Location: Canada
Contact:

Re: Solved Button proposal

05 Jul 2016, 09:36

http://autohotkey.com/boards/ext/tierra ... uttons.css @ line 4
changed

Code: Select all

.topicsolved-icon.dropdown-select:after {
	background-image: url("images/topicsolved_icons_button.png");
}
to

Code: Select all

.topicsolved-icon.dropdown-select:after {
	background-image: url("images/topicsolved_icons_button.png") !important;
	color: transparent;
}
There's still the issue of the on-Hover css and also the contrast isn't very good for checkmark.
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
joedf
Posts: 8940
Joined: 29 Sep 2013, 17:08
Location: Canada
Contact:

Re: Solved Button proposal

05 Jul 2016, 09:45

FIXED:
changed it to

Code: Select all

.topicsolved-icon.dropdown-select:after {
	/*background-image: url("images/topicsolved_icons_button.png") !important;
	color: transparent;*/
	color: white;
	content: '\f00c';
}
EDIT: changed '\002714' to '\f00c' (using font-awesome's checkmark instead of universal unicode)
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]
lexikos
Posts: 9553
Joined: 30 Sep 2013, 04:07
Contact:

Re: Solved Button proposal

09 Jul 2016, 19:51

joedf wrote:Understood. Here are the current settings.

Code: Select all

Yes
	Ask For Help
No
	Everything else...
It seems that you haven't enabled it for the Gaming sub-forum.
https://autohotkey.com/boards/viewtopic ... 702#p96702


Btw, is there a way to unmark a post or change which post is marked as the answer?
User avatar
joedf
Posts: 8940
Joined: 29 Sep 2013, 17:08
Location: Canada
Contact:

Re: Solved Button proposal

10 Jul 2016, 11:00

lexikos wrote:It seems that you haven't enabled it for the Gaming sub-forum. [...]
Oops! Thanks, I've set it now.
lexikos wrote:Btw, is there a way to unmark a post or change which post is marked as the answer?
topic-solved Plugin wrote:Allow topics to be reopened: Give users or moderators the ability to set a topic back as not solved. Moderators can unsolve topics in both yes-options.
I have set it to Yes, moderator for all of them.
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]

Return to “About This Community”

Who is online

Users browsing this forum: No registered users and 95 guests