Difference between revisions of "Tables of Descendants"

From TNG_Wiki
Jump to navigation Jump to search
(Created blank page)
 
Line 1: Line 1:
 +
{{TNGmod
 +
| mod_name        = Tables of Descendants
 +
| mod_summary    = Show each descendant generation in a table
 +
| mod_validation  =
 +
| download_link = for {{Tv1102}}[tables_of_descendants_v11.0.0.0.zip]
 +
| download_stats =
 +
| mod_author      = Jim Graham and XXXXXXX
 +
| mod_url        = [[Descendants Tables]] (this page)
 +
| mod_support    = [http://graham-clan.co.uk/thefamilytree/modsupport.php My Mod Support]
 +
| mod_contact    = [http://graham-clan.co.uk/thefamilytree/modsupport.php My Mod Support]
 +
| mod_version    = 11.0.0.0
 +
| min_TNG_ver    = 11.0.0 (should run in V10 but not tested)
 +
| max_TNG_ver    = 11.0.2
 +
| TNG_file_list  = See [[Descendants_Tables#TNG_Modules_Impacted|TNG Modules Impacted]].
 +
}}
  
 +
{| style="margin-right:0.5 em;" align="right"
 +
| __TOC__
 +
 +
|}
 +
 +
== 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 [[User:Fruin|Jim Graham]] and XXXXXXX
 +
 +
 +
== Requirements ==
 +
 +
* TNG 11.0.0.0 and after (The mod has not been tested in TNG V10 but should run though I cannot guarantee that)
 +
* 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 ==
 +
 +
# Click on the download link, shown in the summary in the upper right corner of the page.
 +
# Un-zip the file.
 +
# Move/copy/FTP the un-zipped .cfg file and the associated folder to the  '''mods''' folder of your TNG system.
 +
# Follow the normal automated installation for Mod Manager, as shown in the example [[Mod Manager - Installing Config  Files]] to install the mod.
 +
 +
 +
== In the event of a problem ==
 +
 +
* Try using the [[Mod_Manager_-_Installing_Config_Files#Remove_Mod_Steps|Mod Manager Remove]] capability
 +
* Replace all affected files with the copies you made before the installation.
 +
* Contact me through [https://xerxx.se/modSupport/index.php?mod=5 My Mod Support]
 +
 +
 +
== Custom Text Additions ==
 +
 +
'''Note:''' The config file includes only the English language custom text.<br />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!'''<br />
 +
<pre>
 +
$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";
 +
</pre>
 +
 +
 +
 +
== Uninstalling the mod ==
 +
 +
If  you want to completely '''Remove''' (uninstall) this mod and all its tables, you should
 +
# click the '''Uninstall''' button to uninstall the mod and then
 +
# click the '''Delete''' button to delete the config file from the mods folder.
 +
 +
 +
== Revision History ==
 +
 +
{| border="1" cellspacing="5" cellpadding="2" width="100%" class="wikitable"
 +
|-
 +
! Version
 +
! Date
 +
! Description
 +
|-
 +
| V11.0.0.0
 +
| 1 Nov 2016
 +
| Introduction.
 +
|}
 +
 +
 +
== Sites using this mod ==
 +
If you download and install this mod, please add your TNG site to the table below:
 +
 +
{| border="0" cellspacing="1" cellpadding="2" class="wikitable"
 +
|-
 +
! URL
 +
! User
 +
! Note
 +
! Mod-Version
 +
! TNG-Version
 +
! User-language
 +
|-
 +
| [http://graham-clan.co.uk/thefamilytree/ The Grahams of Helensburgh]
 +
| [[User:Fruin|Jim Graham]]
 +
| Mod author
 +
| 11.0.0.0
 +
| 11.0.2
 +
| English
 +
|-
 +
|}
 +
 +
== TNG Modules Impacted ==
 +
 +
The following TNG Modules are modified, and should be backed up prior to installing this mod:<br />
 +
* 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
 +
 +
 +
 +
[[Category:Mods for TNG v11]]
 +
[[Category:cust_text.php English mods]]

Revision as of 06:36, 2 November 2016

Tables of Descendants
Summary Show each descendant generation in a table
Validation
Mod Updated {{{mod_last_update}}}
Download link for
TNG 11.0.2
[tables_of_descendants_v11.0.0.0.zip]
Download stats
Author(s) Jim Graham and XXXXXXX
Homepage Descendants Tables (this page)
Mod Support My Mod Support
Contact Developer My Mod Support
Latest Mod 11.0.0.0
Min TNG V 11.0.0 (should run in V10 but not tested)
Max TNG V 11.0.2
Files modified
Related Mods
{{{related_mods}}}
Notes
{{{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 and XXXXXXX


Requirements

  • TNG 11.0.0.0 and after (The mod has not been tested in TNG V10 but should run though I cannot guarantee that)
  • 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.
  3. Move/copy/FTP the un-zipped .cfg file and the associated folder 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.


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.


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

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