Forskel mellem versioner af "TNG V11 Change Impacts"

Fra TNG_Wiki
Spring til navigation Spring til søgning
m (1 revision imported: Import TNG V11 articles)
(added setup information for Responsive Table)
Linje 12: Linje 12:
  
 
[[File:TNG_V11_forgot_to_create_DNA_tables.png]]
 
[[File:TNG_V11_forgot_to_create_DNA_tables.png]]
 +
 +
== Responsive Tables ==
 +
 +
While TNG incorporated the [[Responsive Tables]] mod, the responsive tables are not enabled by default.
 +
 +
If you want to use the Responsive Tables in TNG V11 for the smart phones and tablets, you must go to Admin > Setup > General Settings and scroll down to the Mobile section and enable the capability.  In the [[Responsive Tables]] mod the options were in the Mod Manager Edit options screen.
 +
 +
[[File:TNG_V11_responsive_tables_setup.png]]
 +
 +
You can specify the Type of responsive table displays to use:
 +
 +
* Toggle (default)
 +
* Stack
 +
* Swipe
 +
 +
See [[Responsive Tables in TNG v11]] for additional details
  
 
== TNG Mods ==
 
== TNG Mods ==

Versionen fra 19. mar 2016, 07:15

New DNA Tables

There are two new tables that must be defined in the Admin > Setup > General Settings > Table Names section - the TNG DNA Test and TNG DNA Links tables.

TNG V11 define new DNA tables.png

Failure to define the new tables will result in an error being displayed on the TNG Admin screen for the DNA Tests button.

TNG V11 forgot to create DNA tables.png

Responsive Tables

While TNG incorporated the Responsive Tables mod, the responsive tables are not enabled by default.

If you want to use the Responsive Tables in TNG V11 for the smart phones and tablets, you must go to Admin > Setup > General Settings and scroll down to the Mobile section and enable the capability. In the Responsive Tables mod the options were in the Mod Manager Edit options screen.

TNG V11 responsive tables setup.png

You can specify the Type of responsive table displays to use:

  • Toggle (default)
  • Stack
  • Swipe

See Responsive Tables in TNG v11 for additional details

TNG Mods

Several TNG Mods are now obsolete because their functionality is now included in TNG V10.

See Upgrading_Mods_to_TNG_v11 for recommended actions on update

Admin Screen Colors

The Admin screen uses new color definitions. If your screen background color is a light color, you may not be able to read the small text in the Admin button.

TNG V11 admin.png

If that is the case, then you need to create overrides in your templateN/mytngstyle.css changing the color for the following classes


/* override TNG v11's Admin screen colors  */
.adminsubmsg, .admintotal {
    color: #002EB8;
}

.tngmsgarea a, .tngmsgarea a:active, .tngmsgarea a:link, .tngmsgarea a:visited {
    color: #FFFF00;
    text-decoration: none;
}