Teodor Cosofret
Forum Replies Created
-
Thank you for your review and kind words. It means a lot to us!
Thank you for your review and kind words. It means a lot to us!
Hi,
If you encounter any issues by using Paid Member Subscriptions you can always open a Support Thread or you can send us a Support Ticket.
Thank you for changing your review.
Best regards,
Hi,
Thank you for reaching out to us.
You will need to contact the support of WPML in order to help you with this request. https://wpml.org/forums/topic/how-to-translate-wp-login-php/
Best regards,
Thank you for your review!
Hi Bryan,
Sorry for the late reply. I will answer your questions below:
Inside Profile Builder Hobbyist and Pro we have the Admin Approval feature that you can use to approve your users after registration.
Profile Builder is not integrated with “New User Approve” plugin because it has its own Admin Approval feature. This plugin only works on the Default WordPress Forms.
The password field is a mandatory field but even if the user setup the password he will not be able to login if he is not approved. With some custom code we can remove the password field and generate an automatic password for the user.
Using the Profile Builder Admin Approval feature, after registration the Admin is notified about the user registration. He will need to login and go to User -> All users -> Admin Approval. If he approves the user, the user will receive a specific email and if he doesn’t the user is notified about this. You can customize these email notifications using the Admin Email Customizer and the User Email Customizer modules available in Profile Builder Pro.
We can hide the “Send these credentials vie email.” checkbox with some custom code. Add it inside your functions.php file or inside a custom plugin:
/* * Send Credentials via Email hidden. Tags: send credentials, email */ //add_filter('wppb_send_credentials_checkbox_logic', 'wppbc_send_credentials_hidden', 10, 2); function wppbc_send_credentials_hidden($requestdata, $form){ return ''; }
You can test out Profile Builder Pro on our demo install.
If you have any other questions regarding the Pro version please submit a support ticket because we are not allowed to offer support for paid plugins on these free forums.
Best regards,
Hi,
Thank you for your feedback. Can you give me more details regarding the issue that you encountered?
Also can you submit a support ticket in order to investigate this issue?
I would like to know what happened on your domain after you installed / activated Profile Builder.
Looking forward to you reply.
Best regards,
Thank you for your review and kind words. It means a lot to us!
Thank you for your review and kind words. It means a lot to us!
Thank you for your review and kind words. It means a lot to us!
Thank you for your review and kind words. It means a lot to us!
Thank you for your review and kind words. We will do our best to improve our plugin on a daily basis.
Edited
- This reply was modified 7 years, 4 months ago by Teodor Cosofret.
Thank you for your review and kind words. It means a lot to us!
Hi,
Thank you for reaching out to us and for your interest in our plugin.
I will answer your questions below:
1. With the help of the “Sign-up Fee” feature you can charge people upfront when subscribing to a Subscription Plan. Basically the SP will cost £15 but you can add another £15 for the first subscription.
2. Yes this is possible using the “Sign-up Fee” feature.
3. My suggestion would be to take a look at Stripe, if you don’t want to use PayPal, because PMS is not integrated with Gocardless. I will add this payment gateway into our Feature Requests List and this means that in the future the dev team will add this payment gateway.
4. If you would like to display inside the Registration form the WooCommerce Billing and Shipping Fields you will need to use Profile Builder and the WooCommerce Sync add-on (docs). With the help of this add-on you can display those fields in the Registration form.
Profile Builder and PMS are compatible and you can PB for User Management like Registration, Login, Edit Profile and PMS for Subscription Plans, Content Restriction and Payments.
You can test PB Pro and PMS Pro on our demo installs: PB / PMS.
If you have any other questions regarding PMS or PB please sumbit a support ticket because we are not allowed to offer support for paid plugins on these free forums.
Best regards,
- This reply was modified 7 years, 4 months ago by Teodor Cosofret.