And I'm very thankful for it - my mind surely has a larger need of food than my body anywayheatherbell wrote: ↑Wed Nov 22, 2023 5:53 am My comment was only as food for thought and not feature request![]()
I made something similar a while back to allow different users to have personal notes. Every note would display to all by default, but the when creating and editing you could choose between all admin users whether they should be able to see the note or not. One admin had the option to view all. This is just to say that some of the things you mention might not be too complicated, but I would have to figure out how to do it without custom tailoring too much to a specific set-up, while I also don't want to litter table.configuration with settings (or create alternatives for every add-on) - it's a balancing game, I think, and I must become smarter, so all food for thought is good
Had to google kanban -> And I have to do some more reading to dive into that rabbit-holeheatherbell wrote: ↑Wed Nov 22, 2023 5:53 am Further down the rabbit hole, have you thought about extending this addon to a kanban style to show workflow?![]()
![]()
-Looks interesting, though, and quite useful. Whatever helped make the Corolla has to be good!
I wanted to do that originally, but gave up too quickly.heatherbell wrote: ↑Wed Nov 22, 2023 5:53 am Maybe change Description and Popover to enable HTML like Title?
Now enabled with data-html="true" in the popover anchor.
Thank you very much for the feedback and clarification of the rabbit-hole you pointed out! I sincerely appreciate it!
Thank you for that, it seems that it's worth the time diving into the rabbit-hole at some point. I'll see what time allows
I really appreciate you taking the time to look into it and comment!
I considered something like that, but the problem is that the ones I've built it for (my former boss and myself) need it to always make something appear at the beginning of a month (and week). I couldn't figure out how to that with generic inputs, so had to hard-code the ratios and try to include enough to make it useable for most. And yeah, every hour is not something I want to enable, though the currenct logic could do it without too much effortburt wrote: ↑Wed Nov 22, 2023 10:11 am 1. Get rid of recurrence ratio, and simply have it as "how often to recur (days)". Allowing user to insert any number here. Maybe someone needs to do something every 2 days? Might be too much of a recode in the logic. Then again how granular to go ? Maybe something needs doing every hour!
Probably wise!
I debated whether to include another action to confirm action=remove, just to safeguard a little bit, but decided against it, as it felt like too little gain. I'll probably remove the button and just leave the link in the readme.
Curios.burt wrote: ↑Wed Nov 22, 2023 10:11 am 3. Not sure if this is my installation (localhost, not real webhost) but the checkbox in the dashboard module, seems to do nothing. Changing /includes/hooks/admin/index/tasks.php:15 to
solves it.Code: Select all
public function listen_injectBodyEnd() {
What other stuff do you have on the install? I have sometimes had troubles with loading multiple scripts in siteEnd, but I don't know enough to know why or how to solve it.
I don't see any reason not to switch to BodyEnd, but if the real problem is in my JS (as incompability with other JS) I would rather solve that
Is it a better practice, or is it for aestethics?
I made it more narrow to simulate a post-it and to not take too much horisontal space on the screen, as the nature of the module will stretch vertically.
You are a lot better with layout than I am! Never even thought of using the FA-icon for the link.
I replicated your layout to try and learn; thank you for sharing it!
And thank you very much for all the feedback and advise!
Some things I already implemented, some I will have to think about, but I'm very grateful for all the input shared here!
Version 1.0.3 uploaded with error on admin/login.php fixed, Burt's layout on the dashboard-module, uninstall-button removed and new instructions added to the readme.
//Daniel

