這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Media Features

外掛說明

Add functionalities for your media library:

  • Organize media files with categories
  • Add PDF and Document mime types support
  • Adjust JPEG quality percentage (from 0 to 100) thus increase image quality
  • Crop and resize uploaded images
  • Add more file types support (documents, spreadsheets, video, audio, flash, ZIP (packages) and more image types)
  • Support for PDF and all type of documents organization

Common Supported file extensions:

  • Images: jpg, jpeg, png, gif, tiff, wpmb, svg, swf (flash)
  • Documents: pdf, doc, docx, wri, rtf, xls, xlsx, ppt, pptx, and all OASIS OpenDocument standard extensions
  • Text: txt, csv, plain, HTML, XML, CSS, …
  • Video: asf, wmv, avi, mov, qt, mpg, mpeg, mp4, …
  • Audio: mp3, m4a, ra, ram, wav, ogg, midi, wma, …
  • Packages: zip, rar, 7z, iso, img, tar, gz, deb, rpm, …
  • Generic: mo, po, fla, ttf, woff, bmp, ico, …

Just install this plugin and adjust to your needs.

Provided Custom Hooks

This plugin provides 2 custom filters:

1) Change labels and other arguments passed to register_taxonomy function:
add_filter( ‘media_category_args’, ‘my_media_category_args’ );

2) Hooks inside the category postbox HTML used to edit individual file information:
add_filter( ‘media_category_html’, ‘my_media_category_html’ );

The use of these hooks are recommended, thus, if the plugin gets deactivated, those hooks will not be called anymore and then you get things consistent and clean.

Do you want to translate it to your language? Just reply to the «Translations» topic in the forum.

螢幕擷圖

  • Organize files and images with categories and filt type
  • Create categories fo media
  • Associate categories to files
  • More controllers for media files

安裝方式

  1. Upload media-features folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Configure averything in Options Media page

常見問題集

Will this affect my WordPress Instalation?

No. The plugin uses the WordPress API to expand functionality.

I would like to ask for a feature…

Create a new topic in the plugins forum.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Media Features〉的開發相關工作。

參與者

將〈Media Features〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

0.1

  • Initial Release
  • Functionalities:
    • Organize media files with categories
    • Add PDF and Document mime types support
    • Adjust JPEG quality percentage
    • Crop and resize uploaded images