SRI Exceptions?
-
Hello all,
I just started testing S2Member for an upcoming membership-based site using BuddyPress as well underneath. I have assigned Level 0 as Pending to manually review and approve registrants into the site. I would like to allow them to see the membership list, their own profile and to edit their own profile, but NOT anyone else’s profiles. The URI structure is the following:
website/members/ <— main member list (YES)
website/members/myusername <– my activity page (YES)
website/members/myusername/profile <– my profile (YES)
website/members/myusername/profile/edit <– edit my profile (YES)
website/members/someoneelse <– a different profile (NO)Currently I have the following URI Restrictions which allows viewing of the main member list but not any other profiles (not even my own):
/members/a
/members/b
/members/c
.
.
.Q1: Is there a way to wildcard the URI so I don’t have to make a restriction for each letter and number?
Q2: Are there exceptions allowed to restrict a URI but not if it contains a specific string as noted above?
Thanks for any insight and help!
- The topic ‘SRI Exceptions?’ is closed to new replies.