Viewing 2 replies - 1 through 2 (of 2 total)
  • David

    (@ugotsta)

    Hi @macitaly,

    Currently, there’s not a built-in way to display a member list in the front-end or export to CSV.

    At this point, you can view a sortable/filterable/searchable list at:

    Membership > Members

    I took a look at the code to see if it could easily be listed through the front-end but it’s not really so easy.

    In case you’re interested, you’ll see the code for generating the member list in the following file:
    \membership\membershipincludes\classes\membershipadmin.php

    You’ll see on line 2087 (in the current version) the following:
    $wp_user_search = new M_Member_Search($usersearch, $userspage, $sub_id, $level_id, $active_op);

    You could use a similar method to generate a custom list and/or export a CSV.

    We’ll likely be looking at ways to add CSV import/export features in the future, but for now this would require custom code.

    Hope that helps. ??

    Cheers,
    David

    Thread Starter MacItaly

    (@macitaly)

    Hi David,
    thanks for answer.
    Unfortunately I cannot develop this feature by myself, but member’s list is a must to have for my project, so I have to switch to another membership plugin, all others have this possibility.
    Thanks a lot for your assistance.
    Best,

    Mac

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Members list shortcode’ is closed to new replies.