adispiac
Forum Replies Created
-
Hi,
We’ve added a new filter in version 2 which you can use to redirect users to a custom page (like Recover Password) when the “Lost Password” link from Login is hit.The update will be released beginning next week.
You’ll simply need to add this to your theme functions.php file:
function change_lost_password_link( $LostPassURL){ $LostPassURL = home_url('/recover-password'); return $LostPassURL; } add_filter('wppb_pre_login_url_filter','change_lost_password_link', 2);Make sure to change ‘/recover-password’ with your desired page link.
Hi,
1. Yes, there’s a wide list of hooks and filters you can use to extend Profile Builder functionality. Since we recently launched version 2, the new hook list is not yet published. However, if you decide to go for the premium version you’ll get help on our dedicated support forums.2. This requires custom coding as it’s not possible by default with PB. Both Email Confirmation and Admin Approval are available in Profile Builder, but to enable Admin Approval to certain users with certain IPs, you’ll need to add some custom coding. Again, we can give you pointers for this on the premium support forums.
Also, for any other pre-sale questions feel free to write us directly here.
This forum is dedicated to the free version of the plugin.Hi Robert,
Thank you for your feedback, they are all valid points.
Just wanted to let you know all these points are now available n the newly released version 2 of the plugin.
Hope you’ll check it out and we’ll love to hear your impressions.
Hi Adam,
Thank you for your feedback, these are all valid points.
Just wanted to let you know that the plugin UI has been completely redesigned in version 2, now being heavily based on default WordPress looks and styling.
Would love to hear your impressions 🙂
Hi,
That’s actually WordPress default setup, not related to Profile Builder.To change this in your WP admin UI simply go to Settings -> General, and under Membership make sure you check “Anyone can register”.
That will allow people to sign up for your website.
P.S. Would appreciate if you could change your review rating to reflect this 🙂
Hi,
Had a look at the code, tested it out and everything seems to work fine. So, you can use it with confidence 🙂Hi Enrico,
Please post your question here, on the premium support dedicated forums.On this forum we have to stick to free version functionality.
Thanks for understanding.Hi Jason,
Please send us an email with your project details and we’ll make sure to let you know if Profile Builder is the right fit.Hi,
The simplest way to achieve this is to use the body class “logged-in” to hide the Register and Login pages from your menu via css.Simply add this to your theme’s style.css file:
/* hide the register page when user is logged in */ .logged-in .nav-menu li.page-item-5 { display:none; }Make sure to replace page-item-5 with your Register page number. The same goes for Login.
Also keep in mind that if you remove the login page after a user logs in, you’ll need to offer him a way to logout. You should consider having a login widget in the sidebar.
Hi Carolina,
There’s no conflict between Profile Builder and Woocommerce. More so, you can add shipping and billing fields from WooCommerce to the user profile fields created with our plugin.Showing pricing by user role is something you need to custom code in WooCommerce, even though I’m not sure this is something WooCommerce supports (multiple prices per product). You need to ask this in their support forums.
Regarding multiple registration forms with different fields for certain user roles, you can easily set them up with Profile Builder.
For any other questions regarding pro functionality, please get in touch via email and we’ll make sure to reply quickly.
This forum is focused on free version only and if we continue there’s the risk for this topic to be closed by moderators.
Hi Cris,
Name, Contact Info and About Yourself are all Headings field types. In version 2.0 you can easily remove(“Delete”) them from the Manage Fields tab.Also for any pro related questions please address our premium support forums. This forum is for the free version only.
Thank you,
From your requirements you might need a combination of a user registration plugin and a front-end posting one. Here are two that we worked on, which play well together and might save you lots of development time:
– Profile Builder allows setting up multiple registration forms with different profile fields
– WCK Front-end posting – which offers an easy way to add content from the front-endHope this helps.
If you’re not comfortable writing code you should look into the Multiple Registration Forms module from Profile Builder. Although it’s available only in the premium version, it can help you set up multiple registration forms with different profile fields for certain user roles.
You can use it for the front-end registration part and WP Members for content restriction and creating the custom user roles.Hi Skippy,
Maybe this will help, although it’s available only in the premium version.
You can use Profile Builder for setting up multiple registration forms, and S2 member for creating the user roles and processing the payments.You should look into Profile Builder. It’s shortcode based and you can specify the role for each registration form (patient and doctor). For doctors you can set a specific page (not visible in the main menu) and send them the link to their registration page.
Hope this helps!