Difference between revisions of "Category:Mods for TNG v12"

From TNG_Wiki
Jump to navigation Jump to search
Line 43: Line 43:
 
! Developer
 
! Developer
 
|- valign="top"
 
|- valign="top"
 +
| 12 Oct 2019
 +
| [[Users Expire]]
 +
| New
 +
| v12.0.2.0
 +
| This mod adds an expiration date field to the users, so that a user account can be set to automatically expire and become disabled after the set date.
 +
| [[User:Bhemph|Brent Hemphill]]
 +
|-
 
| 13 Oct 2019
 
| 13 Oct 2019
 
| [[Template Manager]]
 
| [[Template Manager]]

Revision as of 16:54, 13 October 2019

Ambox notice.png The Mods for TNG v12 category contains articles on changes made to the TNG software to change the behavior or the resulting page display specific to TNG V12.

Since some of the mods include cust_text.php changes, you should not delete the English folder, which also contains the Admin Help files. For several TNG v12 mods, you also need to have updated your cust_text.php files using the Recommended Updates tab in the Mod Manager.
You should update the TNG Sites Using section of the mods you download and install on your site.
Please read the TNG Mod Version Numbers for Beginners for an explanation on the mod version number meaning before downloading mods. You only need to download the mod that applies to your TNG version.

TNG 12.0


The following are TNG Mods that work with
TNG 12.0

You can click on the [Expand] link on the right to view mods that apply to other TNG versions or [Collapse] to hide the section again.

You can click on the [Collapse] link on the right to hide the Recently Added or Updated Mods section or [Expand] to display the hidden section.

The following are newly added or updated mods in the Mods for TNG v12 category:

Please add new mods and major revisions at the top of the table using a push down list.
Please mention each mod only once to avoid the list becoming too long.

Note that the table will be cleaned up periodically to remove entries added over 90 days ago.

 Date Added  Mod Name Status Version Description Developer
12 Oct 2019 Users Expire New v12.0.2.0 This mod adds an expiration date field to the users, so that a user account can be set to automatically expire and become disabled after the set date. Brent Hemphill
13 Oct 2019 Template Manager Update 12.2.0.0 Compatibility with TNG 12.2. This version is required for TNG 12.2 Template Manager users. Bill Herndon
12 Oct 2019 Media Text New v12.0.0.0 This mod makes it so that a text file will open inside a media window instead of opening outside of TNG controls. Brent Hemphill
2 Oct 2019 Insert Children Gender NEW v10.1.3.0 This mod right aligns child number and adds gender symbol for children in Family section on person page. Brett McPhee
6 Oct 2019 Show All Family Updated 12.0.0.4 Adds row for earliest ancestors,and makes small changes to patriarchs and matriarchs (father-to-father and mother-to-mother ends of lines), spouses other spouses, children spouses, stepparents and alternative name spellings to the getperson page. Andrew DuPree
2 Oct 2019 Remove Gender Row NEW v9.2.2.0 This mod removes the Gender Row from the individual's page. Brett McPhee
27 Sep 2019 Hide Admin DNA NEW v11.0.2.0 This mod hides the DNA references in the left menu and main display on the admin page. Brett McPhee
22 Sep 2019 Move Notes Above Map NEW v12.0.0.0 This mod moves the Notes section to above the Map display on the individual's page. Brett McPhee
23 Aug 2019 Ancestor map Update 12.0.0.6 Updated by
  • Michel Kirsch to add selection options to show birth, death, and marriage,
  • Ron Krzmarzick to add Czech, German, and Spanish language custom text
  • Ken Roy to replace the PHP 7.2 deprecated each() function. Code initially provided by Michel for getperson.php
Ken Roy
18 Aug 2019 Add Person Siblings Row Update 12.0.0.3 Updated with permission of Jeff Robison to
  • add option to Show Sosa in support of the Sosa mod and eliminate the need for Sosa to create a mod that changes this mod
  • add option to Show Spouses and eliminate the need for the [[Add Person Siblings row Spouses[[ that left this mod in a partially installed status
  • add other languages - Czech, German, and Spanish provided by Ron Krzmarzick and Dutch provided by Michel Kirsch
  • updates tested with Sosa v12.0.0.4 and Show All Family mods
Ken Roy
14 Aug 2019 Expand Search Updated 12.0.0.3 The mod now adds a "residence" search that allows searching across all places -- birth, death, burial and baptism -- at once. An "all residence" option includes all events. Andrew DuPree
12 Aug 2019 Parental Lines New 11.0.0.4 This mod creates a new ancestor chart that shows the direct paternal (father to father or Y-DNA) and direct maternal (mother to mother or mtDNA) lines for a person. Jeff Robison
Ken Roy
27 Jul 2019 EASY Impressum New 12.0.0.0 This mod creates a Impressum file for German users according to German Telemedia Act Uwe Traschuetz
20 Jul 2019 Census Plus International Update 12.0.0.10a Updated to
  • fix PHP 7.1 warnings Cannot assign an empty string to a string offset in cpdisplay.php and cpupdate.php
    caused by the Sosa mod v12.0.2.2-rev3 now putting its code snippet in customconfig.php
  • fix censusYear ambiguous error if Return All is set to default(n)
  • re-instate code from v12.0.0.9 on how Return All and Return all linked for Media options are processed
  • fix 1890 US Veteran display works with Return All in getperson.php and Return all linked in showmedia.php transcript display

Our thanks to Brent Hemphill for some of the fixes and to Rick Hooley and John Jamieson for beta testing
Requires CP Veteran table update if v12.0.0.10 not previously installed

Ken Roy
20 Jul 2019 Media - Census Plus International Update 12.1.0.10a

12.0.0.10a

Updated to
  • fix censusYear ambiguous error if Return All Linked is set to default(n).
  • re-instate code from v12.0.0.9 on how Return All and Return all linked for Media options are processed
  • fix 1890 US Veteran display works with Return all linked in showmedia.php transcript display
    Requires Census Plus International v12.0.0.10a of mod
Ken Roy
11 Jul 2019 Census Plus International Update 12.0.0.10 Updated to
  • fix additional PHP 7.2.14 and 7.3.1 warnings
  • change Import Secondary process Check Census Links in an attempt to fix MySQL execution time outs
  • change rank to milrank in cp_veterans table for MySQL 8
  • fix processing to ignore new index columns in Ancestry DOM source import
  • change hard-coded text to use variables in CP Link to create / edit US Veteran table
  • change copy / paste of common code in cpinclude.php to media_cpinclude.php to use include micro_cpinclude.php
  • fix 1890 US Veteran display on getperson.php and showmedia.php
  • fix 1840 US Census summary display on getperson.php and showmedia.php

Our thanks to Brent Hemphill for the code change to the Import Secondary process Check Census Links and for testing the use of additional CP Link indexes that did not help and so were not implemented
Requires CP Veteran table update

Ken Roy
11 Jul 2019 Media - Census Plus International Update 12.1.0.1

12.0.0.10

Updated CP Veteran table to use milrank to support MySQL 8.
Requires Census Plus International v12.0.0.10 of mod
Ken Roy
11 July 2019 Expand Search New 12.0.0.1 Mod combines Direct Line Search and Search Page Expansion and adds new functionality. Search for no parents, no sources, sosas. Search with CAPS and does not contain criteria added. For logged in users, filter records for branches, sosa, sources, media and notes. Shows the number of sources, media and notes for each person. Andrew DuPree
10 July 2019 Display Jobs Facts updated 12.0.0.4 A major rewrite to the mod (which adds jobs to the header of a person) that adds Jobs in to the person editing pages (without changing database structure). It also shows statistics when used with the Expand Statistics mod. Andrew DuPree
10 July 2019 Expand Statistics New/Updated 12.0.0.2 Adds three pages in a menu to the statistics pages that show statistics on occupations, all individuals by century and veterans. Occupations page only shows if the Display Jobs Facts mod is installed. Sosa individuals are added to the individuals by century if the Sosa mod is installed. V2 makes filters persistent across pages and the next time search is initiated. 17 Jul - added tree switching. Andrew DuPree
23 June 2019 Show End of Lines New 12.0.3.0 Adds the 1st ancestor in the paternal line and the first ancestor in the maternal line of an individual on the individual's page (getperson.php). Andrew DuPree
03 June 2019 Sosa Update - version FR/EN/GE/NL/SP version 12.0.2.2 Ce mod permet à l'administrateur de désigner la souche de son arbre généalogique (le sosa N° 1). les utilisateurs peuvent ensuite tracer la lignée de ce sosa 1 en suivant la petite boule verte devant les noms des personnes de la lignée considérée. Plusieurs pages de TNG sont concernées. Il donne également accès à la liste des sosa de la lignée. Les N° sosa sont attribués jusqu'à la 30ème génération. Après la 30eme génération, les ancêtres ne reçoivent plus de numéro mais sont marqués comme les autres.

This mod allows the administrator to designate the root of his family tree (the sosa N ° 1). Then the users can trace the lineage of this sosa 1 by following the small green ball in front of the names of the people of the line considered. Several pages of TNG are concerned. It also gives access to the list of sosa of the lineage. The sosa numbers are given to the 30th generation. After the 30th generation, sosa numbers are no more given but the ancestors are marked as the others.

Michel KIRSCH

Pages in category "Mods for TNG v12"

The following 300 pages are in this category, out of 343 total.

(previous page) (next page)
(previous page) (next page)