• Resolved torweb

    (@torweb)


    I’m very interested in this solution for multiple clients. Question is, can I change the text content on some of the shortcode generated pages.
    Example: My level signup page says “I want Join NWSPS!” My level is just NWSPS and I don’t know how to remove “I want.”

    One of my client wants to use this for their organizations annual dues and new member signup and some of the generated text headings and fields sound a little strange.

    Thanks in advance

    http://wordpress.org/extend/plugins/paid-memberships-pro/

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

    (@strangerstudios)

    That text doesn’t have a filter right now. But you can remove the [pmpro_levels] shortcode from the page and hand craft your own levels list.

    There are some templates you can use here:
    http://www.pagerascal.com

    Thread Starter torweb

    (@torweb)

    There must be a way to remove “I Want” The shortcode is referring to some page (code) or script. I just wanted to edit to remove it as grammar is strange when combined the level name. Here’s what mine looks like now:

    Members $100.00 $100.00 every 12 Months I want Members!

    Thread Starter torweb

    (@torweb)

    This seems to be the section on the “levels.php” page:

    <?php if(empty($current_user->membership_level->ID)) { ?>
    			<a href="<?php echo pmpro_url("checkout", "?level=" . $level->id, "https")?>">I&nbsp;want&nbsp;<?php echo $level->name?>!</a>
    		<?php } elseif ( !$current_level ) { ?>
    			<a href="<?php echo pmpro_url("checkout", "?level=" . $level->id, "https")?>">I&nbsp;want&nbsp;<?php echo $level->name?>!</a>
    		<?php } elseif($current_level) { ?>
    			<a href="<?php echo pmpro_url("account")?>">Your Level</a>
    		<?php } ?>
    Thread Starter torweb

    (@torweb)

    That was the code…I removed these sections:

    I&nbsp;want&nbsp;

    Resolved

    Plugin Author Jason Coleman

    (@strangerstudios)

    When you update PMPro (and you should when there are updates as we often fix bigs, etc), that file will be overwritten.

    To avoid that, you can create a custom template in your theme and copy the code from the levels.php page into it. Some instructions for PMPro members here:
    http://www.paidmembershipspro.com/documentation/advanced-techniques/templates/

    Plugin Author Jason Coleman

    (@strangerstudios)

    Resolving this thread.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: Paid Memberships Pro] Change wording on pages’ is closed to new replies.