Skip Navigation

[Resolved] We want to create a user management.

This support ticket is created 2 years, 11 months 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)

Tagged: 

This topic contains 3 replies, has 2 voices.

Last updated by Luo Yang 2 years, 11 months ago.

Assisted by: Luo Yang.

Author
Posts
#2051479

Hello Luo Yang

Thank you very much for your help! This is exactly how we imagined it.

Now we have another question. We want to create a user management.
That means when a user logs in, the database is empty and he can fill the database independently. The relations remain.

The user sees only his content.
The administrator sees all content from all users.

Is there a way to set this? We would be very grateful if you could help us.

Kind regards

#2051505

Hello,

You can follow our document to setup the "My account" page:
https://toolset.com/course-lesson/creating-a-my-account-page/

And in above "My account" page, you can display a view block for users to manage their own posts:
https://toolset.com/course-lesson/allow-users-to-manage-their-items/

For admin user, you can setup another admin page, query all posts without post author filters, and limit access to this page for only administrator user:
https://toolset.com/course-lesson/restricting-access-to-pages/

#2051873

Hello Luo Yang

Unfortunately, we do not understand the instructions. It is not understandable for us. But is it possible to implement it? Is there a video tutorial how we can set it up? Since we are working with different views it is very complicated.

Thank you very much for your feedback!

#2052665

Yes, it is possible with Toolset plugins, and the workflow is simple, for example:
1) User login into your website, redirect him to the "My account" page
2) In this "My account" page, display two sections:
A) a view block:
- Query posts
- Filter by post author is same as logged-in user
https://toolset.com/documentation/user-guides/views/filtering-views-query-by-author/
- In views loop, display post information + the edit post form link + delete post link
B) a post form for creating new post

And there isn't video tutorial , you can follow above documents to setup it, and feedback if there is any problem.

This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.