Difference between revisions of "Gedcom import - PAF AKA Tag - TNG"

From Genwiki

Jump to: navigation, search
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
If you are using PAF and use the "Also Known As" field to enter other names that your ancestor is known by, you can take advantage of the support for the "2 ALIA" added in TNG V6 and translate the "2 _AKA" generated by the PAF export to the supported "2 ALIA" import tag.
 
If you are using PAF and use the "Also Known As" field to enter other names that your ancestor is known by, you can take advantage of the support for the "2 ALIA" added in TNG V6 and translate the "2 _AKA" generated by the PAF export to the supported "2 ALIA" import tag.
 +
 +
<font color="green"><i>If you have already upgraded to TNG version 6.0.4 or later, then you already have this mod as it has been incorporated into the main TNG distribution.</i></font>
  
 
The following mod to admin/gedimport_misc.php before line 86 (case "ALIA":) was provided by Darrin
 
The following mod to admin/gedimport_misc.php before line 86 (case "ALIA":) was provided by Darrin
Line 9: Line 11:
 
This mod eliminates the need to edit the PAF gedcom export to change the "2 _AKA" to "2 ALIA".  
 
This mod eliminates the need to edit the PAF gedcom export to change the "2 _AKA" to "2 ALIA".  
  
<i>(This page is courtesy of Ken Roy, extracted from the TNG Forum)</i>
+
<i>(This page is courtesy of [http://www.royandboucher.com Ken Roy], extracted from the TNG Forum)</i>
  
[[Category::TNG_mod]]
+
[[Category:TNG_mods]]

Latest revision as of 19:51, 29 January 2007

If you are using PAF and use the "Also Known As" field to enter other names that your ancestor is known by, you can take advantage of the support for the "2 ALIA" added in TNG V6 and translate the "2 _AKA" generated by the PAF export to the supported "2 ALIA" import tag.

If you have already upgraded to TNG version 6.0.4 or later, then you already have this mod as it has been incorporated into the main TNG distribution.

The following mod to admin/gedimport_misc.php before line 86 (case "ALIA":) was provided by Darrin

 CODE              case "_AKA":
                   $tag = "ALIA"; 


This mod eliminates the need to edit the PAF gedcom export to change the "2 _AKA" to "2 ALIA".

(This page is courtesy of Ken Roy, extracted from the TNG Forum)

Personal tools