Difference between revisions of "Show End of Lines"

From TNG_Wiki
Jump to navigation Jump to search
(add user site)
(Update Min/Max TNG version)
(12 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
{{caution
 +
|notes= Show End of Lines is now contained in [[Show_All_Family]]. Do not install both. Mod is not being updated.{{TNG 12.0}}
 +
}}
 
{{TNGmod
 
{{TNGmod
 
| mod_name        = Show End of Lines
 
| mod_name        = Show End of Lines
 
| mod_summary    = Adds the first paternal and maternal line ancestors to the getperson page.
 
| mod_summary    = Adds the first paternal and maternal line ancestors to the getperson page.
 
| mod_validation  =  
 
| mod_validation  =  
| mod_last_update = 23 Jun 2019
+
| mod_last_update = 23 Jun 2019 - v12 <br />31 Aug 2019 - v10.1.3 v12
| download_link  = for {{Tv120}}[[Media:Show_endofline_v12.0.3.0b.zip | Show_endofline_v12.0.3.0b.zip ]]
+
| download_link  = for {{Tv120}}[[Media:Show_endofline_v1c.zip | Show End of Lines V1c ]]<hr />For {{Tv120}}{{Tv110}}{{Tv1013}}[[Media:Show_endofline_v10.1.3.0.zip | Show_endofline_v10.1.3.0.zip]]
<hr />
 
 
| download_stats  =
 
| download_stats  =
 
| mod_author      = A. S. DuPree<br />
 
| mod_author      = A. S. DuPree<br />
Line 11: Line 13:
 
| mod_support    = [http://tng.community/ TNG Community Forums]
 
| mod_support    = [http://tng.community/ TNG Community Forums]
 
| mod_contact    = [http://adupree.com/wp/1120-2]
 
| mod_contact    = [http://adupree.com/wp/1120-2]
| mod_version    = 12.0.3.0b
+
| mod_version    = 12.0.0.1c for TNG v12.0 - 12.2<br />10.1.3.0 for TNG v10.1.3 - v12.2
 
| related_mods    =  
 
| related_mods    =  
 
| use_mod_manager = Yes
 
| use_mod_manager = Yes
 
| manual_install  = No
 
| manual_install  = No
| min_TNG_ver    =  
+
| min_TNG_ver    = 10.1.3
| max_TNG_ver    = 12
+
| max_TNG_ver    = 12.2
 
| TNG_file_list  = getperson.php, genlib.php  
 
| TNG_file_list  = getperson.php, genlib.php  
 
| notes          = Display ends of paternal and maternal lines on the individual page.
 
| notes          = Display ends of paternal and maternal lines on the individual page.
Line 25: Line 27:
  
 
==Introduction==
 
==Introduction==
The paternal line (first male ancestor going back father to father) and the maternal line (first female ancestor going back mother to mother) have become more important for researchers to know given the advent of male line and female line DNA testing. This mod adds these two individuals to a person's page, making for easy reference.   
+
The paternal line (first male ancestor going back father to father) and the maternal line (first female ancestor going back mother to mother) have become more important for researchers to know given the advent of male line and female line DNA testing. This mod adds these two individuals, along with the date of birth and death if known to a person's page, making for easy reference.   
 
{|
 
{|
 
|-
 
|-
Line 32: Line 34:
  
 
==Languages==
 
==Languages==
If you want to use it with a language other English add the correct text (between quotes) in the code below and add to your cust_text file in the appropriate language folder.  
+
Translations for Czech, Dutch, French, German, Norwegian and Spanish text as provided by Ron, Michel, Ken, Jan-Thore and Katryne Mod for Show All Family Mod used for this Mod.
 +
If you want to use it with a different language, add the correct text (between double quotes) in the code below and add to your cust_text.php file in the appropriate language folder.
  
 
<pre>
 
<pre>
 +
// ********** START: Show End of Lines language files
 
$text['eol'] = "End of Lines";
 
$text['eol'] = "End of Lines";
 +
$text['oldend'] = "Oldest Known Ancestors";
 +
$text['paternalline'] = "Paternal Line";
 +
$text['maternalline'] = "Maternal Line";
 +
END: Show End of Lines language files
 
</pre>
 
</pre>
  
Line 43: Line 51:
  
 
==Requirements==
 
==Requirements==
* A working TNG installation.
+
* A working TNG installation.
 +
* A backup of all affected files (see the list in the summary in the upper right corner of the page)
 
* An installed current version of the [[Mod Manager]].
 
* An installed current version of the [[Mod Manager]].
 +
* Both '''English''' and '''English-UTF8''' folders be on your site
  
 
==Revision History==
 
==Revision History==
* 24 Jun 2019 - Addressed Php error and one format issue - _v12.0.3.0b
+
{| border="0" cellspacing="1" cellpadding="2" class="wikitable"
==[[Mod Manager - Installing Config Files | Automated Installation]] ==
+
|-
 +
! Mod Version
 +
! TNG Versions
 +
! Date
 +
! Note
 +
|-
 +
| 10.1.3.0
 +
| 10.1.3 - 12.1
 +
| 15 Sep 2019
 +
| New version for TNG v10.1.3 - v12.
 +
|-
 +
| 12.0.0.1c
 +
| 12.0-12.1
 +
| 2 Aug 2019
 +
| fix for maternal ancestor date, fixed version number. 12.0.0.1c comes after 12.0.3.0b.
 +
|-
 +
| 12.0.3.5b
 +
| 12.0-12.1
 +
| 24 Jun 2019
 +
| Addressed Php error and one format issue.
 +
|}
  
# Download the zip file in the status area in the upper right.
+
==Installation==
# Extract the Show_endofline_v12.0.3.0b.zip to your mod folder.
+
# Download the appropriate zip file as shown in the summary in the upper right corner of the page.  
# Follow the normal automated installation for Mod Manager, as shown in the example [[Mod Manager - Installing Config Files]] .
+
# Extract the file from the downloaded zip file into the  '''mods''' folder or FTP the extracted file to your mods folder.
 
+
# Follow the normal automated installation for Mod Manager, as shown in the example [[Mod Manager - Installing Config Files]] to install the mod.
== Conflicts and Issues ==
 
  
 +
==Conflicts and Issues==
 +
{{TNG 12.0}}Do not install if [[Show_All_Family]] is installed.
  
 
==In the event of a problem with your TNG site==
 
==In the event of a problem with your TNG site==
Line 61: Line 92:
  
 
== Sites using this mod ==
 
== Sites using this mod ==
 
 
If you download and install this mod, please add your TNG site to the table below:
 
If you download and install this mod, please add your TNG site to the table below:
  
Line 79: Line 109:
 
| 12.0.3
 
| 12.0.3
 
| English
 
| English
|-
 
| [https://www.kmtrees.com/index.php Roots & Relatives Remembered]
 
| [[User:tngrlkrz| Ron Krzmarzick]]
 
| Public & Private (another great 'show' mod)
 
| 12.0.3.0b
 
| [https://kmtrees.com/modlist_wiki?whichoptions=basic&cachemethod=3&sortby=filename See Here]
 
| EN,DE,CS,ES
 
 
|-
 
|-
 
| [http://racine-ad.fr/TNG/index.php Racine d'Alsace]
 
| [http://racine-ad.fr/TNG/index.php Racine d'Alsace]
Line 107: Line 130:
 
| 12.1
 
| 12.1
 
| English
 
| English
 +
|-
 +
| [https://juergenamling.com/de/index.php Genealogy for Amling Simien Demouchet]
 +
| [[User:j.amling|Juergen Amling]]
 +
| Public/Private
 +
| 12.0.0.1c
 +
| 12.1
 +
| English
 +
|-
 +
| [https://relativelyknown.com Relatively Known]
 +
| [[User:Brett|Brett McPhee]]
 +
| Private
 +
| 10.1.3.0
 +
| 12.1
 +
| EN
 
|-
 
|-
 
|}
 
|}
 +
[[Category:Mods for TNG v10]]
 +
[[Category:Mods for TNG v11]]
 
[[Category:Mods for TNG v12]]
 
[[Category:Mods for TNG v12]]
 
[[Category:getperson.php mods]]
 
[[Category:getperson.php mods]]
 +
[[Category:genlib.php mods]]
 +
[[Category:cust_text.php English mods]]

Revision as of 23:42, 29 September 2019

Caution Show End of Lines is now contained in Show_All_Family. Do not install both. Mod is not being updated.
TNG version: 12.0.0
Caution


Show End of Lines
Summary Adds the first paternal and maternal line ancestors to the getperson page.
Validation
Mod Updated 23 Jun 2019 - v12
31 Aug 2019 - v10.1.3 v12
Download link for
TNG 12.0
Show End of Lines V1c
For
TNG 12.0
TNG 11.0
TNG 10.1.3
Show_endofline_v10.1.3.0.zip
Download stats
Author(s) A. S. DuPree
Homepage Show_End_of_Lines (this page)
Mod Support TNG Community Forums
Contact Developer [1]
Latest Mod 12.0.0.1c for TNG v12.0 - 12.2
10.1.3.0 for TNG v10.1.3 - v12.2
Min TNG V 10.1.3
Max TNG V 12.2
Files modified
getperson.php, genlib.php
Related Mods
Notes
Display ends of paternal and maternal lines on the individual page.


Introduction

The paternal line (first male ancestor going back father to father) and the maternal line (first female ancestor going back mother to mother) have become more important for researchers to know given the advent of male line and female line DNA testing. This mod adds these two individuals, along with the date of birth and death if known to a person's page, making for easy reference.

Eol1.png

Languages

Translations for Czech, Dutch, French, German, Norwegian and Spanish text as provided by Ron, Michel, Ken, Jan-Thore and Katryne Mod for Show All Family Mod used for this Mod. If you want to use it with a different language, add the correct text (between double quotes) in the code below and add to your cust_text.php file in the appropriate language folder.

// ********** START: Show End of Lines language files
$text['eol'] = "End of Lines";
$text['oldend'] = "Oldest Known Ancestors";
$text['paternalline'] = "Paternal Line";
$text['maternalline'] = "Maternal Line";
END: Show End of Lines language files

Developer

This mod was developed by A.S. DuPree (a novice, happy for any help on improving it)

Requirements

  • A working TNG installation.
  • A backup of all affected files (see the list in the summary in the upper right corner of the page)
  • An installed current version of the Mod Manager.
  • Both English and English-UTF8 folders be on your site

Revision History

Mod Version TNG Versions Date Note
10.1.3.0 10.1.3 - 12.1 15 Sep 2019 New version for TNG v10.1.3 - v12.
12.0.0.1c 12.0-12.1 2 Aug 2019 fix for maternal ancestor date, fixed version number. 12.0.0.1c comes after 12.0.3.0b.
12.0.3.5b 12.0-12.1 24 Jun 2019 Addressed Php error and one format issue.

Installation

  1. Download the appropriate zip file as shown in the summary in the upper right corner of the page.
  2. Extract the file from the downloaded zip file into the mods folder or FTP the extracted file to your mods folder.
  3. Follow the normal automated installation for Mod Manager, as shown in the example Mod Manager - Installing Config Files to install the mod.

Conflicts and Issues

TNG version: 12.0.0

Do not install if Show_All_Family is installed.

In the event of a problem with your TNG site

  1. Try using the Mod Manager to Remove the mod

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
Adupree.com A.S. DuPree Mod Developer 12.0.3.0a 12.0.3 English
Racine d'Alsace J-Louis Valory Public- private - T17 customized 12.0.3.0b 12.1 FR
vanheerden.net Emile Public & Private 12.0.3.0b 12.1 English
Journeys in Genealogy Patrick Thrush Public WordPress/TNG bundle 12.0.3.0b 12.1 English
Genealogy for Amling Simien Demouchet Juergen Amling Public/Private 12.0.0.1c 12.1 English
Relatively Known Brett McPhee Private 10.1.3.0 12.1 EN