Limiting buddy press features based on membership level (PMPro)

Our docs are here: https://www.paidmembershipspro.com/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.

Add liked posts to user account

I have utilized this plugin for a similar situation: https://de.wordpress.org/plugins/ultimate-member/ Your users can register and create a profile. As the plugin comes with a lot of add-ons I’m not sure if there maybe is an add-on that solves your “attend” issue. If yes, problem solved. If not you could simply add a function which saves … Read more

Do WordPress plugins suport multisite site?

All properly written plugins work on multisite too. You should still test each plugin separately and in combination with others on a development installation. Keep in mind, the wordpress.org plugin repository is just hosting many plugins; there is no quality control – read the code before you install anything. Use the plugin Log Deprecated Notices … Read more

Facebook-like Notification Plugin for WordPress Community Blog Sites?

The BuddyPress bar shows notifications e.g. when someone friends you. I think you have to search then for BuddyPress plugins that enable your 3 requirements. and add the code to the filter for the bar on top. or widget-tify the activity stream per user enriched with whatever more data Maybe you can even award points … Read more