Forum Replies Created
-
AuthorPosts
-
January 12, 2015 at 3:12 pm in reply to: Membership – I need to allow multiple users access to one membership account #67923
photizo
MemberI feel very silly if that works! I will try this. Thanks for the reply
photizo
MemberA mix of each. Individual subscribers sign up on a per annual basis, but we have corporate subscriptions where a specific end-date is given so that the multiple users from the same company share the same start and expiration dates.
photizo
MemberIt wouldn’t be fun if it wasn’t “the hard way”
photizo
MemberNot a pro, but I manage pretty well. Fire away, and if I don’t understand it, at least I’m no worse off than I am now!
photizo
MemberBefore. I want to know whether or not to even SHOW them the link to that category and not let them see something that, when they click on it, tells them they don’t have permissions to view anything.
photizo
MemberUnfortunately, that’s not very intuitive. The pseudocode for what I’m trying to do:
if (user can access category id=”id”) {
display this content
}
I’d even be fine with “membership level can access category id” as a boolean parameter, since I can easily find out the membership level to which the user belongs.
I suppose I COULD write the code to find out if the user has permission to access one post inside of that category, but that’s prone to failure should that post be deleted, moved, or belong to more than one category.
-
AuthorPosts