Hi Brajesh, I would like to force new members of BuddyPress to sign up for a WooCommerce product/membership on the first login, after registration, eg. by directing them to the product page, with no option of entering any pages and BuddyPress content, before they have selected a product or membership plan, and their credit card is registred. This is for safety reasons.
After this first login and registration all pages and content should be free to access.
Can I achieve this with Member Types Pro?
Regards
CarstenHi Brajesh, I came up with a possible solution myself which leads to a new question regarding the
buddydev_custom_get_role_based_message_limit( $role )
code.0 means no limit, but what should I put into
'limit' =>
for restricting sending messages in general for participants?Regards
CarstenPlease use a negative value like -1 to stop it completely.
Regards
BrajeshThe default settings are applied for everyone whose role you do not specify in the custom code. The default settings is the one you configure on Dashboard->Settings->BuddyPress->Options page.
Regards
BrajeshStrange though, I have a member assigned as Participant, who are not able to send messages, even with these settings:
How many messages a user can send? 50
During the time? 10 MinutesThe Private message Button option is hided, when the option is activated, but there are no notification about the limit has reached.
And there are no limitation set for Participant in the code yet, it’s like the plugin is not responding correctly with this role?
Regards
CarstenHi Carsten,
Since you are using custom code for role based limit, Please share them again. Also, let me know what is the default settings for the rate limiter(in admin).PS:- Did you upgrade to our latest release?
Regards
Brajesh
You must be logged in to reply to this topic.