Difference between revisions of "Compact Citation List"

From TNG_Wiki
Jump to navigation Jump to search
(Display change)
 
(24 intermediate revisions by 9 users not shown)
Line 1: Line 1:
 
{{TNGmod
 
{{TNGmod
| mod_name        = [[Compact Citation List]].
+
| mod_name        = {{PAGENAME}}
 
| mod_summary    = Removes extra space between citations in the "Sources" section at the bottom of Person and Family Group pages.
 
| mod_summary    = Removes extra space between citations in the "Sources" section at the bottom of Person and Family Group pages.
 
| mod_validation  = This mod is XHTML compliant.[[Image:Valid-xhtml10.png|44px]]
 
| mod_validation  = This mod is XHTML compliant.[[Image:Valid-xhtml10.png|44px]]
| download_link  = [http://bradandkathy.com/files/compact_citation_list_v9.0.0.0.zip compact_citation_list_v9.0.0.0.zip] for {{Tv90}}
+
| mod_last_update = 23 Mar 2020
| mod_author      = Brad Mohr
+
| download_link  = For{{Tv1230}}{{Tv130}}[https://bradandkathy.com/files/compact_citation_list_v12.3.0.0.zip compact_citation_list_v12.3.0.0.zip]<hr style="clear: both;"/>For{{Tv90}}{{Tv100}}{{Tv110}}{{Tv120}}{{Tv1210}}{{Tv1220}}[https://bradandkathy.com/files/compact_citation_list_v9.0.0.0.zip compact_citation_list_v9.0.0.0.zip]
| mod_url        = [[Compact Citation List]] (this page)
+
| download_stats =
| download_stats  =
+
| mod_author      = [[User:sprylo|Brad Mohr]]
| mod_support    = [http://bradandkathy.com/genealogy/mod_support.php My Mod Support]
+
| mod_url        = '''{{PAGENAME}}''' (This page)
| mod_contact    = [http://bradandkathy.com/genealogy/mod_support.php My Mod Support]
+
| mod_support    = [https://bradandkathy.com/genealogy/mod_support.php My Mod Support]
| mod_version    = 9.0.0.1
+
| mod_contact    = [https://bradandkathy.com/genealogy/mod_support.php My Mod Support]
| min_TNG_ver    = ??
+
| mod_version    = 12.3.0.0
| max_TNG_ver    = 9.0.4
+
| min_TNG_ver    = 9.0.0
 +
| max_TNG_ver    = 14
 
| TNG_file_list  = getperson.php<br />familygroup.php
 
| TNG_file_list  = getperson.php<br />familygroup.php
 
| related_mods  =
 
| related_mods  =
 
| notes  =  
 
| notes  =  
}}
+
}}{| style="margin-right:0.5 em;" align="right"
 
+
| __TOC__
 
 
{|align=right
 
|__TOC__
 
 
|}
 
|}
 
 
 
== Purpose of the mod ==
 
== Purpose of the mod ==
 
This mod will remove extra vertical space between citations in the '''Sources''' section at the bottom of Person and Family Group pages.
 
This mod will remove extra vertical space between citations in the '''Sources''' section at the bottom of Person and Family Group pages.
Line 28: Line 24:
 
By default, TNG inserts two HTML break tags (&lt;br /&gt;) at the end of each item in the source citation list. This mod modifies TNG so that it only inserts one break tag rather than two. Spacing can then be adjusted more precisely using a custom CSS rule in '''mytngstyle.css'''. For example:
 
By default, TNG inserts two HTML break tags (&lt;br /&gt;) at the end of each item in the source citation list. This mod modifies TNG so that it only inserts one break tag rather than two. Spacing can then be adjusted more precisely using a custom CSS rule in '''mytngstyle.css'''. For example:
  
 
+
<pre>
<syntaxhighlight lang="css" enclose="div">
 
 
.citeblock li {
 
.citeblock li {
 
         margin-bottom: 0.4em;
 
         margin-bottom: 0.4em;
 
}
 
}
</syntaxhighlight>
+
</pre>
 
 
 
 
  
 
== Developer ==
 
== Developer ==
 
+
This mod was developed by [[User:sprylo|Brad Mohr]].
This mod was developed by Brad Mohr.
 
 
 
  
 
==Requirements==
 
==Requirements==
 
 
* A working TNG installation.
 
* A working TNG installation.
* An installed current version of the [[Mod Manager]] included in TNG v8 and v9.
+
* A backup of all affected files (see the list in the summary to the right)
 +
* An installed current version of the [[Mod Manager]].
  
 +
==Revision History==
 +
{| border="0" cellspacing="1" cellpadding="2" class="wikitable"
 +
|-
 +
! Mod Version
 +
! TNG Version
 +
! Date
 +
! Contents
  
==Automated Installation==
+
|- style="vertical-align:top;"
 +
| 12.3.0.0
 +
| 12.3
 +
| style="white-space: nowrap;"|23 Mar 2020
 +
| Updated for TNG 12.3
  
# Download the mod from the download links in the status area in the upper right.
+
|- style="vertical-align:top;"
# Extract the compact_citation_list_v9.0.0.0.zip to your '''mods ''' folder. 
+
| 9.0.0.0
# Follow the normal automated installation for Mod Manager, as shown in the example [[Mod Manager - Installing Config Files]].
+
| 9.0
 
+
| style="white-space: nowrap;"|4 Oct 2012
 
+
| Initial release.
== Visualization of this mod ==
+
|}
 
 
=== Without the mod ===
 
 
 
[[File:ccl_mod_before.png]]
 
 
 
=== With the mod ===
 
  
[[File:ccl_mod_after.png]]
+
== Conflicts and Issues==
 +
No known conflicts.
  
 +
==Installation==
 +
# Uninstall and delete previous version of this mod (if installed)
 +
# Download the appropriate zip file as shown in the mod summary in the upper right corner of the page.
 +
# Extract the file from the downloaded zip file into the '''mods''' folder or FTP the extracted file to your mods folder.
 +
# Follow the normal automated installation for Mod Manager, as shown in  the example [[Mod Manager - Installing Config Files]] to install the mod.
  
 
== In the event of a problem ==
 
== In the event of a problem ==
 +
* Try using the [[Mod_Manager_-_Installing_Config_Files#Remove_Mod_Steps|Mod Manager Remove]] capability.
 +
* Copy the backup of the affected files back to your TNG  directory.
 +
* Retry installing mod.
 +
* Contact me through the [https://bradandkathy.com/genealogy/mod_support.php My Mod Support].
  
* Try using the [[Mod_Manager_-_Installing_Config_Files#Remove_Mod_Steps|Mod Manager Remove]] capability
+
== Uninstalling the mod ==
* Contact me through [http://bradandkathy.com/genealogy/mod_support.php My Mod Support].
+
If  you want to completely '''Remove''' (uninstall) this mod and all its tables, you should
 +
# click the '''Uninstall''' button to uninstall the mod
 +
# click the '''Delete''' button to delete the config file from the mods folder.
  
 +
== Upgrade ==
 +
*Uninstall and eventually Delete the current Mod.
 +
*Proceed as for an installation with the new Mod.
  
== Revision History ==
+
== Visualization ==
 +
The following screen captures show the changes made by the mod:
  
{| border="1" cellspacing="5" cellpadding="2" width="100%" class="wikitable"
+
<strong>Sources before installation</strong><br />
|-
+
[[File:ccl_mod_before.png]]
! Version
 
! Date
 
! Description
 
|-
 
| V9.0.0.0
 
| 4 October 2012
 
| Initial release.
 
|}
 
  
 +
<strong>Sources after installation</strong><br />
 +
[[File:ccl_mod_after.png]]
  
== TNG User sites using this mod ==
+
==Sites using this mod==
 +
If you download and install this mod, please add your TNG site to the table below:
  
If you download and install this mod, please add your TNG site to the table below:
+
{| border="0" cellspacing="1" cellpadding="2" class="wikitable" width="100%"
{| border="0" cellspacing="1" cellpadding="2" class="wikitable"
 
 
|-
 
|-
 
! URL
 
! URL
Line 97: Line 103:
 
! TNG-Version
 
! TNG-Version
 
! User-language
 
! User-language
|-
+
 
| [http://bradandkathy.com/genealogy/ bradandkathy.com Genealogy]
+
|- style="vertical-align:top;"
 +
| [https://bradandkathy.com/genealogy/ bradandkathy.com Genealogy]
 
| [[User:Sprylo|Brad Mohr]]
 
| [[User:Sprylo|Brad Mohr]]
 
| Mod developer
 
| Mod developer
| 9.0.0.1
+
| 12.3.0.0
| 9.0.4
+
| 12.3.0
| multiple
+
| style="white-space: nowrap;"|multiple
|-
+
 
 +
|- style="vertical-align:top;"
 
| [http://lisaandroger.com/genealogy/getperson.php?personID=I16&tree=Roger Roger's Online Genealogy]
 
| [http://lisaandroger.com/genealogy/getperson.php?personID=I16&tree=Roger Roger's Online Genealogy]
 
| [[User:TheKiwi|Roger Moffat]]
 
| [[User:TheKiwi|Roger Moffat]]
Line 110: Line 118:
 
| 9.0.0.0
 
| 9.0.0.0
 
| 9.0.4
 
| 9.0.4
| multiple
+
| style="white-space: nowrap;"|multiple
|-
+
 
 +
|- style="vertical-align:top;"
 
| [http://legacygazette.com Legacy Gazette: My Roots - My Legacy]
 
| [http://legacygazette.com Legacy Gazette: My Roots - My Legacy]
 
| [[User:Mylegacy|Melissa Watson Padilla]]
 
| [[User:Mylegacy|Melissa Watson Padilla]]
 
| ...
 
| ...
 +
| 9.0.0.0
 +
| 9.2.1
 +
| style="white-space: nowrap;"|EN
 +
 +
|- style="vertical-align:top;"
 +
| [http://genealogy.ravensbeak.com/ Mueller-Diefenbach Families]
 +
| [[User:cmhbob|Bob Mueller]]
 +
|
 
| 9.0.0.0
 
| 9.0.0.0
 
| 9.2.0
 
| 9.2.0
| EN
+
| style="white-space: nowrap;"|EN,DE
  
 +
|- style="vertical-align:top;"
 +
| [https://www.brabantse-genealogie.nl Brabantse Genealogie]
 +
| [[User:Rob van Rij|Rob van Rij]]
 +
| Public Site
 +
| 9.0.0.0
 +
| 12.2
 +
| style="white-space: nowrap;"|EN,NL
 +
|}
 +
 +
[[Category:Mods for TNG v14]]
 +
[[Category:Mods for TNG v13]]
 +
[[Category:Mods for TNG v12]]
 +
[[Category:Mods for TNG v11]]
 +
[[Category:Mods for TNG v10]]
 
[[Category:Mods for TNG v9]]
 
[[Category:Mods for TNG v9]]
 +
 
[[Category:getperson.php mods]]
 
[[Category:getperson.php mods]]
 
[[Category:familygroup.php mods]]
 
[[Category:familygroup.php mods]]

Latest revision as of 22:32, 7 January 2024

Compact Citation List
Summary Removes extra space between citations in the "Sources" section at the bottom of Person and Family Group pages.
Validation This mod is XHTML compliant.Valid-xhtml10.png
Mod Updated 23 Mar 2020
Download link For
TNG 12.3.0
TNG 13.0
compact_citation_list_v12.3.0.0.zip
For
TNG 9.0
TNG 10.0
TNG 11.0
TNG 12.0
TNG 12.1.0
TNG 12.2.0
compact_citation_list_v9.0.0.0.zip
Download stats
Author(s) Brad Mohr
Homepage Compact Citation List (This page)
Mod Support My Mod Support
Contact Developer My Mod Support
Latest Mod 12.3.0.0
Min TNG V 9.0.0
Max TNG V 14
Files modified
getperson.php
familygroup.php
Related Mods
Notes

Purpose of the mod

This mod will remove extra vertical space between citations in the Sources section at the bottom of Person and Family Group pages.

By default, TNG inserts two HTML break tags (<br />) at the end of each item in the source citation list. This mod modifies TNG so that it only inserts one break tag rather than two. Spacing can then be adjusted more precisely using a custom CSS rule in mytngstyle.css. For example:

.citeblock li {
        margin-bottom: 0.4em;
}

Developer

This mod was developed by Brad Mohr.

Requirements

  • A working TNG installation.
  • A backup of all affected files (see the list in the summary to the right)
  • An installed current version of the Mod Manager.

Revision History

Mod Version TNG Version Date Contents
12.3.0.0 12.3 23 Mar 2020 Updated for TNG 12.3
9.0.0.0 9.0 4 Oct 2012 Initial release.

Conflicts and Issues

No known conflicts.

Installation

  1. Uninstall and delete previous version of this mod (if installed)
  2. Download the appropriate zip file as shown in the mod summary in the upper right corner of the page.
  3. Extract the file from the downloaded zip file into the mods folder or FTP the extracted file to your mods folder.
  4. Follow the normal automated installation for Mod Manager, as shown in the example Mod Manager - Installing Config Files to install the mod.

In the event of a problem

  • Try using the Mod Manager Remove capability.
  • Copy the backup of the affected files back to your TNG directory.
  • Retry installing mod.
  • Contact me through the My Mod Support.

Uninstalling the mod

If you want to completely Remove (uninstall) this mod and all its tables, you should

  1. click the Uninstall button to uninstall the mod
  2. click the Delete button to delete the config file from the mods folder.

Upgrade

  • Uninstall and eventually Delete the current Mod.
  • Proceed as for an installation with the new Mod.

Visualization

The following screen captures show the changes made by the mod:

Sources before installation
Ccl mod before.png

Sources after installation
Ccl mod after.png

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
bradandkathy.com Genealogy Brad Mohr Mod developer 12.3.0.0 12.3.0 multiple
Roger's Online Genealogy Roger Moffat 9.0.0.0 9.0.4 multiple
Legacy Gazette: My Roots - My Legacy Melissa Watson Padilla ... 9.0.0.0 9.2.1 EN
Mueller-Diefenbach Families Bob Mueller 9.0.0.0 9.2.0 EN,DE
Brabantse Genealogie Rob van Rij Public Site 9.0.0.0 12.2 EN,NL