Hi Jason,
I'm really digging into S2Member now, and I want to use it for another project of mine. I've decided that Custom Capabilities are the best solution for my needs, and now I want to use it to protect specific BuddyPress Groups (where support and downloads can be found). So my idea was to do this:
Make a new Custom Capability for every new Premium Group which add that tag that I would like to use to define that membership.
Then go into my themes functions.php file and restrict the access to that group to the member with that custom capability added, like you showed in the video. But since I can't write any PHP I have no idea how to write the code that allows me to block someone from a hard coded URL. In the video example you use
for restricting access based on tags or categories.
So what I would like to do is create levels that allows access to a certain group URL only.
but I have no idea to modify it to replace tags/categories with an hardcoded url or a BuddyPress conditonal tag. Any ideas how to achieve this?
Thanks in advance,
Bowe