Difference between revisions of "TreeID-One Column"

From TNG_Wiki
Jump to navigation Jump to search
(first production release)
(added treeid-one_column_v10.1.0.1p.zip)
Line 3: Line 3:
 
|  mod_summary    = Add the TreeID to the Tree column in the HTML results table for several reports.  Based on Ken Roy's TreeIDMod, which adds a separate TreeID column.
 
|  mod_summary    = Add the TreeID to the Tree column in the HTML results table for several reports.  Based on Ken Roy's TreeIDMod, which adds a separate TreeID column.
 
| mod_validation  =  
 
| mod_validation  =  
| download_link  =  [[Media:treeid-one_column_v10.1.0.1.zip|treeid-one_column_v10.1.0.1.zip]] {{Tv1110}}{{Tv1010}}
+
| download_link  =  [[Media:treeid-one_column_v10.1.0.1.zip|treeid-one_column_v10.1.0.1p.zip]] {{Tv1110}}{{Tv1010}}
 
| download_stats  =
 
| download_stats  =
 
| mod_author      = [[User:Robinrichm|Robin Richmond]]
 
| mod_author      = [[User:Robinrichm|Robin Richmond]]
Line 9: Line 9:
 
| mod_contact    = [http://www.robinrichmond.com/family/mod_support.php My Mod Support form]
 
| mod_contact    = [http://www.robinrichmond.com/family/mod_support.php My Mod Support form]
 
| mod_support    = [http://www.robinrichmond.com/family/mod_support.php My Mod Support form] or [http://tng.community/ TNG Community Forums]
 
| mod_support    = [http://www.robinrichmond.com/family/mod_support.php My Mod Support form] or [http://tng.community/ TNG Community Forums]
| mod_version    = 10.1.0.1
+
| mod_version    = 10.1.0.1p
 
| min_TNG_ver    = 10.1.0
 
| min_TNG_ver    = 10.1.0
 
| max_TNG_ver    = at least 11.1.1
 
| max_TNG_ver    = at least 11.1.1
Line 86: Line 86:
 
! Date
 
! Date
 
! Note
 
! Note
 +
|-
 +
| 10.1.0.1p
 +
| 10.1.0 and up
 +
| 07 Nov 2017
 +
| Removed the second line from the cust_text.php target location search string
 
|-  
 
|-  
 +
| 10.1.0.1p
 +
| 10.1.0 and up
 +
| 22 Apr 2017
 +
| Derived from Ken Roy's TreeID. Made the browse_dna_tests.php target optional for compatibility with TNGv10.1.  Other version 11 dependencies are no longer in the code.
 +
|-
 
| 10.1.0.1
 
| 10.1.0.1
 
| 10.1.0 and up
 
| 10.1.0 and up

Revision as of 20:20, 19 December 2017

TreeID-One Column
Summary Add the TreeID to the Tree column in the HTML results table for several reports. Based on Ken Roy's TreeIDMod, which adds a separate TreeID column.
Validation
Mod Updated {{{mod_last_update}}}
Download link treeid-one_column_v10.1.0.1p.zip
TNG 11.1.0
TNG 10.1.0
Download stats
Author(s) Robin Richmond
Homepage Robin Richmond's Genealogy Database
Mod Support My Mod Support form or TNG Community Forums
Contact Developer My Mod Support form
Latest Mod 10.1.0.1p
Min TNG V 10.1.0
Max TNG V at least 11.1.1
Files modified
search.php, famsearch.php, browsetrees.php, browsebranches.php, showmap.php, showtree.php, admin_branches.php, admin_places.php, admin_newbranch.php, admin_editbranch.php, admin_edituser.php, browse_dna_tests.php, English cust_text.php
Related Mods
Notes


Purpose of the Mod

Add the TreeID to the Tree column in the HTML results table for several reports. It is based on Ken Roy's Tree ID Mod, which adds a separate TreeID column.

Mod Conflicts

This mod conflicts with Tree ID Mod, which has essentially the same purpose as this mod, but which displays the TreeID and Tree name in two separate columns. It is known to be compatible with numerous other mods that modify the 12 programs that this mod modifies. Please report any other conflicts.

Related Mods

  1. This mod is almost identical to Tree ID Mod, with the differences described above.
  2. This mod saves information about the programs it modifies so that Show Mod Names can display the list of (my) mods that affect a program.
    • Unlike most of my mods, this mod does not insert any code to try to call the Show Mod Names display function at the end of each program. Programs such as admin_users.php that are modified my another of my mods will already have that code, but programs that I do not modify otherwise, such as browse_dna_tests.php, will not.
    • Like my other mods, this mod does not create a dependency on Show Mod Names. The Show Mod Names functions will work if Show Mod Names has been installed, but nothing bad will happen if Show Mod Names has not been installed.

Requirements

  • A working TNG installation.
  • An installed current version of the Mod Manager.
  • You should backup files listed in the panel on the right.

Installation

  1. Remove and delete previous version of this mod.
  2. Backup the files updated by this mod. They are listed in the panel at the upper right.
  3. Download the .zip file, and extract its .cfg file to the mods folder.
  4. Follow the normal automated installation for Mod Manager, as shown in the example Mod Manager - Installing Config Files.

In the event of a problem

  1. Try using the Mod Manager Remove capability
  2. Contact me through My Mod Support form.

Visualizations

BEFORE: Person Search Results - Representing several Search result programs (famsearch.php, browsetrees.php, browsebranches.php, showmap.php, admin_branches.php, admin_places.php, and browse_dna_tests.php) where each table row represents a database record.

TreeID one column Before.png

AFTER: Person Search Results

File:TreeID one column After.png

BEFORE: Admin>>Users>>Edit
Where the Tree name is in a drop-down selection list.
TreeID one column Edit User Before.png
AFTER: Admin>>Users>>Edit
Showing the TreeID in a tree selection drop-down list.
TreeID one column Edit User After.png
BEFORE: Admin>>Branches>>Edit TreeID one column Edit Branches Before.png
AFTER: Admin>>Branches>>Edit
Showing the TreeID on a separate line from the Tree name
TreeID one column Edit Branches After.png
BEFORE: showtree.php - That is, a tree selected from the Person Profile >> Info menu >> Trees TreeID-One Column Trees - Before.png
AFTER: showtree.php Where the TreeID is on a separate line in the single-record HTML table TreeID-One Column Trees - After.png

Mod Change History

Mod Version TNG Versions Date Note
10.1.0.1p 10.1.0 and up 07 Nov 2017 Removed the second line from the cust_text.php target location search string
10.1.0.1p 10.1.0 and up 22 Apr 2017 Derived from Ken Roy's TreeID. Made the browse_dna_tests.php target optional for compatibility with TNGv10.1. Other version 11 dependencies are no longer in the code.
10.1.0.1 10.1.0 and up 17 Jun 2017 First production release

Sites using this mod

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

URL User Note Mod-Version TNG-Version User-language
Robin Richmond's Genealogy Database Robin Richmond Mod developer 10.1.0.1 11.1.1 English