Viewing 1 replies (of 1 total)
  • Plugin Author George Stephanis

    (@georgestephanis)

    Nah, but it would be easy for anyone to code in as an external module. Do something like …

    if( isset( $_GLOBALS[‘ndizi’] ) ):
    $tasks = $_GLOBALS[‘ndizi’]->get_tasks( NULL, array( ‘t_user_id’ => $user_id ) );
    var_dump( $tasks );
    // You’ll actually want to foreach through $tasks, and display them however you like, but this should show you the formatting.
    endif;

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Ndizi Project Management] task list for sidebar or sites’ is closed to new replies.