Cemetery Burials Table
Cemetery Burials Table | ||
---|---|---|
Summary | This mod changes the All Burials table for a cemetery, adds birth, death, and spouse data, and removes the burial place name and the personID. | |
Validation | ||
Mod Updated | 21 Nov2023 | |
Download link | v14.0.0.17g
(See the Revision History) | |
Download stats | ||
Author(s) | Robin Richmond | |
Homepage | Robin's Roots' | |
Mod Support | My Mod Support form | |
Contact Developer | My Mod Support form | |
Latest Mod | v14.0.0.17g | |
Min TNG V | 11.0 | |
Max TNG V | 14.0.3 | |
Files modified | showmap.php, admin_genconfig.php, admin_updateconfig.php | |
Related Mods | ||
Notes | Has Dutch & Norwegian translations |
Purpose of the Mod
To improve the usability of the "All Burials" results tables in showmap.php (which is essentially the TNG "Cemetery Detail" page).
- The following columns have been added:
- Birth date and place
- Death date and place, and
- Spouses - The Spouses column is added because women's maiden names are often omitted from headstones and cemetery lists.
- A flag indicating that the person has a headstone photo. The headstone photo column is removed if no one in the cemetery has a headstone photo.
- The burial date column is no longer displayed if it contains no data.
- The PersonID and Burial place columns have been removed, and the Burial Place, which the native program placed on every row in the All Burials Table, is now shown just once in a heading above the table.
Mod Options
- This mod can abbreviate place names in order to reduce wrapping in the All Burials table. (See a visualization below.) But not all users appreciate the abbreviations, so the mod has two options:
- Initial Format of Placenames - Abbreviated or Full
- Allow user to switch between abbreviated and full placenames. This option controls the presence of a button that says "Abbreviated Placenames" or "Full Placenames"
- To conserve horizontal space in the modified All Burials table, two options affect the visibility of the Birthplace column:
- Initial Visibility of Birthplaces
- Allow user to change the visibility of Birthplaces (which puts a "Show Places" or "Hide Places" button in the Birth column of the results table./li>
The mod options are in a Mod Settings Block at Admin >> Setup >> General Settings, in a new subform titled "Mod Settings Blocks". (See a visualization below.)
Other Mods
Related Mods
- Cemetery Map and Images was spun off from Cemetery Burials Table v16 to remove a conflict between this mod and Public Access Control. The features that were moved to Cemetery Map and Images do not affect the showmap.php All Burials table.
- Cemetery Headstones also affects showmap.php, as well as headstones.php. It controls the visibility of the Headstone Photos table that is displayed immediately above the All Burials table. It allows the Headstone Photos table to be hidden (with or without a button that displays it) or displayed (with or without a button that hides it).
- Showmap Burials is related only in the sense that it has the same purpose and some of the same functionality. It is listed below among conflicting mods.
- The Mod Settings Blocks mod packages this mod's options into what I call a "Mod Settings Block", which is a set of form fields that formatted and labeled so that it stands out among other options in an Admin>>Setting form. Mod Settings Blocks is a prerequisite for this mod; it must be installed before this mod can be installed.
Compatibility
- This mod is compatible with Public Access Control, Mobile Site Enhancements, Tree ID Mod, and TreeID-One Column.
- This mod conflicts with Showmap Burials, which was also inspired largely by the redundant Burial Place column in showmap.php, but which doesn't add as much new information as Cemetery Burial Table does. There's no realistic resolution for this conflict.
Installation
As noted above, this mod's language strings are defined, distributed and files in its mod subfolder rather than in its .cfg file. TNG programs affected by this mod then load language strings from those mod subfolder files rather than from cust_text.php files. This non-standard technique for handling language strings has several advantages, including that
- It loads language strings only into the pages that need them rather than into all TNG pages, and
- It simplifies the process of defining and editing translations.
This non-standard technique should be invisible to you unless you want to define a translation or override any of this mod's string values.
Read more about this technique, the simplified translation process, and the procedure for defining site-specific overrides to its language strings.
[Show Installation Details]
Requirements
- A working TNG installation.
- An installed current version of the Mod Manager.
- You should backup files listed in the panel on the right.
Procedure
- Remove and delete previous version of this mod.
- Backup the files updated by this mod. They are listed in the panel at the upper right.
- Download the .zip file, Extract its .cfg file to the mods folder.
- Follow the normal automated installation for Mod Manager, as shown in the example Mod Manager - Installing Config Files.
Problems?
- Try using the Mod Manager Remove capability
- Contact me through My Mod Support form.
Visualizations
The All Burials tables in showmap.php, Before installation Two columns are removed by this mod:
|
The modified All Burials Table
This screenshot shows selected table rows to illustrate new features.
|
The modified All Burials Table, showing abbreviated placenames
|
The showmap.php Inner Mod Menu
|
The Cemetery Burials Table Mod Settings Block
msbviz1
msbgenconfig
|
Language Strings
language1
Revision History
Mod Version | TNG Version | Date | Note |
---|---|---|---|
v14.0.0.17g | 14 | 21 Nov 2023 | Update version v14.0.0.17f to v14.0.0.17g |
v14.0.0.17f | 14 | 23 Sep 2023 | No functional changes; Implemented MM Logic to display notes about whether certain mods are installed. Updated for TNGv14. |
v13.0.0.17c | 13.0-13.0.3 | 30 Mar 2021 | No notable functional changes
|
v13.0.0.17b.zip | 13 | 02 Nov 2020 | Cleaned up an undefined subscript reference that wasn't breaking the program. |
v13.0.0.17a.zip | 13 | 26 Oct 2020 |
|
v13.0.0.16.zip | 13 | 6 Oct 2020 | Added placename abbreviations and the associated buttons and mod options |
v12.0.0.15c.zip | 12.0+ | 15 May 2018 | No functional changes; made compatible with TNGv12. |
v11.0.0.15b | 11.0-11.1.2+ | 20 Dec 2017 | No visible changes. Removed a phantom line in the .cfg file that must have been an extra cr or lf, and caused a bad target error after installation on some sites. |
[Older Revisions]
Older Revisions
Mod Version | TNG Version | Date | Note |
---|---|---|---|
v14.0.0.17g | 14 | 21 Nov 2023 | Update version v14.0.0.17f to v14.0.0.17g |
14.0.0.17e |
rrcbt
|
13 Mar 2023 | Upgrade to TNGv14 |
11.0.0.15a | 11.0+ | 20 Dec 2017 | One visible change:
Two bug/glitch fixes: - Fixed a bug in the spouse logic in the All Burials table that occurred when no tree is selected and multiple trees exist, and the same person ID appears in two trees. - Realized that there was potential confusion when the cemetery name&location didn't match the associated placename, so I changed the All Burials heading. Plus some code cleanup. |
11.0.0.14a | 11.0+ | 3 Jul 2017 | The Display Mod Names mod is no longer referenced at all, since showmap.php is an end-user program (though it can be invoked from the Admin side.) |
11.0.0.14 | 11.0+ | 30 May 2017 | Moved the changes to Headstones.php out of this mod to the new Headstones Report mod. This mod now focuses on the All Burials table in showmap.php, and Headstones Report focuses on the Headstone Photos tables in headstones.php and showmap.php. (Those two headstones tables are essentially identical. |
11.0.0.13a | 11.0 & 11.0.1 | 27 May 2016 | Added the %fileoptional:% directive to the Norwegian language files. |
11.0.0.13 | 11.0 & 11.0.1 | 26 May 2016 | Several modifications:
|
10.1.0.12 & 9.2.0.12 | 9.2.0-10.1.3 | 27 Feb 2016 | The burial date column is omitted if it contains no data. Removed a cust_text string that was not necessary, and added one that had been hard-coded. Added Norwegian translations. Added Show Mod Names functionality and dependency. |
10.1.0.11a | 10.1.0-10.1.2 | 19 Jul 2015 | Tweaked search locations to accommodate the TNG v10.1.2 beta. |
10.1.0.11 & 9.2.0.11 | 9.2.0 - 10.1.1 | 17 Apr 2015 | Found an untranslated string; added Dutch translations by Marco van den heuvel |
10.1.0.10 & 9.2.0.10 | 9.2.0 - 10.1.1 | 12 Apr 2015 | Fixed bug where my modification to headstones.php tried to count burials in the people table when the cemetery didn't link to a place name. |
10.1.0.8 | 10.1 | 11 Jan 2015 | Fixed database references for TNG v10.1 compatibility. No functional changes. |
9.2.0.7 | 9.2.0 - 10.0.3 | 17 Dec 2014 | No functional changes. Reconfigured one of the target locations to avoid a conflict with either a manual edit or an unknown mod. |
9.2.0.6 | 9.2.0 - 10.0.3 | 29 Nov 2014 | No functional changes. Fixed an HTML error that most web browsers ignored. |
9.2.0.5 | 9.2.0 - 10.0.3 | 29 Nov 2014 | The date columns (instead of place columns) are forced not to wrap. Also added the number of burials in the headstones.php cemetery list, and a cleaned up the modified PHP code a good bit. |
9.2.0.4 | 9.2.0 - 10.0.2 | 12 May 2014 | No functional changes; just code cleanup. |
9.2.0.3 | 9.2.0 - 10.0.1 | 15 Mar 2014 | Initial release. |
Sites using this mod
If you download and install this mod, please add your TNG site to the table below:
URL | User | Note | Mod-Version | TNG-Version | User-language | |
---|---|---|---|---|---|---|
A cemetery page on Robin's Roots | Robin Richmond | Developer | v14.0.0.17f | 14.0.3 | EN | |
Family tree of Marcin & Emilia Senderski | Marcin Senderski | Only home page is public | 13.0.0.17c | 13.0.4 | EN, PL | |
A Line of Malkins' in Nu Tirani - New Zealand | Rick Malkin | Private site | v14.0.0.17e | v14.0.2 | EN | |
Stegemüller Family History | Hanne B. Stegemüller | Public site | 13.0.0.17c | 13.0.3 | EN, DE, DA | |
Total Family History | Scott Bennett | Private Site (For right now) | 9.2.0.3 | TNG 10.0.1 | EN | |
Adler-Wien | Herbert Fischer | Public site | waiting for new | 14.0 | DE, (EN) | |
Crawford County Genealogy Gateway | Frank Bernosaky | Public site | 11.0.0.13a | 11.1 | EN | |
The Cole / Tanner Family Tree | David Cole | Public/Private | see here | see here | EN, DE, FR, ES, NL | |
R G Strong Family Genealogy | Russ Strong | Public site | 13.0.0.17b | 13.1.1 | EN, DE, FR, NL | |
Woking Family Tree Project | Pete Smee | Public/Private | v12.0.0.15c | v12.1 | English | |
Our Family Histories | Bryan S. Larson | Public - T8 customized | see here | see here | EN | |
Huygens - Van de Moortel | Tom Huygens | Public/Private on WordPress | 13.0.0.17c | 13.1.2 | NL | |
KK's Family History | Kathy Kult | Public/Private site | 14.0.0.17g |
|
EN | |
Carr's Garage | Regis Carr | Public & XAMPP | 14.0.0.17f | 14.0.3 | EN, DE, NO |