Skip Navigation

[Resolved] Relationship option not showing in edit screen

This support ticket is created 4 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.

No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.

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)

This topic contains 5 replies, has 2 voices.

Last updated by stewartE 4 years ago.

Assisted by: Luo Yang.

Author
Posts
#1808875
service.PNG

I have created a post group called TEST and added a page to it. I have then I have then created a user called test who has the same permissions as a subscriber and given that user read, edit and delete access to the post group as well as the type fields within that cpt. This is because I don't want this user to have access to the back end at all (so they must be a subscriber) but I want them to be able to edit and delete certain pages.

I also have a 1-2 many relationship which connects this custom post to another (A Department can have many Services). If I access this post as an admin I can see the option to add this (see screenshot) but if I access as test user the relationship field is not available.

Thanks!

#1811935

Hello,

Please elaborate the problem with more details:
How do you setup " given that user read, edit and delete access to the post group"?

If you don't want those users to access your website backend, you can use Toolset Forms plugin to setup a relationship form, your user can use it to setup the relationship (1-2 many relationship) between posts:
https://toolset.com/course-lesson/front-end-relationship-forms-for-connecting-posts/

#1818001
Capture.PNG

Hi Luo =-please see the screenshot of the post grup where I have given the user read, edit and delete access to a post group.

This works fine except they cannot see the post relationship field

Thanks!

#1818051
edit.PNG
relationships.PNG
related.PNG
form.PNG

Note - I did also create a relationship form but I'm not using Toolset Blocks (I'm using views) and its not clear what I am supposed to embed from the instructions.

I've already created the parent child (1 to many) relationship between the posts using Toolset relationships I'm just trying to find a way to allow my users to link the posts themselves. They could use a form or via the black toolbar. They have access to the edit page but the parent > child field is missing for them although I as an admin can see it.

#1818751

In your screenshot:
https://toolset.com/wp-content/uploads/2020/10/1818001-Capture_13.png
It can only Limit read access to specific content in front-end

In your case, it is WP admin side, you will need to follow our document to setup the Access control to post type:
https://toolset.com/course-lesson/setting-access-control/

I have tried it in my localhost, it works fine, I can setup the post type relationship field with other user role, for example "Contributor"

#1821373

My issue is resolved now. Thank you!