Changes

Jump to navigation Jump to search
5,466 bytes added ,  22:14, 17 January 2021
no edit summary
Line 1: Line 1: −
{{TNGmod
+
{{restricted}}{{V12_cust_text}}{{TNGmod
 
| mod_name        = [[Surname Statistics]].
 
| mod_name        = [[Surname Statistics]].
 
| 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]
+
| mod_last_update = 02 Oct 2020
<hr />
+
|  download_link  = <br />{{Tv130}}<br />[http://www.robisonandblythe.org/ccount/click.php?id=160&user={{#replace:{{CURRENTLOGGEDUSER}}}}&page={{PAGENAMEE}} surname_statistics_v13.0.0.2.zip]<hr />
| download_stats = [http://www.robisonandblythe.org/ccount/index.php?action=stats&id=95    See download statistics]<hr />
+
{{Tv120}}{{Tv110}}<br />[[media:surname_statistics_v11.0.0.0.zip|surname_statistics_v11.0.0.0.zip]]<!-- [http://www.katiandgraham.com/genealogy/ccount/click.php?id=63&user={{#replace:{{CURRENTLOGGEDUSER}}}}&page={{PAGENAMEE}}&cc=jrobison
| mod_author      = Graham Chamberlain / [[User:Jefr58|Jeff Robison]]
+
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 />
 +
| download_stats = [http://www.robisonandblythe.org/ccount/index.php?action=stats&groupid=20 See download statistics]<br/>
 +
[http://www.katiandgraham.com/genealogy/ccount/index.php?action=stats&groupid=20 See download statistics - Responsive Tables version]<hr />
 +
| 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    = 13.0.0.2 for TNG 13+<br />11.0.0.0 for TNG 11<br />10.1.0.1d for TNG 10.1
 
| min_TNG_ver    = 10.1
 
| min_TNG_ver    = 10.1
| max_TNG_ver    = 10.1
+
| max_TNG_ver    = 13
 
| 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]] for TNG v10.1 only
 
| notes    =   
 
| notes    =   
 
}}
 
}}
   −
{|align=right
+
{| style="margin-right:0.5 em;" align="right"
|__TOC__
+
| __TOC__
 
|}
 
|}
 +
    
== Purpose of the mod ==
 
== Purpose of the mod ==
Line 35: Line 39:     
==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) included in v13.0.0.2
 +
<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 ==
 
* Try using the [[Mod_Manager_-_Installing_Config_Files#Remove_Mod_Steps|Mod Manager Remove]] capability
 
* Try using the [[Mod_Manager_-_Installing_Config_Files#Remove_Mod_Steps|Mod Manager Remove]] capability
 
* Contact me through [http://www.robisonandblythe.org/mod_support.php My Mod Support].
 
* Contact me through [http://www.robisonandblythe.org/mod_support.php My Mod Support].
 +
== Revision History ==
 +
{| border="0" cellspacing="1" cellpadding="2" class="wikitable"
 +
|-
 +
! Version
 +
! Release&nbsp;Date
 +
! Comments
 +
|- valign="top"
 +
| 13.0.0.2 <br/>
 +
| 12 Oct 2020
 +
| Updated by [[User:KenRoy|Ken Roy]] to
 +
* fix use tng_begin.php so page header for template is displayed
 +
* use TNG v12 [[Mod Guidelines]] for cust_text.php
 +
* added French-UTF8 and German-UTF8 cust_text.php
 +
|- valign="top"
 +
| 13.0.0.1 <br/>
 +
|02 Oct 2020
 +
| Updated for TNG 13 by [[User:Tngrlkrz|Ron Krzmarzick]]
 +
|}
    
== TNG User sites using this mod ==
 
== TNG User sites using this mod ==
Line 57: Line 102:  
| [[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
 +
| 13.0.0.1
 +
| 13.0.0
 
| English
 
| English
 
|-
 
|-
Line 64: Line 116:  
| [[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
 +
|-
 +
| [https://www.royandboucher.com/tng/index.php Our Roy and Boucher Family]
 +
| [[User:KenRoy|Ken Roy]]
 +
| Public site
 +
| 13.0.0.2
 +
| 13.0.0
 +
| English, French
 +
|-
 +
| [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/Private site
 +
| 13.0.0.2
 +
| 13.0.0
 +
| 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
 +
|-
 +
| [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
 
|-
 
|-
|}
+
| [http://www.duttongenealogy.com/ The Duttons of New England]
 +
| [[User:Darrin65|Darrin Dutton]]
 +
| Public / Private
 +
| 13.0.0.2
 +
| 13.0.2
 +
| EN
 +
|-}
 +
[[Category:Mods for TNG v13]]
 +
[[Category:Mods for TNG v12]]
 +
[[Category:Mods for TNG v11]]
 
[[Category:Mods for TNG v10]]
 
[[Category:Mods for TNG v10]]
 
[[Category:Genlib.php mods]]
 
[[Category:Genlib.php mods]]
 +
[[Category:cust_text.php English mods]]
 +
[[Category:cust_text.php French mods]]
 +
[[Category:cust_text.php German mods]]
'''Experienced''', maintainer, Administrators
6,288

edits

Navigation menu