Philippe Roussel
Forum Replies Created
-
I have recently installed Cleantalk, though. And it seems the plugin hides new users. I am going to check on that side.
Hi Kim,
I did. No spam.
I meant: new paidmemberships pro members do not appear as wordpress users
Forum: Plugins
In reply to: [Better Search Replace] The plugin has stopped workingI also get: “DRY RUN:?1?tables were searched,?0?cells were found that need to be updated, and?0?changes were made.”
I searched in wp_posts, where dozen of posts are concerned by the update…
It appears that the properly written code would be the following, but it does not change anything. Still no Cancel link on the Account page.
function my_pmpro_account_profile_action_links( $pmpro_profile_action_links ) {
$pmpro_profile_action_links[cancel] = sprintf( esc_url( $my_cancel_url ), esc_html__( Cancel, paid-memberships-pro ) );
return $pmpro_profile_action_links;
}
add_filter( pmpro_account_profile_action_links, my_pmpro_account_profile_action_links );
if ( ! empty( $my_cancel_url ) ) {
$pmpro_profile_action_links[‘cancel’] = sprintf( ‘%s‘, esc_url( $my_cancel_url ), esc_html__( ‘Cancel’, ‘paid-memberships-pro’ ) );
}return $pmpro_profile_action_links;
add_filter( ‘pmpro_account_profile_action_links’, ‘my_pmpro_account_profile_action_links’ );
Hi Nebu,
Sorry for not having replied. I recreated the form from scratch, and it works.
Hi Jarryd,
Like this?
function my_pmpro_account_profile_action_links( $pmpro_profile_action_links ) {
$pmpro_profile_action_links[cancel] = sprintf( %s, esc_url( $my_cancel_url ), esc_html__( Cancel, paid-memberships-pro ) );
return $pmpro_profile_action_links;
}
add_filter( pmpro_account_profile_action_links, my_pmpro_account_profile_action_links );Hi Jarryd,
I have added the following line to the code you gave in reference, save the whole thing in Code Snippets, emptied the CDN and website’s caches, created a fake user. No change. I guess this was not what I had to do. Which instructions should I follow?
Here the code I added:
if ( ! empty( $my_cancel_url ) ) {
$pmpro_profile_action_links[‘cancel’] = sprintf( ‘%s‘, esc_url( $my_cancel_url ), esc_html__( ‘Cancel’, ‘paid-memberships-pro’ ) );
}I forgot to thank you. ??
Hi,
Everything is up to date. For now, I have found a workaround and do not need WPTable anymore. If the issue persist on another occasion, I’ll come back to you.
Thank you.
Hi Adam,
It is a regular form, and I use a shortcode. Enabling or disabling the AJAX loading option does not change anything.
Forum: Plugins
In reply to: [Affiliate Program Suite — SliceWP Affiliates] Subscription payment syncingThank you, Mihai.
Beautiful! Now, is it possible to get rid of the following (I promise this is the last thing I’ll ask about the confirmation page subscribers see…):
Below are details about your membership account. .
- Account: Bruce ([email protected])
- Membership Level: Free
Hi Jarryd,
This is like pushing the piano instead of the stool. ?? Can I just remove the sentence “A welcome email has been sent to [subscriber’s email]” in the confirmation message subscribers see on the website?
It’s nothing special. I simply decided to ask the question not on the PMP subscription form but later in my newsletter welcome series. It’s a one-question survey that allows me to dispatch concerned people to the relevant Mailerlite group.