Cindy Kendrick
Forum Replies Created
-
Forum: Plugins
In reply to: [Cleverness To-Do List] Assigning UsersIs the List View Type on the first settings tab set to Group? The assignment box won’t show up if it’s set to Individual.
Forum: Plugins
In reply to: [Cleverness To-Do List] table headings overlappingThank you, this should be fixed in the latest update.
Forum: Plugins
In reply to: [Cleverness To-Do List] todoadmin listWhen you add a new task, it reloads the entire table, including the table headings which resets the filter. So, unfortunately, that’s just the way the plugin works.
Forum: Plugins
In reply to: [Cleverness To-Do List] Translation problemThanks!
For “Delete” – it looks like 2 instances of it in /includes/cleverness-to-do-list.class.php are missing the plugin language identifier (‘cleverness-to-do-list’). These are line #s 534 and 536. I also have a filter for the term Delete, ctdl_delete, that you can use to change the word.
The priorities are a little different. They’re actually settings under To-Do List > Settings > Advanced Settings tab. They’re the 3 priority labels. If they’re showing up wrong, please let me know where it’s happening.
Forum: Plugins
In reply to: [Cleverness To-Do List] Coloured Progress BarThanks! It is not possible within the plugin as-is, although it is possible: Dynamically change the color of jQuery Progress Bar.
Forum: Plugins
In reply to: [Cleverness To-Do List] Version 3.4 Beta 2Version 3.4 is now out.
Forum: Plugins
In reply to: [Cleverness To-Do List] Version 3.4 Beta 1Beta 2 is now out! Thank you very much for the notice of the Visual Editor bug.
https://www.ads-software.com/support/topic/version-34-beta-2
Forum: Plugins
In reply to: [Cleverness To-Do List] Version 3.4 Beta 1Thanks, I have a new beta version almost ready to go with the visual editor issue fixed.
Forum: Plugins
In reply to: [Cleverness To-Do List] Customisation with extra fieldsMy goal is to make the plugin completely customizable through the use of filters, actions, and templates so you don’t ever need to edit core files.
That said, it’s not quite in that state. I have lots of filters and actions but more are probably needed. I have templates for the dashboard widget and widget but the other views still need to be converted.
The files that most likely need to be edited are /includes/cleverness-to-do-list-frontend.class.php and /includes/cleverness-to-do-list-library.class.php. The frontend class is an extension of the main class in /includes/cleverness-to-do-list.class.php which is what’s used on the backend and has a show_id function.
If you find a place where a filter/action is needed in order to add additional fields, please let me know and I’ll add one there.
Forum: Plugins
In reply to: [Cleverness To-Do List] Version 3.4 Beta 1Thanks for the report. I will look into that.
Does it work if you use the beta version of 3.4 I posted at https://www.ads-software.com/support/topic/version-34-beta-1?replies=1?
I had changed the way new to-dos are added in the todoadmin shortcode.
I tested this and am unable to replicate the issue. Are there any other plugins active or any modifications to the theme? Does a default WordPress theme work?
Forum: Plugins
In reply to: [Cleverness To-Do List] ability to undo completed task from front end?For the shortcodes, the attribute to use is completed=1. There’s also a completed=only for the todolist shortcode. For todoadmin, it would be [todoadmin completed=1].
Sorry for the confusion, I will need to make that more clear.
Forum: Reviews
In reply to: [Cleverness To-Do List] I want to show completed items with option to hideAwesome feedback, thanks. I’ll add heading and completed heading options before the final release of this version and add your other suggestions to my list of features to consider.
Forum: Reviews
In reply to: [Cleverness To-Do List] I want to show completed items with option to hideThanks, I will add a notice about it on the Settings page.