Thank you for this plugin.
Please fix issue with compatibility for Paid Membership Pro. When the plugin is activated it overrides something that breaks the “Membership Level” column in the users page. The membership levels do not show up on the list. Probably because of the “last active” status also being used by PMP.
Thank you.
First, the user signs up — after this stage, they’re in a level called “Registered” with an Active status.
Next, user is logged in and are prompted to fill out the rest of the fields in their profile form — after this stage, I want to change their membership level to “Ready for Verification” so that the admins can check their profiles manually and upgrade them to the final membership level called “Verified”
Is there any way I can trigger the change to “Ready for Verification” ? May it be using a paid plugin, or updating a meta data programatically. The profile form doesn’t also have to be SWPM’s profile form itself, I can do a separate custom form if that can work.
Any leads would be helpful.
Thank you!
However, I am finding that any line breaks and so on that are added in the back end are not showing on the front end Checkout page, so all the text is shown in one block. This looks horrible and is really un-user friendly!!
Is there a way to get the front end to include all line breaks natively?? I am having to use the Text tab and add the relevant <p> and <br/> and tags as needed but this only lasts a couple of days and then it reverts and it is really annoying both me and the client!
Any advice welcome!
Beth
]]>Is there a way to add membership levels on registration form? I want to allow new users to be able to choose their membership levels during registration, level 1 or 2.
Or is there a custom code where when user choose their ultimate member role on registration form, the pmpro membership level aligned with the role will be applied along to the new registration instead of staying on default level?
Thank you.
]]>SELECT level FROM wp_pmpro_membership_levels_groups AS mlg INNER JOIN wp_pmpro_membership_levels AS ml ON ml.id = mlg.level AND ml.allow_signups LIKE '1' WHERE mlg.group = 1 AND ml.id IN ( ) ORDER BY level ASC
]]>Creating a membership level fails systematically. Debug info is as follows:
2023-1-03 17:40:05 - Failed inserting new membership level into database. Args: array (
'name' => 'Annual membership',
'description' => 'Paid annually',
'duration' => '1',
'duration_unit' => 'year',
'trial_duration' => 0,
'trial_duration_unit' => 'day',
'price' => '100',
'fee' => '10',
'maximum_renewals' => 0,
'after_final_payment' => '',
'list_order' => 0,
'level' => '1',
'status' => 'active',
'role' => 'subscriber',
'maximum_renewals_setting' => 'forever',
'rcp-action' => 'add-level',
'rcp_add_level_nonce' => 'd3432b9a09',
'_wp_http_referer' => '/wp-admin/admin.php?page=rcp-member-levels&rcp_message=level_not_added',
)
]]>Click “Save level” -> “Error adding membership level”
Any ideas on how to solve this?
Any help is appreciated.