Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author julien731

    (@julien731)

    This area will display a maximum of 10 tickets.

    Thread Starter friendlydesign

    (@friendlydesign)

    Ok thks !

    Thread Starter friendlydesign

    (@friendlydesign)

    I’ve tested with 12 tickets…

    Looks here

    12 tickets are display…

    It’s a big pb if you are 50 tickets…. 😀

    Thread Starter friendlydesign

    (@friendlydesign)

    I find : 10 open limit and 5 closed limite lol OK !!!

    Page ‘user-profile.php’

    // Get tickets
    $open   = wpas_get_tickets( 'open', array( 'posts_per_page' => apply_filters( 'wpas_user_profile_tickets_open_limit', 10 ), 'author' => $post->post_author ) );
    $closed = wpas_get_tickets( 'closed', array( 'posts_per_page' => apply_filters( 'wpas_user_profile_tickets_closed_limit', 5 ), 'author' => $post->post_author ) );
    Plugin Author julien731

    (@julien731)

    My bad friendlydesign I was wrong. It is indeed 10 open and 5 closed. Thanks for correcting that 🙂

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘User profil in admin’ is closed to new replies.