• Digital 805

    (@infooldcoastcom)


    I have PMPro Cusomizations plugin installed and working but I cannot get the memberships to push to a directory. I have included the following in my customizations plugin (is it correct?) I’ve tried it by creating a page called directory and without creating the page. Any help in understanding how to achieve it is appreciated.

    <?php
    /*
    Plugin Name: PMPro Customizations
    Plugin URI: http://www.paidmembershipspro.com/wp/pmpro-customizations/
    Description: Customizations for Paid Memberships Pro
    Version: .1
    Author: Stranger Studios
    Author URI: http://www.strangerstudios.com
    */
    
    global $pmprorh_options;
    $pmprorh_options["register_redirect_url"] = home_url("http://www.evolvedconnections.com");
    $pmprorh_options["use_email_for_login"] = true;
    $pmprorh_options["directory_page"] = "/directory/";
    $pmprorh_options["profile_page"] = "/profile/";
    
    function my_pmprorh_init()
    {
    //don't break if Register Helper is not loaded
    if(!function_exists("pmprorh_add_registration_field"))
    {
    return false;
    }

    https://ww.wp.xz.cn/plugins/paid-memberships-pro/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jason Coleman

    (@strangerstudios)

    The page at /directory/ should have a [pmpro_directory] shortcode on it. If so, that page should show a list of all members.

    We can help you further on our member forums.

    Thread Starter Digital 805

    (@infooldcoastcom)

    Thanks. It sort of works. Is there a way to display more than just a name on the directory page? Also, the Profile page is missing. How do I get that do go the user profile?

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

The topic ‘Display Directory’ is closed to new replies.