Forum Replies Created

Viewing 10 replies - 16 through 25 (of 25 total)
  • Thread Starter casdcasgv

    (@casdcasgv)

    One more thing that would be totally AWESOME if you added in the capability:

    If you could automatically ASSIGN an item that has been checked, to whichever user checked it. And then for each user have another widget that lists all items that individual user checked.

    So like, user a is admin
    user b is a contributor,
    user c is a contributor,

    then when user b checks a box, then user b now has a section below saying, “ITEMS ASSIGNED TO USER B”

    Also, other users than admin could not UNASSIGN the items that are assigned to other users (they can’t uncheck the box assigned to other users), but they can view it.

    Like so:

    |―――――――――――――――――――――――――――――――――――――――
    | To-Do List (also needs ability to change this text to desired text)
    |―――――――――――――――――――――――――――――――――――――――
    |
    | Category 1
    | ? item x
    | ? item z
    |
    | Category 2
    | ? item y
    | ? item z
    |
    | ITEMS ASSIGNED TO USER B
    |
    | Category 1
    | ? item y
    | ? item v
    |
    | Category 2
    | ? item u
    |
    | ITEMS ASSIGNED TO OTHER USERS
    |
    | Category 1
    | ■ item x assigned to user c
    |
    | Category 2
    | ■ item w assigned to user c
    | ■ item k assigned to user d
    |
    |―――――――――――――――――――――――――――――――――――――――

    Thread Starter casdcasgv

    (@casdcasgv)

    FYI, here are the hacks I used to change the title and add titles:

    1) Change widget title:

    • Go to /includes/cleverness-to-do-list-dashboard-widget.class.php
    • Go to line 207.
    • Find the following code:
      wp_add_dashboard_widget( 'ctdl', apply_filters( 'ctdl_todo_list', esc_html__( 'To-Do List', 'cleverness-to-do-list' ) ) .
    • Change “To-Do List” to the text of your choice.

    2) Add a title to above the “Uncompleted Items” and above the Completed Items”

    a) Add title to above the “Uncompleted Items” list

    • Go to /templates/dashboard-widget.php
    • Go to line 7.
    • Find the following code:
      <div class="uncompleted-checklist">
    • Add the following code directly below it:
      <div class="compl-title">Uncompleted Items</div>
    • You may choose different text than “Uncompleted Items” in the added line of code, to whatever you like.

    b) Add title to above the “Completed Items” list

    • Go to /templates/dashboard-widget.php
    • Go to line 14.
    • Find the following code:
      <div class="completed-checklist">
    • Add the following code directly below it:
      <div class="compl-title">Completed Items</div>
    • You may choose different text than “Completed Items” in the added line of code, to whatever you like.

    c) Now create some css to style the titles:

    • You will need to add the css either to:
      /css/cleverness-to-do-list-admin.css
      Or you could use a plugin like “Add Admin CSS” which is the plugin I use to add css to the admin pages.
    • Make the css like this:
      #ctdl .compl-title {
        /* enter your css here */
      }
    Thread Starter casdcasgv

    (@casdcasgv)

    I was trying out the showing completed items. However it’s a bit annoying because yes it moves to the bottom but it needs a header above it. I should be able to hack in a header I think but if you could add that into your next update it will be great thanks.

    For example, if it is set up like below:

    |―――――――――――――――――――――――――――――――――――――――
    | To-Do List (also needs ability to change this text to desired text)
    |―――――――――――――――――――――――――――――――――――――――
    |
    | Category 1
    | ? item a
    | ? item c
    |
    | Category 2
    | ? item b
    | ? item c
    |
    | COMPLETED ITEMS (also needs ability to change this text to desired text)
    |
    | Category 1
    | ? item b
    |
    | Category 2
    | ? item a
    |
    |―――――――――――――――――――――――――――――――――――――――

    Thread Starter casdcasgv

    (@casdcasgv)

    And another thing that’s needed:

    I need to be able to change the title of the widget from “to-do list” so something else. I am able to hack the plugin and change it manually in the code, but this is tedious because with every update I have to go find it again and do it again.

    Also something else that is really needed, is to be able to add new widget instances. I want to be able to create multiple separate dashboard widgets; the functionality already exists under the “configure” option to decide which categories I want to show in each dashboard widget.

    Thread Starter casdcasgv

    (@casdcasgv)

    Update: I noticed in the new beta you removed the “cleverness_todo” id from the widget, please add it back, I was using that to hack the style and add my own css. I’m going to manually add it back in if I can find it by hacking the plugin.

    EDIT:: nevermind it looks like you just changed the id from “cleverness_todo” to “ctdl”.

    Thread Starter casdcasgv

    (@casdcasgv)

    I added another star and added more description into the original comment:

    UPDATE: YOU HAVE ADDED THE OPTION!! in your beta 3.5 option to which you provided the link in your comment below. I added another star however if you want 5 stars then the instructions on finding the “configure” link need to be more clear.

    Also just a note, I can modify the css on the admin back end, but if you could add a better ability to modify the style of the plugin then it would be great!!!

    Also another problem is that I can’t reorder the items in my own order. For example, if I choose “categories” order, it only sorts alphabetically. As a result, I have to rename the categories to a) category 1, b) category 2, etc. which is not very clean. If I could order it how I like, it would be better. Thank you for your support! Looking forward to 3.5

    Thread Starter casdcasgv

    (@casdcasgv)

    I found the option! I never knew about this “configure” link that is hidden on the widget unless you hover over it. You should make it more clear by adding instructions about hovering over the title of the widget to show the configure link, because I didn’t see the configure link before.

    Thread Starter casdcasgv

    (@casdcasgv)

    I tried it, but there is nowhere in settings to show to completed item.

    Thread Starter casdcasgv

    (@casdcasgv)

    ok I will try, thanks for the follow up.

    Thread Starter casdcasgv

    (@casdcasgv)

    Added another star since I appreciate the development, but can’t go more than two since the bug renders the plugin entirely useless.

    What do you need from me to help you solve the issue?

Viewing 10 replies - 16 through 25 (of 25 total)