Difference between revisions of "FGW Tabs Mod"

From TNG_Wiki
Jump to navigation Jump to search
(Created page with "{{TNGmod | mod_name = Family Group Worksheet V9 | mod_summary = Provides a form for visitors to organize and submit family information for inclusion in the website. | mod_validat...")
 
Line 20: Line 20:
 
| __TOC__
 
| __TOC__
 
|}
 
|}
 +
== Description ==
 +
 +
This is a companion mod to the [[Family Group Worksheet V9]] add-on.  It places tabs at the top of TNG personal and family pages to open a Worksheet pre-populated with data from the source page.
 +
 +
== Installation ==
 +
 +
Download, unpack and copy the file to the mods folder and install it with Mod Manager. There are three options that can be set using the Edit button located under the Remove button in the FGW Tabs section.
 +
 +
1) If you install the fgw folder somewhere other than the extensions folder, you must set the correct path to fgw.php from the TNG root directory.
 +
 +
2) Determine where the worksheet will open -- in the same window or in a new one.
 +
 +
3) Indicate whether tabs will be shown to all visitors, or only to registered users. This should be consistent with the way you've configured access to the worksheet itself.
 +
 +
== Revision History ==
 +
 +
{| border="1" cellspacing="5" cellpadding="2" width="100%" class="wikitable"
 +
{| class="wikitable" style="width:720px"
 +
|-
 +
! Version
 +
! Date
 +
! Description
 +
|- valign="top"
 +
| v9.0.0.4 || 30 Jul 2012 ||
 +
* Fixes gaps in tab menu for certain templates.
 +
* Rewrites mod to make it more efficient.
 +
|- valign="top"
 +
| v9.0.0.3 || 2 Jul 2012 ||
 +
* Removed from the FGW package so it can be updated independently.
 +
* Fixed problem causing photographs not to display on TNG pages
 +
|}
 +
 +
== Visualization ==
 +
[[image:fgw001.gif|center]]
 +
 +
== Tab Labels ==
 +
A word about tab labels. There is no way to anticipate what everybody might want for tab labels in all languages. The default label is "Worksheet" in English. If you want something different, you can add the following to your cust_text.php files: $text['my_worksheet'] = "Whatever You Want"; Doing this in cust_text.php rather than modifying scripts or FGW language files will ensure that they are not lost after an upgrade.
 +
 +
[[Category:Mods for TNG v9]]
 +
[[Category:genlib.php mods]]

Revision as of 19:17, 26 September 2012

Family Group Worksheet V9
Summary Provides a form for visitors to organize and submit family information for inclusion in the website.
Validation n/a
Mod Updated {{{mod_last_update}}}
Download link fgw_v90019.zip
fgw_tabs_v9004.zip
TNG 9.0
Download stats {{{download_stats}}}
Author(s) Rick Bisbee
Homepage Bisbee Family Connection
Mod Support Support for Family Group Worksheet V9
Contact Developer Rick Bisbee
Latest Mod 9.0.0.19
Min TNG V 9.0.0
Max TNG V 9
Files modified
none
Related Mods
Notes
Self installing -- does not use Mod Manager


Description

This is a companion mod to the Family Group Worksheet V9 add-on. It places tabs at the top of TNG personal and family pages to open a Worksheet pre-populated with data from the source page.

Installation

Download, unpack and copy the file to the mods folder and install it with Mod Manager. There are three options that can be set using the Edit button located under the Remove button in the FGW Tabs section.

1) If you install the fgw folder somewhere other than the extensions folder, you must set the correct path to fgw.php from the TNG root directory.

2) Determine where the worksheet will open -- in the same window or in a new one.

3) Indicate whether tabs will be shown to all visitors, or only to registered users. This should be consistent with the way you've configured access to the worksheet itself.

Revision History

Version Date Description
v9.0.0.4 30 Jul 2012
  • Fixes gaps in tab menu for certain templates.
  • Rewrites mod to make it more efficient.
v9.0.0.3 2 Jul 2012
  • Removed from the FGW package so it can be updated independently.
  • Fixed problem causing photographs not to display on TNG pages

Visualization

Fgw001.gif

Tab Labels

A word about tab labels. There is no way to anticipate what everybody might want for tab labels in all languages. The default label is "Worksheet" in English. If you want something different, you can add the following to your cust_text.php files: $text['my_worksheet'] = "Whatever You Want"; Doing this in cust_text.php rather than modifying scripts or FGW language files will ensure that they are not lost after an upgrade.