Display Directory
-
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; }
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Display Directory’ is closed to new replies.