- This topic has 1 reply, 2 voices, and was last updated 3 years, 4 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eMember › WP eMember Tweaks › Member cannot see the content of his/hers secondery memberlever
We noticed that our users cannot browse content that was protected by their secondary member level.
We made some small adjustments to the base code of the search function we thought might cause the issue but disabling our edits still resulted in the same issue. The strangest thing is we have 4 membership levels two groups of two memberships. In group one this issue does not occur ( members with primary level 1 can see the content of secondary level 2, but members of level 3 cannot see secondary level 4 ). In order to identify the issue, I wanted to debug the function that determines if a user can see the content of the page but I failed to find the specific function. Do you have some documentation on the codebase , and/or any directions in what might cause this issue?
If you created a test page, that all 4 levels can access, with these shortcodes; what happens?
[emember_protected for="1"]
Membership level 1 can see this message.
[/emember_protercted]
[emember_protected for="2"]
Membership level 2 can see this message.
[/emember_protercted]
[emember_protected for="3"]
Membership level 3 can see this message.
[/emember_protercted]
[emember_protected for="4"]
Membership level 4 can see this message.
[/emember_protercted]