Skip Navigation

[Resolved] cascading deletes

This support ticket is created 6 years, 5 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 – 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)

This topic contains 19 replies, has 2 voices.

Last updated by ScottM9386 6 years, 4 months ago.

Assisted by: Shane.

Author
Posts
#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

Languages: English (English )

Timezone: 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.