Changes

Jump to navigation Jump to search
2,138 bytes added ,  13:32, 25 February 2018
no edit summary
Line 4: Line 4:     
== Purpose ==
 
== Purpose ==
NearDark is a 'drop-in' alternative to Template 8 that has a brighter, higher contrast, color palette, more legible fonts, conserves space better, and comes with a number of useful features that support customization without changing any PHP code.  Mom and Dad Side links from Template 8, surname clouds from Template 12, and scrollable content sections can all be customized in template settings or turned off entirely.  The template is internationalized and supports English, Spanish, and German out-of-the-box.  
+
NearDark is a 'drop-in' alternative to Template 8 that has a brighter, higher contrast, color palette, more legible fonts, conserves space better, and comes with a number of useful features that support customization without changing any PHP code.  Mom and Dad Side links from Template 8, surname clouds from Template 12, and scrollable content sections can all be customized in template settings or turned off entirely.  The template is internationalized and supports Danish, Dutch, English, French, German, Italian, Norwegian, Portuguese, Spanish, and Swedish out-of-the-box.  
    
A new installation mod, [[NearD_Support|NearD Support]], can be used to make all the required changes to templateconfig.php and the language support files without editing.  Left-side icon/link clustering, which used to be supported by the [[Icon_Gravity|Icon Gravity]] Mod, is included as part of the installation.
 
A new installation mod, [[NearD_Support|NearD Support]], can be used to make all the required changes to templateconfig.php and the language support files without editing.  Left-side icon/link clustering, which used to be supported by the [[Icon_Gravity|Icon Gravity]] Mod, is included as part of the installation.
Line 14: Line 14:     
== Download ==
 
== Download ==
[http://lindell-herndon.org/templates/tmplt-near-dark-v10.1.0.3.zip v10.1.0.3] for TNG 10.1.0 through 11.1.1 is the latest version of NearDark.
+
[http://lindell-herndon.org/templates/tmplt-near-dark-v10.1.0.3.zip v10.1.0.3] for TNG 10.1.0 through 11.1.2 is the latest version of NearDark.
    
== Features ==
 
== Features ==
Line 46: Line 46:     
== Requirements ==
 
== Requirements ==
* A working TNG installation (10.1.0 - 11.0.2)
+
* A working TNG installation (10.1.0 - 11.1.1)
    
== Installation ==
 
== Installation ==
Line 66: Line 66:  
$tmp['tNearDark_headimg'] = "img/titletop.jpg";
 
$tmp['tNearDark_headimg'] = "img/titletop.jpg";
 
$tmp['tNearDark_showmom'] = "yes";
 
$tmp['tNearDark_showmom'] = "yes";
$tmp['tNearDark_momside'] = "Mom's Side";
+
$tmp['tNearDark_momside'] = "Mother's Side";
 +
$tmp['tNearDark_momside_Danish-UTF8'] = "Mors Side";
 +
$tmp['tNearDark_momside_Dutch-UTF8'] = "Moederzijde";
 +
$tmp['tNearDark_momside_French-UTF8'] = "Arbre de la Mère";
 
$tmp['tNearDark_momside_German-UTF8'] = "Mutters Seite";
 
$tmp['tNearDark_momside_German-UTF8'] = "Mutters Seite";
 +
$tmp['tNearDark_momside_Italian-UTF8'] = "Albero della Madre";
 +
$tmp['tNearDark_momside_Norwegian-UTF8'] = "Morsiden";
 +
$tmp['tNearDark_momside_PortugueseBR-UTF8'] = "Árvore da Mãe";
 
$tmp['tNearDark_momside_Spanish-UTF8'] = "Árbol de la Madre";
 
$tmp['tNearDark_momside_Spanish-UTF8'] = "Árbol de la Madre";
 +
$tmp['tNearDark_momside_Swedish-UTF8'] = "Mors Sida";
 
$tmp['tNearDark_momsidenames'] = "Smith/Jones";
 
$tmp['tNearDark_momsidenames'] = "Smith/Jones";
 
$tmp['tNearDark_momperson'] = "I1";
 
$tmp['tNearDark_momperson'] = "I1";
 
$tmp['tNearDark_momtree'] = "mytreeid";
 
$tmp['tNearDark_momtree'] = "mytreeid";
$tmp['tNearDark_showdad'] = "yes";
+
$tmp['tNearDark_showdad'] = "no";
$tmp['tNearDark_dadside'] = "Dad's Side";
+
$tmp['tNearDark_dadside'] = "Father's Side";
 +
$tmp['tNearDark_dadside_Danish-UTF8'] = "Fars Side";
 +
$tmp['tNearDark_dadside_Dutch-UTF8'] = "Vaderzijde";
 +
$tmp['tNearDark_dadside_French-UTF8'] = "Arbre du Père";
 
$tmp['tNearDark_dadside_German-UTF8'] = "Vaters Seite";
 
$tmp['tNearDark_dadside_German-UTF8'] = "Vaters Seite";
 +
$tmp['tNearDark_dadside_Italian-UTF8'] = "Albero del Padre";
 +
$tmp['tNearDark_dadside_Norwegian-UTF8'] = "Fars Side";
 +
$tmp['tNearDark_dadside_PortugueseBR-UTF8'] = "Árvore do Pai";
 
$tmp['tNearDark_dadside_Spanish-UTF8'] = "Árbol del Padre";
 
$tmp['tNearDark_dadside_Spanish-UTF8'] = "Árbol del Padre";
 +
$tmp['tNearDark_dadside_Swedish-UTF8'] = "Fars Sida";
 
$tmp['tNearDark_dadsidenames'] = "Johnson/Williams";
 
$tmp['tNearDark_dadsidenames'] = "Johnson/Williams";
 
$tmp['tNearDark_dadperson'] = "I2";
 
$tmp['tNearDark_dadperson'] = "I2";
 
$tmp['tNearDark_dadtree'] = "mytreeid";
 
$tmp['tNearDark_dadtree'] = "mytreeid";
$tmp['tNearDark_usescroll'] = "yes";
+
$tmp['tNearDark_usescroll'] = "no";
 
$tmp['tNearDark_showcloud'] = "yes";
 
$tmp['tNearDark_showcloud'] = "yes";
$tmp['tNearDark_cloudnames'] = "40";
+
$tmp['tNearDark_cloudnames'] = "55";
 
$tmp['tNearDark_menutitle'] = "Site Menu";
 
$tmp['tNearDark_menutitle'] = "Site Menu";
 +
$tmp['tNearDark_menutitle_Danish-UTF8'] = "Hjemmeside Menu";
 +
$tmp['tNearDark_menutitle_Dutch-UTF8'] = "Website Menu";
 +
$tmp['tNearDark_menutitle_French-UTF8'] = "Menu du Site";
 
$tmp['tNearDark_menutitle_German-UTF8'] = "Website-Menü";
 
$tmp['tNearDark_menutitle_German-UTF8'] = "Website-Menü";
 +
$tmp['tNearDark_menutitle_Italian-UTF8'] = "Sitio Web Menu";
 +
$tmp['tNearDark_menutitle_Norwegian-UTF8'] = "Nettstedmeny";
 +
$tmp['tNearDark_menutitle_PortugueseBR-UTF8'] = "Menu do Site";
 
$tmp['tNearDark_menutitle_Spanish-UTF8'] = "Menú del Sitio";
 
$tmp['tNearDark_menutitle_Spanish-UTF8'] = "Menú del Sitio";
 +
$tmp['tNearDark_menutitle_Swedish-UTF8'] = "Webbplatsmeny";
 
$tmp['tNearDark_mainpara'] = "<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam pharetra, tellus sit amet congue vulputate, nisi erat iaculis nibh,
 
$tmp['tNearDark_mainpara'] = "<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam pharetra, tellus sit amet congue vulputate, nisi erat iaculis nibh,
 
vitae feugiat sapien ante eget mauris. Pellentesque ac felis tellus. Aenean sollicitudin imperdiet arcu, vitae dignissim est posuere id.
 
vitae feugiat sapien ante eget mauris. Pellentesque ac felis tellus. Aenean sollicitudin imperdiet arcu, vitae dignissim est posuere id.
Line 99: Line 120:  
<p><b>9 Sep 1492</b> - Columbus threatens to, '...turn this boat right around,' if the crew doesn't stop complaining about the food.</p>
 
<p><b>9 Sep 1492</b> - Columbus threatens to, '...turn this boat right around,' if the crew doesn't stop complaining about the food.</p>
 
<p><b>1013</b> - Sweyn Forkbeard invades England and Aethelred II \"The Unready\" flees to Normandy.</p>
 
<p><b>1013</b> - Sweyn Forkbeard invades England and Aethelred II \"The Unready\" flees to Normandy.</p>
<p><b>1 Jan 1000</b> - The world does not end--Catholic Church blames the Julian Calendar.</p>
+
<p><b>1 Jan 1000</b> - The world does not end-Catholic Church blames the Julian Calendar.</p>
 
<p><b>21 Apr 612</b> - Sir Robin bravely runs away.</p>
 
<p><b>21 Apr 612</b> - Sir Robin bravely runs away.</p>
 
<p><b>3 Apr 33</b> - Brian takes one for the team.</p>
 
<p><b>3 Apr 33</b> - Brian takes one for the team.</p>
Line 132: Line 153:  
! Release&nbsp;Date
 
! Release&nbsp;Date
 
! Comments
 
! Comments
 +
|- valign="top"
 +
| [http://lindell-herndon.org/templates/tmplt-near-dark-v10.1.0.3a.zip v10.1.0.3a]
 +
| (soon)
 +
| Corrects a global variable issue in footer.php that can cause a memory leak when TNG is run on PHP 7.0+.
 +
|- valign="top"
 +
| [http://lindell-herndon.org/templates/tmplt-near-dark-v10.1.0.3.zip v10.1.0.3]
 +
| 20 Jun 2017
 +
| Added language support for Dutch, Danish, French, Italian, Norwegian, Portuguese, and Swedish.  Also updated default values for configurable page titles and menus (all languages) and tested with TNG release 11.1.1.
 
|- valign="top"
 
|- valign="top"
 
| [http://lindell-herndon.org/templates/tmplt-near-dark-v10.1.0.2.zip v10.1.0.2]
 
| [http://lindell-herndon.org/templates/tmplt-near-dark-v10.1.0.2.zip v10.1.0.2]
Line 159: Line 188:  
| [[User:wrherndon|Bill Herndon]]
 
| [[User:wrherndon|Bill Herndon]]
 
| Template designer
 
| Template designer
| 10.1.0.2
+
| 10.1.0.3
| 11.1
+
| 11.1.2
 
|-
 
|-
 
| [http://porterfieldjunction.net/ Porterfield Junction]
 
| [http://porterfieldjunction.net/ Porterfield Junction]
Line 167: Line 196:  
| 10.1.0.0
 
| 10.1.0.0
 
| 10.1.2
 
| 10.1.2
 +
|-
 +
| [http://genealogy.ravensbeak.com/ Mueller Diefenbach Heritage Pages]
 +
| Bob Mueller
 +
|
 +
| 10.1.0.3
 +
| 11.1.2
 +
|-
 +
| [https://familie.bitterer.eu/ Familie Bitterer]
 +
| (unknown)
 +
|
 +
| 10.1.0.3
 +
| 11.1.2
 +
|-
 +
| [http://www.akerman.me/tng/ tobbes familje sidor]
 +
| Torbjörn Åkerman
 +
|
 +
| | 10.1.0.3
 +
| 11.1.2
 
|}
 
|}
    
[[Category:Themes]]
 
[[Category:Themes]]
 
[[Category:Templates]]
 
[[Category:Templates]]
8

edits

Navigation menu