Compact Citation List

From TNG_Wiki
Revision as of 21:51, 4 October 2012 by Sprylo (talk | contribs) (Created page with "{{TNGmod | mod_name = Compact Citation List. | mod_summary = Removes extra space between citations in the "Sources" section at the bottom of Person and Family Grou...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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 {{{mod_last_update}}}
Download link compact_citation_list_v9.0.0.0.zip for
TNG 9.0
Download stats
Author(s) Brad Mohr
Homepage Compact Citation List (this page)
Mod Support My Mod Support
Contact Developer My Mod Support
Latest Mod 9.0.0.1
Min TNG V ??
Max TNG V 9.0.4
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 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.
  • An installed current version of the Mod Manager included in TNG v8 and v9.


Automated Installation

  1. Download the mod from the download links in the status area in the upper right.
  2. Extract the compact_citation_list_v9.0.0.0.zip to your mods folder.
  3. Follow the normal automated installation for Mod Manager, as shown in the example Mod Manager - Installing Config Files.


Visualization of this mod

Without the mod

Ccl mod before.png

With the mod

Ccl mod after.png


In the event of a problem


Revision History

Version Date Description
V9.0.0.0 4 October 2012 Initial release.


TNG User sites using this mod

Please add TNG site that you have found that utilize this modification