Changes

Jump to navigation Jump to search
529 bytes added ,  06:21, 12 April 2021
Line 77: Line 77:     
== Compatibility ==
 
== Compatibility ==
 +
 +
=== TNG v9.0 and Earlier ===
 +
 
Unlike the previous version, this version of [[NearDark]] probably won't work with TNG r9.  The template should, however, be mobile compatible, but if you find any issues, especially on mobile devices, please let me know.
 
Unlike the previous version, this version of [[NearDark]] probably won't work with TNG r9.  The template should, however, be mobile compatible, but if you find any issues, especially on mobile devices, please let me know.
   −
Add any other compatibility issues here.
+
=== TNG v13.0.2 and v13.0.3 ===
 +
 
 +
A short term fix for the compatibility issue between the NearDark and NearDawn templates and TNG versions after 13.0 is to modify line 27 of file admin_templateconfig.php from:
 +
<code>
 +
if( is_dir($cms['tngpath'] . "templates/template" . $row['template']) ) {
 +
</code>
 +
...to:
 +
<code>
 +
        if( is_dir($cms['tngpath'] . "templates/template" . $row['template'])
 +
            || is_dir($cms['tngpath'] . "templates/" . $row['template'])) {
 +
</code>
 +
A more permanent fix may be available in a future TNG release.
    
== Notes and Caveats ==
 
== Notes and Caveats ==
1,804

edits

Navigation menu