Skip Navigation

[Resuelto] cascading deletes

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

Hoy no hay técnicos de soporte disponibles en el foro Juego de herramientas. Siéntase libre de enviar sus tiques y les daremos trámite tan pronto como estemos disponibles en línea. Gracias por su comprensión.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Jamaica (GMT-05:00)

Etiquetado: 

Este tema contiene 19 respuestas, tiene 2 mensajes.

Última actualización por ScottM9386 hace 6 años, 4 meses.

Asistido por: Shane.

Autor
Mensajes
#923636

Hi Shane,

Can't get this to work. Intermediary field WILL NOT show up.

Relationship is Pitch-Track (many2many with invisible intermediary with fields)
The view is to display all tracks.

I have:

<td>[wpv-post-title]</td>
<td>[wpv-post-title item="@pitch-track.parent"]</td>
<td>[types field='alt-title-pitched' item='@pitch-track.intermediary'][/types]</td>

First 2 cells show but - field='alt-title-pitched' - shows nothing even though the field has data.

Thanks,
Scott.

#923767

Shane
Supporter

Idiomas: Inglés (English )

Zona horaria: America/Jamaica (GMT-05:00)

Hi scott,

Would you mind providing me with admin access to the website so that I can have a first hand look at this for you ?

Thanks,
Shane

#924758

Hi Shane,

So...in my previous posts I've been asking for how to display fields of an intermediary that is INVISIBLE.
Apparently one can't.
"To be able to display information from an intermediary post type, you must make it visible in the WordPress admin menu. The option to set this is available in the wizard for creating post relationships."
https://toolset.com/documentation/post-relationships/how-to-display-related-posts-with-toolset/

The reason I was inquiring about displaying fields when intermediary is invisible is 'cause when I make it visible the query is EXTREMELY slow.

Thanks,

#924766

not to mention one gets orphan posts if a parent is deleted...

#924945

Thank you.