Difference between revisions of "Show issues"

From TNG_Wiki
Jump to navigation Jump to search
(26 intermediate revisions by 2 users not shown)
Line 4: Line 4:
 
| mod_validation  = Mod passed Html markup test
 
| mod_validation  = Mod passed Html markup test
 
| mod_last_update = 04 Feb 2019
 
| mod_last_update = 04 Feb 2019
| download_link  = for {{Tv120}}[http://adupree.com/download/my_perhaps_modv12.cfg.zip my_perhaps_modv12.cfg.zip]
+
| download_link  = for {{Tv120}}[[Media:show_issues_V12.0.0.3.cfg.zip | show_issues_V12.0.0.3.cfg.zip]]
 
<hr />
 
<hr />
 
| download_stats  =
 
| download_stats  =
Line 17: Line 17:
 
| min_TNG_ver    = 10
 
| min_TNG_ver    = 10
 
| max_TNG_ver    = 12
 
| max_TNG_ver    = 12
| TNG_file_list  = getperson.php mytngstyle.css
+
| TNG_file_list  = getperson.php mytngstyle.css cust_text.php (in English folders)
 
| notes          = Requires user to capitalize names where data is uncertain
 
| notes          = Requires user to capitalize names where data is uncertain
 
}}
 
}}
Line 25: Line 25:
  
 
==Introduction==
 
==Introduction==
Hundreds, maybe thousands, of genealogical websites repeat unproven family links, which then get picked up and repeated over and over as true. I have employed this mod on my site to show where my own data is suspect and should be treated with caution.  This enables me to present data that is unproven highlighting for me and visitors to me site where I think data should be taken with a grain of salt.  
+
Hundreds, maybe thousands, of genealogical websites repeat unproven family links, which then get picked up and repeated over and over as true. I have employed this mod on my site to show where my own data is suspect and should be treated with caution.  This enables me to present data that is unproven, highlighting for me and visitors to my website where I think data should be taken with a grain of salt.  
  
 
As such, this mod is NOT FOR EVERYBODY...unless you wish to use my system for highlighting potential issues or research gaps in your research.   
 
As such, this mod is NOT FOR EVERYBODY...unless you wish to use my system for highlighting potential issues or research gaps in your research.   
  
The system is relatively simple. It requires <strong>CAPITALIZING</strong> the name of an individual when either the individual's parents or spouses are in doubt. It further considers the word <strong>"About"</strong> in dates to be a pointer to uncertain data. That's it. (So it does require that you commit to using capitalized names and the "About" tag in this manner.)
+
The system is relatively simple. It requires <strong>CAPITALIZING</strong> the name of an individual when either the individual's parents or spouses are in doubt. It further considers the word <strong>"About"</strong> (or equivalent word if you are using another language) in dates to be a pointer to uncertain data. That's it. So it does require that you commit to using capitalized names and the "About" tag (as it is defined in your language) in this manner.  
  
 
I find this useful to quickly identify people who still need to be verified or for whom family connections might be wrong. It is useful to the visitor also, I think, to see at a glance the information in your work that needs proof or may be wrong.   
 
I find this useful to quickly identify people who still need to be verified or for whom family connections might be wrong. It is useful to the visitor also, I think, to see at a glance the information in your work that needs proof or may be wrong.   
  
The mod adds a word, "perhaps," after the "Name" label (in a soft orange color) to indicate that either parents or spouse of this individual are incorrect.  
+
The mod adds a word, "<span style="color:#DAA520">(unproven)</span>," after the "Name" label (in a soft orange color) to indicate that either parents or spouse of this individual are incorrect.  
  
Second, if you use the word "About" for estimated dates (birth, death, burial or marriage), it adds a "perhaps" after the labels for each of these. Once again, this is to draw attention to where there is potential incorrect information on your page.  
+
Second, if you use the word "About" (or defined word in your language) for estimated dates (birth, death, burial or marriage), it adds "(unproven)" after the labels for each of these to draw attention to where there is potential incorrect information on your page.  
  
Third, if the spouse or a child has a capitalized name, it adds the word "perhaps" after their names to indicate that they may be incorrectly linked to this individual or the link needs proof.   
+
Third, if the spouse or a child has a capitalized name, it adds the word "<span style="color:#DAA520">(unproven)</span>" after their names to indicate that they may be incorrectly linked to this individual or the link needs proof.   
  
 
Finally, it adds a message above the menu and under the header information that collects all the doubtful information on the page and asks the visitor to suggest improvements.   
 
Finally, it adds a message above the menu and under the header information that collects all the doubtful information on the page and asks the visitor to suggest improvements.   
  
They say a picture is worth a thousand words:
+
They say a picture is worth a thousand words. The one below shows a capitalized individual whose child, wife and birthdate are uncertain
 
{|
 
{|
 
|-
 
|-
|[[Image:Perhapsillustration.png|550px|left]]
+
|[[Image:Showissues.png|550px|center]]
 
|}
 
|}
 +
Please note - I have been using a version of this mod for several years with no problems.  It has not conflicted with other mods modifying getperson.php. BUT it certainly may conflict with other template use or other mods I do not use. I expect issues.
  
Please note - I have been using a version of this mod for several years with no problems. It has not conflicted with other mods modifying getperson.php. BUT it certainly may conflict with other template use or other mods I do not use. I expect issues.
+
==Languages==
 +
To use in a language other than English you need to put this text in the cust_text.php folder corresponding to your language.
 +
<pre>
 +
$text['perhaps'] = "unproven";
 +
$text['suggesting'] = "If something doesn't look right, please make a";
 +
$text['suggestion'] = "suggestion";
 +
$text['proven'] = "is unproven.";
 +
$text['strstart'] = "Info about";
 +
$text['marriage'] = "Marriage";
 +
</pre>
 +
Edit and change the text in quotes.
 +
 
 +
(For English users, this text is included in the cust_text.php file. To alter it just copy (don't edit or change where they are) to a lower position in the file and change the words as your wish.
  
If this mod is adopted by anyone, I will consider adding another mod I use, that adds a capital name search to the search menu. This enables finding individuals with issues rapidly and is more useful to the site owner than the visitor.
+
==Formatting==
 +
If the (unproven) text is not <span style="color:#DAA520">this color</span>, you may have an issue with your template not using the main mytngstyle.css folder. Simply copy these css directives into the mytngstyle.css file in your template files (../templates/YOUR TREMPLATE/css/mytngstyle.css).
 +
<pre>
 +
.orangutang {
 +
font-style: italic;
 +
color: #DAA520;
 +
}
 +
#warnfolk {
 +
position: relative;
 +
top:-10px;
 +
font-style: italic;
 +
}
 +
</pre>
  
 +
(NOTE: If you want to change the color, just alter the color: code above)
 
==Developer==
 
==Developer==
  
Line 63: Line 89:
 
==Revision History==
 
==Revision History==
  
 +
* Was revised on 2/12/2019 to work with other languages.
  
 
==[[Mod Manager - Installing Config Files | Automated Installation]] ==
 
==[[Mod Manager - Installing Config Files | Automated Installation]] ==
Line 68: Line 95:
 
# Download the zip file in the status area in the upper right.
 
# Download the zip file in the status area in the upper right.
 
# Extract the direct_line_search.zip to your mod folder.   
 
# Extract the direct_line_search.zip to your mod folder.   
# Follow the normal automated installation for Mod Manager, as shown in the example [[Mod Manager - Installing Config Files]] to install the '''direct_line_search.cfg'''.
+
# Follow the normal automated installation for Mod Manager, as shown in the example [[Mod Manager - Installing Config Files]] to install the '''Show issues''' mod.
  
 
== Conflicts and Issues ==
 
== Conflicts and Issues ==
Line 84: Line 111:
 
{| border="0" cellspacing="1" cellpadding="2" class="wikitable"
 
{| border="0" cellspacing="1" cellpadding="2" class="wikitable"
 
|-
 
|-
! URL
+
! www.familiehuijbregts.nl/
! User
+
! Bruno
! Note
+
! used on this page: http://www.familiehuijbregts.nl/getperson.php?personID=I1721&tree=tree1
! Mod-Version
+
! Mod-Version V12.0.0.3
! TNG-Version
+
! TNG-Version v. 12.0.2
! User-language
+
! Dutch
 
|-
 
|-
 
| [http://adupree.com/wp/g/searchform.php Adupree.com]
 
| [http://adupree.com/wp/g/searchform.php Adupree.com]
 
| [[User:mkoche|A.S. DuPree]]
 
| [[User:mkoche|A.S. DuPree]]
 
| Mod Developer
 
| Mod Developer
| 12.0.0.1
+
| 12.0.0.3
| 11.0.3
+
| 12.0.3
 
| English
 
| English
 
|-
 
|-

Revision as of 14:45, 19 February 2019

Show Issues (My Perhaps)
Summary Highlights imperfect data - but needs to follow a specific format and system.
Validation Mod passed Html markup test
Mod Updated 04 Feb 2019
Download link for
TNG 12.0

show_issues_V12.0.0.3.cfg.zip


Download stats
Author(s) A. S. DuPree
Homepage Show_issues (this page)
Mod Support TNG Community Forums
Contact Developer [1]
Latest Mod 12.0.0.1
Min TNG V 10
Max TNG V 12
Files modified
getperson.php mytngstyle.css cust_text.php (in English folders)
Related Mods
Notes
Requires user to capitalize names where data is uncertain


Introduction

Hundreds, maybe thousands, of genealogical websites repeat unproven family links, which then get picked up and repeated over and over as true. I have employed this mod on my site to show where my own data is suspect and should be treated with caution. This enables me to present data that is unproven, highlighting for me and visitors to my website where I think data should be taken with a grain of salt.

As such, this mod is NOT FOR EVERYBODY...unless you wish to use my system for highlighting potential issues or research gaps in your research.

The system is relatively simple. It requires CAPITALIZING the name of an individual when either the individual's parents or spouses are in doubt. It further considers the word "About" (or equivalent word if you are using another language) in dates to be a pointer to uncertain data. That's it. So it does require that you commit to using capitalized names and the "About" tag (as it is defined in your language) in this manner.

I find this useful to quickly identify people who still need to be verified or for whom family connections might be wrong. It is useful to the visitor also, I think, to see at a glance the information in your work that needs proof or may be wrong.

The mod adds a word, "(unproven)," after the "Name" label (in a soft orange color) to indicate that either parents or spouse of this individual are incorrect.

Second, if you use the word "About" (or defined word in your language) for estimated dates (birth, death, burial or marriage), it adds "(unproven)" after the labels for each of these to draw attention to where there is potential incorrect information on your page.

Third, if the spouse or a child has a capitalized name, it adds the word "(unproven)" after their names to indicate that they may be incorrectly linked to this individual or the link needs proof.

Finally, it adds a message above the menu and under the header information that collects all the doubtful information on the page and asks the visitor to suggest improvements.

They say a picture is worth a thousand words. The one below shows a capitalized individual whose child, wife and birthdate are uncertain

Showissues.png

Please note - I have been using a version of this mod for several years with no problems. It has not conflicted with other mods modifying getperson.php. BUT it certainly may conflict with other template use or other mods I do not use. I expect issues.

Languages

To use in a language other than English you need to put this text in the cust_text.php folder corresponding to your language.

$text['perhaps'] = "unproven";
$text['suggesting'] = "If something doesn't look right, please make a";
$text['suggestion'] = "suggestion";
$text['proven'] = "is unproven.";
$text['strstart'] = "Info about";
$text['marriage'] = "Marriage";

Edit and change the text in quotes.

(For English users, this text is included in the cust_text.php file. To alter it just copy (don't edit or change where they are) to a lower position in the file and change the words as your wish.

Formatting

If the (unproven) text is not this color, you may have an issue with your template not using the main mytngstyle.css folder. Simply copy these css directives into the mytngstyle.css file in your template files (../templates/YOUR TREMPLATE/css/mytngstyle.css).

.orangutang {
font-style: italic;
color: #DAA520; 
}
#warnfolk {
position: relative;
top:-10px;
font-style: italic;
}

(NOTE: If you want to change the color, just alter the color: code above)

Developer

This mod was developed by A.S. DuPree (a novice, happy for any help on improving it)

Requirements

  • A working TNG installation. This has only been tested on TNG V 12.0.3 but has been in use since TNG V 9
  • The use of Capital names to identify unproven links. And the use of "About" in date fields to indicate guesstimates.
  • An installed current version of the Mod Manager.

Revision History

  • Was revised on 2/12/2019 to work with other languages.

Automated Installation

  1. Download the zip file in the status area in the upper right.
  2. Extract the direct_line_search.zip to your mod folder.
  3. Follow the normal automated installation for Mod Manager, as shown in the example Mod Manager - Installing Config Files to install the Show issues mod.

Conflicts and Issues

I have not found any conflicts or issues with this mod but I suspect there may be some. Please let me know if you find any. The language is ONLY in English. The position of the text describing the issue should come after the header information, but I have only tested it on my site and it may have issues with different templates.

In the event of a problem with your TNG site

  1. Try using the Mod Manager to Remove the mod

Sites using this mod

If you download and install this mod, please add your TNG site to the table below:

www.familiehuijbregts.nl/ Bruno used on this page: http://www.familiehuijbregts.nl/getperson.php?personID=I1721&tree=tree1 Mod-Version V12.0.0.3 TNG-Version v. 12.0.2 Dutch
Adupree.com A.S. DuPree Mod Developer 12.0.0.3 12.0.3 English