Skip Navigation

[Resolved] Content access

This support ticket is created 6 years, 1 month ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

Author
Posts
#1168967

Tell us what you are trying to do?
Grant access to posts for a certain level and also for the levels below that level.
I have 4 level.
1) GBY-Member - access to all pages and Custom post type archive pages But not Bronze, Silver or Gold content.
2) Bronze Level - access to all the above + Bronze labelled posts
3) Silver Level - access to all the above + Bronze & + Silver labelled posts
4) Gold Level - access to all the above + Bronze & + Silver & +Gold labelled posts

I am trying to utilise Post groups but it is not allowing the content in the level below to be seen!

Is there any documentation that you are following?
https://toolset.com/documentation/user-guides/limiting-read-access-specific-content/

Is there a similar example that we can see?
not that I know of

What is the link to your site?
hidden link

#1169434

Hello,

There isn't such kind of feature within "Posts Groups" of Access plugin.

In your case, I suggest you try with custom user roles:
https://toolset.com/documentation/user-guides/managing-wordpress-admin-capabilities-access/

Then use shortcode [toolset_access] to check current user's role, and display correspond content:
https://toolset.com/documentation/user-guides/access-control-texts-inside-page-content/