Unused Media

From TNG_Wiki
(Redirected from Maintenance - Unused Media)
Jump to navigation Jump to search
Maintenance - Unused Media
Summary Adds a tab (Unused Media) to the Admin > Media page
Validation Admin application, validation not attempted
Mod Updated 2 Jan 2023
Download link ‎for
TNG 14.0
TNG 13.0

Unused_media_v14.0.0.10.zip
for
TNG 12.0

Unused_media_v12.0.0.2.zip
‎for
TNG 10.1.0

Unused_media_v10.1.0.3.zip
‎for
TNG 10.0

Unused_media_v10.0.0.2.zip
‎for
TNG 9.2.0

Unused_media_v9.2.0.1.zip
for
TNG 9.0

Unused_media_v9.0.0.1.zip
for
TNG 8.0

Unused_media_v8.1.3.zip
for
TNG 7.0

Unused_media_v3.0.zip
Download stats n/a
Author(s) Warren S Gilbert
Homepage Unused Media
Mod Support Support for Warren Gilbert's mods
Contact Developer
Latest Mod 14.0.0.10 for TNG 13.0 and above
12.0.0.2 for TNG 12.0 and above
10.1.0.3 for TNG 10.1 and above
10.0.0.2 for TNG 10.0
9.2.0.1 for TNG V9.2
9.0.0.1 for TNG V9.0
8.1.3 for TNG V8
3.0 for TNG V7
Min TNG V 7.0.0
Max TNG V 14+
Files modified
Related Mods
Notes

Purpose of the mod

This mod adds a tab (Unused Media) to the Admin > Media page. It lists files which are present in the media folders on the server, but not registered with TNG.

Developer

This mod was developed by Warren S Gilbert

Requirements

  • A working TNG installation. Automated installation has been tested on TNG versions 7.1.3 to 13.0.0
  • A backup of the TNG modules involved

Automated Installation

  1. Download the appropriate distribution for your TNG version from the download links in the status area in the upper right.
  2. Extract the unused_media.zip to your admin/mod_folder (V7) or mods (v8 or later).
  3. Follow the normal automated installation for Mod Manager, as shown in the example Mod Manager - Installing Config Files to install the unused_media.cfg.

Custom text additions

The config file includes the English, French, Danish and Dutch language custom texts.

For other languages you can modify the config file to add the custom text or manually add to whatever language you like.

Custom config

If you do not already have a customconfig.php file, create a file named customconfig.php containing only the php opening and closing tags: -

<?php
?>

and copy it to your site in the same folder as the config.php file (usually the TNG root).

Revision History

Version Date Contents
14.0.0.10 2 Jan 2023
13.0.0.9 19 Apr 2022
  • Ensure folder list file is created when needed.
  • Other bug fixes
13.0.0.8 20 May 2021
13.0.0.7 8 May 2021
  • Added a Danish translation, courtesy of Brett
13.0.0.6 20 Oct 2020
  • Fix code causing php notices
13.0.0.4 15 Oct 2020
  • Remove deprecated php function (get_magic_quotes_gpc)
13.0.0.3 13 Oct 2020
  • Updated for TNG 13 new Admin layout
12.0.0.2 7 Sep 2018
  • Fix bug causing non-creation of a required file
12.0.0.1 3 Sep 2018
  • Allow the search to be delayed until values are entered (mod options)
  • Ignore files with specific extensions, files and folders with specific names (mod options)
  • Allow the search to be limited to a single folder (mod options)
  • Write/read mod specific files to extensions folder rather than TNG root. (see More Information, below)
  • Help for this area expanded/re-written for the mod
12.0.0.0 2 May 2018
  • Updated for changes in TNG v12
10.1.0.3 11 Jun 2016
  • Changed to use preg_replace instead of ereg_replace (function deprecated/removed).
  • Added option to check for "dotfiles" (.DS_Store etc.).
  • Bug fix.
10.1.0.1 28 Jan 2015
  • Updated to replace mysql calls with tng (mysqli) calls.
10.0.0.2 10 May 2014
  • Fix to work when a folder holds more than one media type.
10.0.0.1 24 Feb 2014
  • Fix a bug when media is in a subfolder.


More Information

  • With this mod installed, files can be deleted from the server either individually or by deleting selected files.
  • Files can be excluded from the report and will then be recorded in file 'unusedmedia.txt' in the extensions folder for v12.0.0.1 or later, in the TNG root folder of your site if you are using TNG v8 or later, or the admin folder of your site if you are using TNG v7. If not already present, 'unusedmedia.txt' will be created the first time you choose to exclude a file. The file is optional, and the report will function whether or not it exists.
  • If you install v12.0.0.1 or later, and have used an earlier version of Unused Media, unusedmedia.txt and unusedmediatemp.txt will be in the TNG root. This version creates them in the extensions folder. unusedmedia.txt contains the names of media to be excluded. If you have excluded files from the report, and wish to continue excluding them, you should move this file to the extensions folder. Otherwise, both files can safely be deleted from the TNG root.
  • Excluded files are not normally listed, but there is an option for them to be shown, and they can then be included back in the normal report.

In the event of a problem

  • Try using the Mod Manager Remove capability
  • Or copy the backup versions of the TNG modules involved.

Visualization of this mod

UnusedMedia.png

Side effects

As with most source code modifications, these changes will likely be overwritten during your next TNG revision upgrade and will need to be re-implemented. (Using the Mod Manager to remove the mod before the upgrade and re-installing the mod after the upgrade greatly simplifies this process).

TNG Modules Involved

TNG V14

  • as for TNG V13 (below), but also:
  • adds custom text to languages/Dutch/cust_text.php and languages/Dutch-UTF8/cust_text.php

TNG V13

  • as for TNG V12 (below), but also:
  • adds custom text to languages/Danish/cust_text.php, languages/Danish-UTF8/cust_text.php, languages/French/cust_text.php, languages/French-UTF8/cust_text.php

TNG V12, V11, V10, V9, V8

  • modifies the following TNG modules customconfig.php, admin_media.php, admin_editmedia.php, admin_newmedia.php, admin_ordermediaform.php, admin_photoimport.php, admin_thumbnails.php, languages/English/media_help.php
  • adds custom text to languages/English/cust_text.php and languages/English-UTF8/cust_text.php

TNG V7

In TNG V7, this mod:

  • modifies the following TNG modules customconfig.php, admin/media.php, admin/editmedia.php, admin/newmedia.php, admin/ordermediaform.php, admin/photoimport.php, admin/thumbnails.php, and English/media_help.php
  • adds custom text to English/cust_text.php

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
Treichel-Familie.de Andreas Treichel Public & Private 14​.0​.0​.10 14.0.3 DE, UK, FR, ES, PL
Family tree of Marcin & Emilia Senderski Marcin Senderski Only home page is public 13.0.0.6 13.0.4 EN, PL
My family Oname.gif (no public site) see at Oname.gif site see at Oname.gif site D,(NL),(GB)
Van den Heuvel genealogy Marco van den Heuvel ... 9.0.0.1 9.0.3 NL, EN
Chamberlain & Eidenbenz Genealogy Graham Chamberlain Public Site 12.0.0.0 12.0.0 EN, FR, DE, SP, NL
Zausmer Forest Joyaa Antares Private site 14.0.0.10 14.0.2 EN, FR
Nordic Ancestry Mogens C. Fenger ... 9.0.0.0 9.1.1 EN, DA
Arsenault and Simpson Family Genealogy Bob Arsenault not a public site 9.0.0.0 9.0.3 EN
AppeltHaus Genealogy Lawrence Appelt Not a Public Site. 10.1.0.1 10.1.0 EN
Whittlesey-Whittelsey Family History Willis S Whittlesey III Public Site 9.2.0 9.2.0 EN
Grogan mob Margaret Turner Public Site 9.2.0.1 9.2.0 EN
Turner mob Margaret Turner Public Site 9.2.0.1 9.2.0 EN
Legacy Gazette: My Roots - My Legacy Melissa Watson Padilla Public Site 9.2.0.1 9.2.1 EN
Gilbert Family History Warren S Gilbert Public Site 14.0.0.10 14.0.0 EN
British 1820 Settlers to South Africa Paul Tanner-Tremaine Public Site 10.1.0.1 10.1.1 EN
DJCM.DK Claus Martinussen Not a Public Site 13.0.0.8 13.0.4 DA, EN
Wortelboer Genealogy Bernard Wortelboer Public site 14.0.0.10 14.0.0 NL, EN
Brady Family Tree in Western Australia Darryl Brady Public site 10.1.0.1 10.1.1 EN, DE
Quigley Doyle Family Tree Don Quigley Public Site 10.1.0.1 11.0.0 EN
Roots & Relatives Remembered Ron Krzmarzick Public & Private See Here See Here EN,DE,CS
OurFamilyHistory Paul Barrett Public except for living 10.1.0.3 11.1 EN
R G Strong Family Genealogy Russell Strong Public Site 14.0.0.10 14.0.4 EN, FR, DE, NL
Racine d'Alsace J-Louis Valory Public/Private - Template 1 12.0.0.0 12.0 FR
Stamboom Jongman Roel Jongman Public/Private site 10.1.3 NL, DE, EN
The Brown Family Tree James Brown Public/Private site 10.1.0.3 11.1.1 EN
Bumbery-Wangler Bob Bumbery Public site 10.1.0.3 11.1.2 EN
The Cole / Tanner Family Tree David Cole Public/Private see here see here EN, DE, FR, ES, NL
KK's Family History Kathy Kult Public/Private site 14.0.0.10
TNG 14.0.2
EN
Hooley Family Links Rick Hooley Public/Private See Here See Here EN
Our Family Histories Bryan S. Larson Public site See Here See Here EN
The Duttons of New England Darrin Dutton Public / Private 14.0.0.10 14.0.1 EN
Vitter-Weaver Genealogy Jeffrey Vitter Public site 13.0.0.7 13.0.3 EN, FR, CH, DE, ES, IT, NO
Racines Luxo-hennuyères Michel Kirsch Public site (registration) 13.0.0.8 13.1.2 FR/EN/DE/NL
The Severijns / Timmer Familytree Rob Severijns Public / Private 14.0.0.10 14.0.4 NL, EN
Bastiaanssen Genealogy Jan Bastiaanssen Public / Private 13.0.0.8 13.1.1 NL, EN, ES
Berkshire FHS Paul Barrett Private/Synology NAS 13.0.0.8 13.0.4 EN
Joseph Oran Holtz Genealogy Pages Jim Holt Private See Here See Here EN
Your Roots are Showing Harold Craswell Public/Private See Here EN
ADLER-Wien Herbert Fischer Public site 13.0.0.9 14.0 DE
Osage County Cousins Larry G Banks Public/Private 14​.0​.0​.10 14.0 EN
Carr's Garage Regis Carr Public/Private 11.0.0. 13.1.2 EN, GR, NO
Stammbaum der Familie Datschetzky Christian Datschetzky Public 14.0.0.10 14.0.3 DE, EN