• Brian

    (@bwold)


    Hello, I’m working with a small nonprofit who wants to display their membership list to other members. Like just about any membership list, there are a number of extra fields beyond first/last/email. They want to display a member list that would include First, Last, Job Title, Company, Email, Phone, and some general text about the member. Naturally, it should only show current members.

    So, I’ve installed the Register Helper addon, but I find the documentation sparse. I’ve added custom fields and managed to figure out that I place a shortcode like this on a page:
    [pmpro_directory level="1"]
    …and another page with
    [pmpro_profile]

    That gets me a list of users for a single membership type, plus a search box, and each name is clickable to see the full profile.

    Sweet, but not good enough. Now I want to customize the list — to display those custom fields, for example, or to display all membership levels at once. And I want to customize the profile display, to set the display order of these fields.

    Is that even possible with the current plugins, or does one need to start hacking the code?

    Thanks in advance.

    https://wordpress.org/plugins/paid-memberships-pro/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Jessica Oros

    (@jessica-o)

    Hey Brian,

    We know the documentation is a little lacking but we’re working on revamping a ton of it at the moment. We actually do a lot of custom directories like this for clients by defining a new shortcode, and loading a custom directory template similar to the page template function at the bottom of this page: http://www.paidmembershipspro.com/documentation/advanced-techniques/templates/

    The directory template can be found in …/plugins/pmpro-register-helper/modules/directory.php

    If you need more help, please consider becoming a member at http://www.paidmembershipspro.com/pricing/ for our member support forums.

    Thanks,
    Jess

    Thread Starter Brian

    (@bwold)

    Appreciate the extra info.

    Sounds like a flexible directory function is a common request. Rather than bury it in a plugin that’s primarily for adding extra fields, perhaps a standalone plugin (or core feature of the main plugin) makes sense.

    Great H-master

    (@great-h-master)

    Hi Brian. Thanks for the suggestion. We always appreciate feedback on how to make our plugins better. We will take this into consideration in our planning and implementation. Let us know if have any further questions or concerns. Thanks again.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Membership List’ is closed to new replies.