Support has been upgraded!
The Support Forum is closed. Not to worry! Providing the top quality support you expect and we're known for will continue! We're not ending support, just changing where you submit requests. This will provide you with the best experience possible.
Premium Support
Have you purchased an addon for Connections such as one of our premium templates or extensions with a valid license and you need help?
Please open a Support Ticket in your user account.
Free Support
Are you using the free Connections plugin? Don't worry, you are still very important to us! We are still providing you with the same high quality support that we're known for.
Please open a new support topic in the WordPress support forums for Connections.
Tagged: 8.5.18, feature request
- This topic has 4 replies, 3 voices, and was last updated 10 years, 1 month ago by
wemmons53.
-
AuthorPosts
-
07/04/2016 at 8:07 pm #381494
William Emmons
GuestWhen adding individuals to families, the individual links are displays in the family record. Can a link to added to the individual to link back to family record. I would make the field in the individual unchangeable by the individual. Only update the field when you add/remove the individual from the family record.
07/05/2016 at 9:19 am #381584Steven Zahm
Keymaster@ William
This is on my feature request list. It will likely be awhile before it happens because this will actually require building a custom relationship table in the database to properly keep track of family relationships.
07/05/2016 at 4:11 pm #381668wemmons53
ParticipantI was just exploring the wp_connections database table and was looking at the “options” field for the family record. I assume this is where the “relation” is stored as each is added. Could you do the same type of thing in an individual record and use a relation of “family”? When you add the info to the family record options field, you could also add a relation to the individual record options field. Just a thought.
Which module(s) do the updates to the “options” field. Is there a function that unpacks the data stored in that field. I would like to look at the code if that is ok.
-
This reply was modified 10 years, 1 month ago by
wemmons53.
07/06/2016 at 11:21 am #381753Steven Zahm
Keymaster@ William
re: Could you do the same type of thing in an individual record and use a relation of “family”?
Well, yes, that could be done. However, if time is going to be invested in changing this, it should be changed for the better which would be a custom relationship table. This would allow other uses beyond creating families in a way that could actually be queryable from the database.
re: Which module(s) do the updates to the “options” field. Is there a function that unpacks the data stored in that field. I would like to look at the code if that is ok.
The data is a serialized array. (A future changed will make this a JSON encoded array). Here’s a link to an online tool which will unserialize the array.
Hope that helps!
07/07/2016 at 5:53 am #381804wemmons53
ParticipantThanks Steven for quick replies. Will check out the tool.
-
This reply was modified 10 years, 1 month ago by
-
AuthorPosts
- You must be logged in to reply to this topic.
