Replies
Hello Russell,
I have tested “Mediapress Paid Memberships Pro” with the Current version of BuddyPress and WordPress and it is working all levels of restriction are applying to users.
Regards
Ravi- Ravi on May 13, 2021 at 5:32 pm in reply to: [Resolved] BuddyPress Profile Data Control Question #38641
Hello Tosin,
Thank you for asking. With this plugin, You do not need the plugin. You can easily achieve this plugin functionality with Profile Data Control just make any field available to all and allow administrators to edit that field.
Regards
Ravi Hello Tosin,
Thank you for the acknowledgment. Redirection is added now. Please check and thank you for the suggestion this feature is now complete.
Regards
RaviHello,
Thank you for sharing the details. Please try the following code in your bp-custom.php file
add_filter( 'bp_get_title_parts', function ( $bp_title_parts ) { if ( bp_is_group() ) { $bp_title_parts = buddypress()->bp_options_title; } return $bp_title_parts; } );
Please do let me know if it works or not.
PS: https://buddydev.com/docs/buddypress-guides/what-is-bp-custom-php/
Regards
RaviHello Tosin,
I have added the compatibility which enables site admin to allow users to create their password on forgot password. Currently, it is in disabled mode to enable it to use the following code:
add_filter( 'bl_allow_creating_password', '__return_true' );
Please do let me know If there is any issue.
Regards
RaviHello Russell,
Thank you for showing interest in the plugin. I will check it tomorrow and will let you know.
Regards
RaviHello,
Please ignore my last message as I thought you were using BuddyPress. BuddyBoss uses post type for registering member types. But with manual registration member types register as taxonomy term, This is the reason it is not showing on that page.
Regards
RaviHello,
Thank you for the acknowledgment. The page you are referring to comes with the BuddyPress Member Type Pro plugin. Your registered member types can be found under ‘wp-admin/edit-tags.php?taxonomy=bp_member_type’ check it.
Regards
RaviHello Pasifik,
Thank you for the posting. It is not clearing me your requirement. Please do let me know are you asking to rename the group title in the group’s directory page as mentioned above or anything else.
Please do let me know are you using BuddyPress Or BuddyBoss Platform?.
Regards
Ravi- Ravi on May 12, 2021 at 3:45 pm in reply to: [Resolved] Send email to user that has been inactive for 2 months #38621
Hello Lefteris,
Thank you for the acknowledgment. I am glad that I could help. It just a programming style you can use both approaches. There is no problem.
Regards
Ravi