This support ticket is created Il y a 6 années et 12 mois. 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.
- Build a membership site.
- On this site a user can make an account and login to their 'personal dashboard'.
- This personal dashboard should show a view of company reports (CPT)
- A company report is assigned to the specific (logged in) user (and only to that user).
- The specific (logged in) user can approve or decline the report on the detail page.
- This approval or declination should be visible in the CPT reports.
- This approval or declination should show the report in another view.
- Ideally the post can be assigned to several users.
I searched and found out that assigning a post to a user is impossible since there is not a parent/child relationship possible. Now i'm a bit stuck.
Hello. Thank you for contacting the Toolset support.
Well - the best way I think to achieve this, the workaround is to create a child post for Reports.
- Report CPT (parent)
- ReportUsers( new CPT should be created as child of Report )
- assign child post author as user