Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author dimitrov.adrian

    (@dimitrovadrian)

    Thanks for the report, I really appreciate your spent time.

    2- deadline doesn’t show in email sender .

    This is implemented in 0.7

    Could you please add more info about next because can’t get them very clear.

    1- subscriber user can’t view his tasks .

    recommend to :
    – subscriber user comment in his tasks if Finished also upload file .

    Thread Starter Muneera_Salah

    (@muneera_salah)

    hi
    Thank you again , for useful plugin .
    ok I used your plugin for manage task between admin and all roles users also subscriber .

    I recommend to add columns in widget to show task details because subscriber can’t see his task only title of task .

    also another column of small box comment to help subscriber send his comment to reporter .

    I make code for column show ” task details in widget” I’m happy if you like it and add it to your plugin ??

    file : template-admin-widget.php

    <th class="scifi-task-manager-admin-widget-col-task">
            <?php _e('Task details', 'scifi-task-manager')?>
          </th>
    <td class="scifi-task-manager-admin-widget-col-task">
              <p>
    		    <?php if ($post->post_content):?>
              <p>
                <?php echo $post->post_content?>
               </p>
              <?php endif?>
            </td>
    Plugin Author dimitrov.adrian

    (@dimitrovadrian)

    Hello and sorry for the late.

    I haven’t include this in versions before, because with small screen it is quite unusable.
    However, I have added columns in the widget admin settings (in v0.8)

    Thanks for the suggestion.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘subscriber user can't view his tasks’ is closed to new replies.