Changes

Jump to navigation Jump to search
4,084 bytes added ,  13:57, 19 November 2019
Line 3: Line 3:  
| mod_summary    = This mod creates the file surnames_statistics.php that displays a table  of statistics for surnames. Also adds a link to the 'Info' drop down menu.
 
| mod_summary    = This mod creates the file surnames_statistics.php that displays a table  of statistics for surnames. Also adds a link to the 'Info' drop down menu.
 
| mod_validation  = This mod is XHTML compliant.[[Image:Valid-xhtml10.png|44px]]
 
| mod_validation  = This mod is XHTML compliant.[[Image:Valid-xhtml10.png|44px]]
|  download_link  = <br />{{Tv1010}}[http://www.robisonandblythe.org/ccount/click.php?id=95 surname_statistics_v10.1.0.1b.zip]
+
|  download_link  = <br />{{Tv120}}{{Tv110}}<br />[http://www.katiandgraham.com/genealogy/ccount/click.php?id=63&user={{#replace:{{CURRENTLOGGEDUSER}}}}&page={{PAGENAMEE}}&cc=jrobison surname_statistics_v11.0.0.0.zip] [Compatible with Mobile Devices]<hr/>{{Tv1010}}<br />[http://www.robisonandblythe.org/ccount/click.php?id=95&user={{#replace:{{CURRENTLOGGEDUSER}}}}&page={{PAGENAMEE}} surname_statistics_v10.1.0.1d.zip]<hr/>{{Tv1010}}<br />[http://www.katiandgraham.com/genealogy/ccount/click.php?id=44&user={{#replace:{{CURRENTLOGGEDUSER}}}}&page={{PAGENAMEE}}&cc=jrobison responsive_tables_surname_statistics_v10.1.0.1d.zip]<br />[Compatible with and requires <br />[[Responsive Tables]] mod.]<hr />
<hr />
+
| download_stats = [http://www.robisonandblythe.org/ccount/index.php?action=stats&id=95    See download statistics]<br/>
| download_stats = [http://www.robisonandblythe.org/ccount/index.php?action=stats&id=95    See download statistics]<hr />
+
[http://www.katiandgraham.com/genealogy/ccount/index.php?action=stats&groupid=20 See download statistics - Responsive Tables version]<hr />
| mod_author      = Graham Chamberlain / [[User:Jefr58|Jeff Robison]]
+
| mod_author      = [[User:Hiraeth|Graham Chamberlain]] / [[User:Jefr58|Jeff Robison]]
 
| mod_url        = [http://www.robisonandblythe.org/ Robison and Blythe Genealogy]
 
| mod_url        = [http://www.robisonandblythe.org/ Robison and Blythe Genealogy]
 
| mod_support    = [http://tng.community/ TNG Community Forums]
 
| mod_support    = [http://tng.community/ TNG Community Forums]
 
| mod_contact    = [http://www.robisonandblythe.org/mod_support.php My Mod Support]
 
| mod_contact    = [http://www.robisonandblythe.org/mod_support.php My Mod Support]
| mod_version    = 10.1.0.1b
+
| mod_version    = 11.0.0.0
 
| min_TNG_ver    = 10.1
 
| min_TNG_ver    = 10.1
| max_TNG_ver    = 10.1
+
| max_TNG_ver    = 12
 
| TNG_file_list  = genlib.php<br />css/genstyle.css<br />
 
| TNG_file_list  = genlib.php<br />css/genstyle.css<br />
| related_mods  =
+
| related_mods  = [[Responsive Tables]]
 
| notes    =   
 
| notes    =   
 
}}
 
}}
Line 23: Line 23:     
== Purpose of the mod ==
 
== Purpose of the mod ==
This mod creates the file surnames_statistics.php that displays a table of statistics for surnames.<br />Count (% Of entire DB)<br />Male (% Of surname)<br />Female (% Of surname)<br />Earliest birth, Latest birth, Average lifespan<br />Also adds a link to the 'Info' drop down menu under 'Statistics'.
+
This mod creates the file surnames_statistics.php that displays a table of statistics for surnames.<br />Surname Count (% of entire DB)<br />Males (% of surname)<br />Females (% of surname)<br />Unknown Gender (% of surname)<br />Earliest birth, Latest birth, Average lifespan<br />Also adds a link to the 'Info' drop down menu under 'Statistics'.
    
== Developer ==
 
== Developer ==
   −
This mod was developed by Jeff Robison.<br />* [[User:Jefr58|View all mods by Jeff Robison]]<br />Inspired and tested by Graham Chamberlain.
+
This mod was developed by Jeff Robison and Graham Chamberlain.<br />* [[User:Jefr58|View all mods by Jeff Robison]]
    
==Requirements==
 
==Requirements==
Line 35: Line 35:     
==Automated Installation==
 
==Automated Installation==
#  Download [http://www.robisonandblythe.org/ccount/click.php?id=95 surname_statistics_v10.1.0.1b.zip]. Upload and Extract to the mods folder.
+
#  Download the relevant version of the mod. Upload and Extract to the mods folder.
#   Follow the normal automated installation for Mod Manager, as shown in    the example [[Mod Manager - Installing Config Files]] to install.
+
# Follow the normal automated installation for Mod Manager, as shown in    the example [[Mod Manager - Installing Config Files]] to install.
 +
 
 +
== Custom Text Additions ==
 +
 
 +
'''Note'''    that config file only includes the English language changes, so if  you  support multiple languages you can modify the config file to add  the  custom text for those other languages, or manually add the  following  custom text to each of your other languages with appropriate    translations.
 +
 
 +
<syntaxhighlight lang="php" enclose="div">
 +
// Added by Surname Statistics
 +
$text['Earliest_Birth'] = "Earliest Birth";
 +
$text['Latest_Birth'] = "Latest Birth";
 +
$text['enterssname'] = "Enter all or any portion of the surname";
 +
$text['surnamestats'] = "Surname Statistics";
 +
$text['notavailable'] = "N/A";
 +
</syntaxhighlight>
 +
 
 +
Deutsch: (German-UTF8)
 +
<syntaxhighlight lang="php" enclose="div">
 +
// Added by Surname Statistics
 +
$text['Earliest_Birth'] = "Früheste Geburt";
 +
$text['Latest_Birth'] = "Letzte Geburt";
 +
$text['enterssname'] = "Trage den Nachnamen ein oder ein Teil davon";
 +
$text['surnamestats'] = "Nachnamen Statistik";
 +
$text['notavailable'] = "n.a.";
 +
</syntaxhighlight>
    
== In the event of a problem ==
 
== In the event of a problem ==
Line 57: Line 80:  
| [[User:Jefr58|Jeff Robison]]
 
| [[User:Jefr58|Jeff Robison]]
 
| Public site
 
| Public site
| 10.1.0.1b
+
| 11.0.0.0
| 10.1.1
+
| 11.0
 +
| English
 +
|-
 +
| [http://lisaandroger.com/genealogy/ Roger's Online Genealogy]
 +
| [[User:TheKiwi|Roger Moffat]]
 +
| Public site
 +
| 10.1.0.1d
 +
| 10.1.3
 
| English
 
| English
 
|-
 
|-
Line 64: Line 94:  
| [[User:Hiraeth|Graham Chamberlain]]
 
| [[User:Hiraeth|Graham Chamberlain]]
 
|  
 
|  
| 10.1.0.1b
+
| 11.0.0.0
 +
| 12.0.1
 +
| EN, FR, DE, ES, NL
 +
|-
 +
| [http://genealogy.oceanwharf.com Hooley Family Links]
 +
| [[User:lastejas|Rick Hooley]]
 +
| Public/Private
 +
| [[User: lastejas|See Here]]
 +
| [[User: lastejas|See Here]]
 +
| EN
 +
|-
 +
| [http://www.wortelboer.tk Wortelboer Genealogy]
 +
| [[User:Bernard57|Bernard Wortelboer]]
 +
|
 +
| 11.0.0.0
 +
| 11.0.0
 +
| NL, EN
 +
|-
 +
| [https://genealogywings.com/ MOTYER Family Genealogy]
 +
| [[User:JMM|John Mark Motyer]]
 +
| Public site
 +
| [[User:JMM|see here]]
 +
| [[User:JMM|see here]]
 +
| EN, DE, RU
 +
|-
 +
| [http://www.luithlenfamilie.de Luithlenfamilie]
 +
| [[User:pingo|Ingo Wagner]]
 +
| Not a Public site
 +
| 11.0.0.0
 +
| 11.1
 +
| DE, EN, NO, FR
 +
|-
 +
| [https://www.bradyfamilytree.org/ Brady Family Tree in Western Australia]
 +
| [[User:bradyfamilytree|Darryl Brady]]
 +
| Public site
 +
| 10.1.0.1d
 
| 10.1.1
 
| 10.1.1
| EN, FR, DE, ES, NL
+
| EN, DE
 +
|-
 +
| [http://www.kempfamilyhistory.com/ Kemp(e) Family History]
 +
| [[User:Kempons|Andrew Kemp]]
 +
| Public site
 +
| [[User:Kempons|see here]]
 +
| [[User:Kempons|see here]]
 +
| EN
 +
|-
 +
| [https://www.rintoulbowman.com/ Rintoul/Bowman Family]
 +
| [[User:Adrintoul|Andrew Rintoul]]
 +
| Public/Private
 +
| 11.0.0.0
 +
| 12.0
 +
| EN, DE, ES, FR
 +
|-
 +
| [https://www.ourfamilysaga.com/ Our Family Saga]
 +
| [[User:delgroves |Del Groves]]
 +
| Public site
 +
| 10.1.0.1d
 +
| 10.1.2
 +
| EN
 +
|-
 +
| [http://bumbery.com/ Bumbery-Wangler]
 +
| [[User:Bob|Bob Bumbery]]
 +
| Public site
 +
| 11.0.0.0
 +
| 11.1.2
 +
| English
 +
|-
 +
| [https://www.kmtrees.com/ Roots & Relatives Remembered]
 +
| [[User:Tngrlkrz|Ron Krzmarzick]]
 +
| Public & Private, modified
 +
| [https://www.kmtrees.com/rrmodcompare_report.php?power=basic&cachemethod=3&sb=filename&aformat=full&statushilite=1&b1=0 See Here]
 +
| [https://www.kmtrees.com/rrmodcompare_report.php?power=basic&cachemethod=3&sb=filename&aformat=full&statushilite=1&b1=0 See Here]
 +
| EN,DE,CS,ES
 +
|-
 +
| [http://colegenealogy.dynu.net/ Cole / Tanner Family Tree]
 +
| [[User:dlcole|David Cole]]
 +
| Public/Private
 +
| [[User:Dlcole|see here]]
 +
| [[User:Dlcole|see here]]
 +
| English
 +
|-
 +
| [https://familyhistories.us/ Family Histories]
 +
| [[User:steve1200|Steven Davis]]
 +
| Public/Private Site
 +
| 11.0.0.0
 +
| 12.0.1
 +
| English
 +
|-
 +
| [http://theroadtoethel.com/genealogy/index.php The Road to Ethel]
 +
| Alicia Clemmons
 +
| Public site
 +
| TNG v. 12.0.3
 +
| EN
 
|-
 
|-
|}
+
 
 +
}
 +
 
 
[[Category:Mods for TNG v10]]
 
[[Category:Mods for TNG v10]]
 +
[[Category:Mods for TNG v11]]
 +
[[Category:Mods for TNG v12]]
 
[[Category:Genlib.php mods]]
 
[[Category:Genlib.php mods]]
'''Experienced'''
2,060

edits

Navigation menu