Skip Navigation

[Resolved] Let user create another account for another user

This support ticket is created 5 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)

This topic contains 1 reply, has 2 voices.

Last updated by Luo Yang 5 years, 1 month ago.

Assisted by: Luo Yang.

Author
Posts
#1429537

How to make a user(1) can create another account to another user (2), and the relationship between the first user(1) and the other user(2) is upline & downline.

I want the upline downline relationship is because the user(1) can see post(a custom post type) that created by user(2), and user(2) cannot see the post create by user(1), because user(1) is the upline of user(2).

User(2) can create another account for user(3), so user(3) only can see his own post, user(1) and user(2) can see user(3) post.

How can we achieve that with toolset?

#1431103

Hello,

There isn't such kind of built-in feature within Toolset plugins.
And Toolset post type relationships are based on post types, but in your case, it needs to setup downline relationship as hierarchical user relationship.

You might consider custom codes, I have searched it in google, and found some related threads, for example:
https://wordpress.stackexchange.com/questions/309162/user-relationship

For your reference.