Tables of Descendants

From TNG_Wiki
Revision as of 09:11, 12 November 2016 by Fruin (talk | contribs)
Jump to navigation Jump to search
Tables of Descendants
Summary Show each descendant generation in a table
Validation
Mod Updated {{{mod_last_update}}}
Download link for
TNG 11.0

tables_of_descendants.cfg
Download stats See download statistics
Author(s) Jim Graham
Homepage Tables_of_Descendants (this page)
Mod Support My Mod Support
Contact Developer My Mod Support
Latest Mod 11.0.0.0
Min TNG V 11.0.0
Max TNG V 11+
Files modified
Related Mods
Notes


Purpose of the mod

To show each generation of the descendants of a person in a table. The generation to be viewed is selected by clicking on a radio button on the page


Developer

This mod was developed by Jim Graham

During the installation of this mod a file called descendtables.php is added to the root of your TNG web site.

This file was adapted from another file written by Robin Richmond and used in various other mods.

I am grateful to Robin for the work involved in producing that first file.

I am also grateful to Ken Roy for testing the mod for me.


Requirements

  • TNG 11.0.0.0 and after.
  • A working TNG installation.
  • A backup of all affected files (see the list below)
  • An installed current version of the Mod Manager (is already included in TNG since v10.1.1)


Installation

  1. Click on the download link, shown in the summary in the upper right corner of the page.
  2. Un-zip the file to your computer.
  3. Move/copy/FTP the "tables_of_descendants_v11.0.0.0.cfg" file and the folder called "Tables of Descendants" to the mods folder of your TNG system.
  4. Follow the normal automated installation for Mod Manager, as shown in the example Mod Manager - Installing Config Files to install the mod.


Conflict with other mods

Please note that if you are installing the mod "Male and Female Descendant and Parent Ancestor Lines” then that mod must be installed before installing the "Tables of Descendants" mod.


In the event of a problem


Custom Text Additions

Note: The config file includes only the English language custom text.
For other languages you can modify the custom text manually to add whatever language you wish or, better still, contact me at the mod support address above with suitable translations and I will add them to the config file for future versions.

English custom text For Reference Only!

$text['dtformat'] = "Tables";
$text['dtgen2'] = "The second generation";
$text['dtgen3'] = "The third generation";
$text['dtgen4'] = "The fourth generation";
$text['dtgen5'] = "The fifth generation";
$text['dtgen6'] = "The sixth generation";
$text['dtgen7'] = "The seventh generation";
$text['dtgen8'] = "The eighth generation";
$text['dtgen9'] = "The ninth generation";
$text['dtgen10'] = "The tenth generation";
$text['dtgen11'] = "The eleventh generation";
$text['dtgen12'] = "The twelfth generation";
$text['dtgen13'] = "The thirteenth generation";
$text['dtgen14'] = "The fourteenth generation";
$text['dtgen15'] = "The fifteenth generation";
$text['dtgen16'] = "The sixteenth generation";
$text['dtgen17'] = "The seventeenth generation";
$text['dtgen18'] = "The eighteenth generation";
$text['dtgen19'] = "The nineteenth generation";
$text['dtgen20'] = "The twentieth generation";
$text['dtgen21'] = "The twentyfirst generation";
$text['dtchildren'] = "Children";
$text['dtgrandchildren'] = "Grandchildren";
$text['dtggrandchildren'] = "Great grandchildren";
$text['dtdescendants'] = "Descendants";
$text['dtnodescendants'] = "No descendants";
$text['dtgen'] = "Gen";
$text['dtrelate'] = "Relationship";
$text['dttotal'] = "Total";
$text['dtselect'] = "Select";
$text['dtname'] = "Name";
$text['dtborn'] = "Born";
$text['dtdied'] = "Died";
$text['dtfather'] = "Father";
$text['dtmother'] = "Mother"; 


Uninstalling the mod

If you want to completely Remove (uninstall) this mod and all its tables, you should

  1. click the Uninstall button to uninstall the mod and then
  2. click the Delete button to delete the config file from the mods folder.


Revision History

Version Date Description
V11.0.0.0 1 Nov 2016 Introduction.


Visualization of this mod (v11.0.0.0)

Showing the table of the 9 x Great grandchildren of Andrew Scot:
Tod visualization.png


Sites using this mod

If you download and install this mod, please add your TNG site to the table below:

URL User Note Mod-Version TNG-Version User-language
The Grahams of Helensburgh Jim Graham Mod author 11.0.0.0 11.0.2 English
Chamberlain & Eidenbenz Genealogy Graham Chamberlain Public site 11.0.0.0 11.0.2 EN,ES,FR,DE,NL
Roots & Relatives Remembered Ron Krzmarzick Partially Public site 11.0.0.0 11.0.2 EN

TNG Modules Impacted

The following TNG Modules are modified, and should be backed up prior to installing this mod:

  • descend.php
  • descendtext.php
  • register.php
  • languages/English/cust_text.php
  • languages/English-UTF8/cust_text.php

The following TNG Module is added to your site

  • descendtables.php