$conf, $runtime; function_exists('chdir') AND chdir(APP_PATH); $r = 'mysql' == $conf['cache']['type'] ? website_set('runtime', $runtime) : cache_set('runtime', $runtime); } function runtime_truncate() { global $conf; 'mysql' == $conf['cache']['type'] ? website_set('runtime', '') : cache_delete('runtime'); } register_shutdown_function('runtime_save'); ?>plugins - Limiting buddy press features based on membership level (PMPro)|Programmer puzzle solving
最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

plugins - Limiting buddy press features based on membership level (PMPro)

matteradmin7PV0评论

I'm building a website for a client, I'm pretty new to Wordpress and PHP. I've been using buddypress and Paid Memberships Pro to build a community.

So the requirement is that one member type must not be able to send friendship requests, private and public messages to others unless they pay a fee, but can receive friend requests, private and public messages from other members.

I've tried using PMPro's Buddypress add-on to limit the features, but it only completely disables a feature for a member type.

I'm really confused about how I should go about implementing this. Any help is much appreciated. :')

I'm building a website for a client, I'm pretty new to Wordpress and PHP. I've been using buddypress and Paid Memberships Pro to build a community.

So the requirement is that one member type must not be able to send friendship requests, private and public messages to others unless they pay a fee, but can receive friend requests, private and public messages from other members.

I've tried using PMPro's Buddypress add-on to limit the features, but it only completely disables a feature for a member type.

I'm really confused about how I should go about implementing this. Any help is much appreciated. :')

Share Improve this question asked Apr 11, 2018 at 7:22 Shwetha VasudevanShwetha Vasudevan 12 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

Our docs are here: https://www.paidmembershipspro/add-ons/buddypress-integration/

When you edit a membership level, for the "unlock BuddyPress" settings, choose the "Yes - Give members access to specific features" option and it will show checkboxes for each BuddyPress module.

This should work. Make sure the general settings for non-members are locking down everything.

Post a comment

comment list (0)

  1. No comments so far