Skip Navigation

[Closed] Manage several project managers in product custom fields

This support ticket is created 2 years, 8 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.

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 4 replies, has 2 voices.

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

Assisted by: Luo Yang.

Author
Posts
#2341371

With a view too manage the contact details in a group regarding several possible project managers (min 1), with the same custom fields (name, avatar image, email address), and be able to add as manager that I need to manage.

Regards.

Jean

#2341801

Hello,

You can try these:
1) create two custom post types:
- project
- manager
https://toolset.com/course-lesson/creating-a-custom-post-type/

2) In post type "manager", add some custom fields: name, avatar image, email address
https://toolset.com/course-lesson/creating-custom-fields/

3) Setup many-to-many relationship between project and manager:
https://toolset.com/course-lesson/many-to-many-post-relationships/

So each "project" post can connect with multiple "manager" posts, and each "manager" post can connect with multiple "project" posts, in the single "project" post, you can display related "manager" post information:
https://toolset.com/course-lesson/many-to-many-post-relationships/#displaying-related-posts

#2341977

Hi Luo Yang,

Many thanks for your answer.

I'm sorry but I don't give enugh information on my resquest.

The first thing to know is: the type of infos that I need to manage concern "WooCommerce Product type". And project concern practically a spacial product type that are CrowdFunding project.

So, I need to inform on manager of the CrowdFunding project (name, avatar image, email address), and be able to add as manager that project need to manage.

Many thanks for your help.

Regards.

Jean

#2342255

I'm sorry, but I steel need to have help integrating the precisions I give you.

Regards

Jean

#2343741

To avoid more misunderstandings, please elaborate the questions with more details:
How do you setup the custom post types?
How do you want to connect those post types?

The topic ‘[Closed] Manage several project managers in product custom fields’ is closed to new replies.