I'm around and round we go
Moderator
Dec 22, 2016 20:24:30 GMT -5
Inserts a required checklist into the board(s) of your choosing to disable a button or link (for example, the "create thread" button) until all items have been checked.
RequiredChecklist_by_Smangii.pbp (2.08 KB)
A request by
Kami <3
sounds like fun on a bun!
Dec 22, 2016 21:26:49 GMT -5
I looooove youuuuuuu! ❤
This is great so far I'll post back after i've played with it a bit! Mind if I link to this in my request thread on support?
sounds like fun on a bun!
Dec 22, 2016 22:03:57 GMT -5
OK, it is 99.9% perfect for me.
that 0.1%: is there any way to display the list in two columns? I tried assigning a span to the individual list items but no go; a div makes the item go on a new line from the check mark.
i could also just be bad at css; also, I know hovers don't work on mobile but is it possible to add a hover text? Something like "Disabled until Checklist is complete"
I'm around and round we go
OP
Moderator
Dec 22, 2016 23:55:42 GMT -5
Kami You can give them a specific width that fits exactly half inside the container, if you set them to display: inline-block;
Or if you want to use flex?
sounds like fun on a bun!
Dec 23, 2016 1:05:44 GMT -5
Smangii -
setting to display: inline-block; and width: 50% shrunk the column but did not split it into two. Link here: theavatarrp.com/board/61/pending-applications Don't mind me I'm dumb! Plugin is pretty much perfect. Having a hover text over the disabled button would be great but not 100% necessary.
I'm around and round we go
OP
Moderator
Dec 23, 2016 22:42:39 GMT -5
You could use a :before css selector to add a tooltip, or just hide a <span>This is disabled</span> text in the layout template, and only show that span when the class is disabled
I can give you the CSS for my "tooltips" on the infocenter/users online bit that says last online here on SI if that is the look you are going for?
Jan 11, 2017 2:17:53 GMT -5
Hey there
Smangii! I'm not sure if this is the intended behavior or not, so I figured I'd check: when a member checks off the list and makes a new thread, then goes back to the board, the checklist is once again blank. It requires them to re-check all the boxes every time they want to make a thread. Is this expected behavior? I'd personally love to see it remember that I checked the list already and retain the checks if so. No big deal if you don't want to add this feature, though, and certainly no rush if you did decide to incorporate it. Just something that I think would make it more effective and less inconvenient for my members =D
sounds like fun on a bun!
Jan 11, 2017 3:57:09 GMT -5
Hey there
Smangii! I'm not sure if this is the intended behavior or not, so I figured I'd check: when a member checks off the list and makes a new thread, then goes back to the board, the checklist is once again blank. It requires them to re-check all the boxes every time they want to make a thread. Is this expected behavior? I'd personally love to see it remember that I checked the list already and retain the checks if so. No big deal if you don't want to add this feature, though, and certainly no rush if you did decide to incorporate it. Just something that I think would make it more effective and less inconvenient for my members =D
The issue here, I think, is that there'd be no way to differentiate when to turn it back on. If you use a key or localstorage to remember that they've already selected the checklist items for when pages switch, then it would wind up remembering this selection regardless if the post is completed. Maybe that's what you're going for? But if not, then I can only see this being possible if there's a way to check whether or not a post has been successfully submitted before clearing the check list.
Though I think this would be counterproductive for some people who might use this plugin (myself for example) so if it is possible to do this request, I'd like to follow it with the request to make it optional, or at least have a second version of the plugin without this component.