s2member and Buddypress Member Type
-
Is there a plugin that restricts Buddypress Member Type from taking effect until the correct s2member level/custom capability occurs from payment?
if (buddypress_member_type == type_1 && !s2member_level_type_1)
//redirect to sign up page or not show up in Buddypress Profile Search for that member type
else if (buddypress_member_type == type_2 && !s2member_level_type_2)
//redirect to sign up page or not show up in Buddypress Profile Search for that member typeThe execution can be several things, not show up in the search, not display member type on user profile page, redirect the user only to membership signup page, etc.
Thanks in advance.
- You must be logged in to reply to this topic.