@ William
re: Would it be possible to add a link to Show Detail/Hide Detail (like used on the Manage list entries – see screenshot) on the relations links that display on a family entry page
Yes, that indeed is possible. It will have to be custom coded as they is no switch or setting that can changed to make this change. You would have to modify the template that you are using, I suggest a template override file as discussed in this tutorial.
re: Would it be possible display the individual record in a popup or to a new window as an option instead of just going to the record?
Yes, this too is possible. But this too would have to be custom coded.
re; I would like to see the code to play with this idea. Where is code that displays the individual record?
I’m not exact show which code you are asking to see… I’m going to guess the code that displays the family names and links on the template. This code can be found in the class.entry-output.php file found in this folder:
../wp-content/plugins/connections/includes/entry/
The function name is, getFamilyMemberBlock().
You will see this called in the template in the card-single.php file in this folder:
../wp-content/plugins/connections-tile-plus/
Assuming you are going to change the Tile Plus template.
Hope that helps!
