This plugin hasn’t been tested with the latest three major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Attachments Handler

Description

Enables the supervision of your attachement, detects duplicates, detects unused files.

You may also create a list of all attached file in the page or in the child pages by using the following shorcode [attach child=1 only_admin=1 title=’Title you want’ extension=’pdf,doc,png’].

Multisite – WordPress MU

This plugin is compatible with MU installations.

Localization

  • English (United States), default language

Features of the framework

This plugin uses the SL framework. This framework eases the creation of new plugins by providing tools and frames (see dev-toolbox plugin for more info).

You may easily translate the text of the plugin and submit it to the developer, send a feedback, or choose the location of the plugin in the admin panel.

Have fun !

Screenshots

  • Issue detection
  • All links
  • Parameter screen

Installation

  1. Upload this folder attachments-handler to your plugin directory (for instance ‘/wp-content/plugins/’)
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Navigate to the ‘SL plugins’ box
  4. All plugins developed with the SL core will be listed in this box
  5. Enjoy !

FAQ

InfoVersion:6b47204906c1ef1edb0efae45f7dedaeea077dc2

Reviews

There are no reviews for this plugin.

Contributors and Developers

“Attachments Handler” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Attachments Handler” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Change Log

1.1.7

  • NEW: Various improvements of the core

1.1.6

  • NEW: deletion of temp file upon desinstall

1.1.5

  • Various enhancement
  • NEW : add icons

1.1.4

  • BUG: Problem with the id_media , then we upgrade to BIGINT
  • BUG: the deletion of unwanted post is improved as it does not work correctly

1.1.3

  • BUG: Issue when the number of checked posts is higher than the actual number of posts

1.1.2

  • NEW: Add a How-To tab
  • NEW: Add an ignore button
  • IMPROVE: Change the class name of the core to avoid conflict

1.1.1

  • BUG: Pb with PHP version below 5.2 (now resolved)

1.1.0

  • NEW: Add the detection of featured image
  • NEW: Regenerate the thumbnails on demand

1.0.0 -> 1.0.9

  • BUG: When the attachment is deleted, update the database to indicate such removal
  • BUG: Correct various problems <? instead of <?php
  • BUG: T_PAAMAYIM_NEKUDOTAYIM problem due to a <? instead of <?php
  • NEW: improve the look of the configuration page of the plugin
  • NEW: add a notification with the number of errors
  • BUG: correct the tab selection saving that does not work since the update of jQuery by WP
  • NEW: few enhancements in the framework
  • NEW: limit the missing files to those in the media manager
  • BUG : DELETE statement was incorrect
  • Release !