Description Age calculations for TNG version 7.0.2: These are the modifications I made in order to display the ages and deathinfo for partner, parents and children. I have attached three files: 1. addition.php: in this file you can find the functions necessary to calculate the age and display deathinfo. Upload this to your TNG root directory. 2. getperson_example.php: this file is the unaltered TNG 7.0.2 getperson.php. I added some lines around line 145 AND 160 in order to display the age of the person. The other thing I did was deleting the parts for displaying parent, marriage and child data and replace it with a include for example.php. You have to rename this file to getperson.php and replace the original file with this one. 3. example.php: in this file you can find the modified parts for displaying parent, marriage and child data. You could copy this (without the first and the last line) to the getperson to row 189 and delete the include("example.php"); To display the name of the new age-field you have to add one line for every language in cust_text.php: $text[age] = "Age"; This should do the trick. Success with your modifications.