Hi,
I making a major site, with lots of forms. In the final step I need to create some kind of post list for the unique user logged in. I am not sure if this is what you refer to as a directory site, but I am attempting to create something similar to attached images.
May I make this in toolset? If so - do you have a tutorial or maybe offer some kind of advice regarding initial approach.
Starting to get a hang of this now 😉 - So I truly hope this is possible to achive with your excellent tools!
Hello,
It is possible with Toolset plugins, for the question: create some kind of post list for the unique user logged in.
You can try author filters, see our document:
https://toolset.com/documentation/user-guides/views/filtering-views-query-by-author/
Section "Post author is the same as the logged in user"
With this mode you can let a user view only his posts.
For the screenshot you provided above:
https://toolset.com/wp-content/uploads/2019/12/1413695-Skjermbilde_2019_12_17_kl._19.20.44.png
You can try post status filters, see our document:
https://toolset.com/documentation/user-guides/views/filtering-views-query-by-post-status/
For the screenshot:
https://toolset.com/wp-content/uploads/2019/12/1413695-Skjermbilde_2019_12_17_kl._19.19.28.png
Since it is not in English, I am not sure what it is, it seems you need to display edit form link. If it is, please check our document:
https://toolset.com/documentation/getting-started-with-toolset/publish-content-from-the-front-end/forms-for-editing/
Great news!
Should I make the custom fields as "User Field Group" or as regular "Field Group"?
I´ll try to explain:
10 different forms - 10 different post types. Each form contains 20 custom fields. Only the Author (and spesified unique users - if possible) should be able to edit and read the their own posts.
I hope this makes sense!
In your case, it should be normal post fields, so you can setup post form to create/edit those posts of custom post type, and setup the custom fields for each post.
My issue is resolved now. Thank you!