Saltar navegación

[Resuelto] Añadir información extra a páginas de usuario

This support ticket is created hace 5 años, 4 meses. 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)

Este tema contiene 3 respuestas, tiene 2 mensajes.

Última actualización por Luo Yang hace 5 años, 4 meses.

Asistido por: Luo Yang.

Autor
Mensajes
#1327313

Buenas;

Tengo un sitio de un centro de fisioterapia, que tiene dos roles de usuario personalizado "Profesionales" y "Pacientes", los pacientes se dan de alta mediante un form de usuario, con campos personalizados, he creado la posibilidad de que estos usuarios tengan su propia página de usuario siguiendo la siguiente solución: https://toolset.com/forums/topic/link-to-and-show-a-user-profile-page-with-views/

Ahora necesito que los "Profesionales" puedan agregar cada vez que lo necesiten cierta información a cada paciente, por ejemplo cada vez que un paciente visite un fisioterapeuta este debe tener la posibilidad de añadirle la información de la consulta mediante un formulario que guarde fecha y hora, profesional que rellena el formulario y un campo de texto amplio para los comentarios pertinentes.

Espero que podáis ayudarme.

Un abrazo.

#1327789

Hello,

I can answer this ticket in English, hope it is not a problem.

In my opinion, you can try these:
1) Create a post type "consultation" with below fields:
- custom date field (consultation date and time)
- custom multiple-lines field (for the pertinent comments.)

2) Create a post type "patients-cpt"
- Each "patients-cpt" post's author is one "patients" user, one "patients" user can have only one "patients-cpt" post

3) Setup one-to-many relationship between "patients-cpt" and "consultation"

4) Create a post form for creating "consultation" post, for "Professionals" user to create new "consultation" post, they will be able to choose the parent "patients-cpt" post, and fill values into the date field and multiple-lines field.
See our document:
https://toolset.com/documentation/post-relationships/selecting-parent-posts-using-forms-create-child-items/

#1331389

Entiendo el concepto en general pero tengo dudas al respecto del paso 2.
¿Cómo desarrollo este punto exactamente?

#1331427

For the step 2), you can check our document:
https://toolset.com/documentation/post-relationships/how-to-create-custom-searches-and-relationships-for-users/
section "How do I prevent users from creating more than one Contractor post?"