• Resolved jesspetrohoy

    (@jesspetrohoy)


    http://4fiberoptics.com/member-portal/member-directory/

    I’m having trouble figuring out how the user pages function. I can see that it’s a part of register helper. I tried putting the shortcode [pmpro_profile] directly into the user pages, but that just displayed on the front end. When you click on View Profile for a member in the directory, you get a 404 page.

    I’d also like to be able to show credentials (i.e. job experience, skills, occupation) on the member directory and a way to ‘sort by’ these filters. Is this possible?

    I realize that user page functionality is a frequent topic of discussion, so I apologize if there is some redundancy here, but I searched forums and github and couldn’t find a solution to my problem.

    I’d appreciate any help.

    Thanks,
    Jess

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

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

    (@strangerstudios)

    “user pages” might refer to the pmpro-user-pages addon, which is a different thing.

    You are talking about the profile module of the PMPro Register Helper plugin.

    You need to uncomment these lines in the plugin or move them into another custom plugin to get the profiles working:

    global $pmprorh_options;
    //$pmprorh_options["register_redirect_url"] = home_url("/tools/rq/");
    //$pmprorh_options["use_email_for_login"] = true;
    //$pmprorh_options["directory_page"] = "/directory/";
    //$pmprorh_options["profile_page"] = "/profile/";

    RE showing stuff in the profile, you need to edit the templates. Read the docs.

    RE sorting by filters, that would have to be custom coded into the profile template php.

    If you need further help with this, reach out on our member forums:
    http://www.paidmembershipspro.com/forums/forum/members-forum/

Viewing 1 replies (of 1 total)
  • The topic ‘pmpro profile page (front-end)’ is closed to new replies.