ATD Smart Media Folders

설명

Smart Media Folders is a lightweight yet powerful media management tool for WordPress. It allows you to organize thousands of your media files (images, audio, video, documents) into structured, nested folders directly inside your WordPress Media Library.

Designed for speed and simplicity, Smart Media Folders features a responsive sidebar where you can create folders, assign individual vibrant colors to distinguish them, and browse efficiently using dynamic breadcrumbs.

Key Features:

  • Unlimited Nested Folders: Create parent and sub-folders to structure your media library exactly how you want.
  • Individual Folder Colors: Set unique background tints and custom colors for individual folders directly from a right-click palette or during creation.
  • Recursive Deep Delete: Safely and permanently delete a folder along with all its nested sub-folders and attached media files in one click.
  • Real-time Upload Progress: Beautiful file upload queue tracking with an inline percentage indicator.
  • Dynamic Breadcrumbs: Easily navigate deep inside your folder trees with a clean breadcrumb navigation.
  • Global Active Highlight Color: Customize the global active folder accent color straight from the WordPress Settings page.

스크린샷

설치

  1. Upload the smart-media-folders folder to the /wp-content/plugins/ directory, or install the plugin directly through the WordPress plugins screen.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress.
  3. Go to Media -> Library to see the new folders sidebar.
  4. Customize your default active highlight color via Settings -> Smart Media Folders.

FAQ

Does deleting a folder delete the actual files?

Yes! The “Delete” option uses a recursive deep-delete engine that removes the folder taxonomy, its child folders, and permanently deletes all media attachments inside them from your server. Please use caution as this cannot be undone.

How can I change a folder’s color?

Simply right-click on any folder card inside the Media Grid layout, click “Change Color”, select your preferred palette, and hit save!

Does it slow down my WordPress Admin?

Not at all. The plugin uses optimized custom taxonomies and minimal JavaScript, making it incredibly fast even with thousands of media files.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“ATD Smart Media Folders”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “ATD Smart Media Folders”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.8.8

  • Fix: Restored missing JavaScript event handlers and modals for folder creation, renaming, color picking, and deletion.
  • Fix: Resolved AJAX handler bindings for right-click context menu operations.

1.8.7

  • Fix: Renamed all short prefixes (smf_) to a unique 7-character prefix (atd_smf_) across taxonomy names, AJAX handlers, settings options, and JS objects to comply with WordPress.org 4+ character prefix requirements.

1.8.6

  • Fix: Replaced inline style and script tags with proper wp_enqueue_style and wp_enqueue_script hooks for full WordPress Coding Standards compliance.
  • Security: Implemented strict Nonce verification and capability checks (upload_files) across all AJAX handlers.
  • Fix: Auto-expand parent folders and maintain proper tree active state navigation when clicking nested sub-folders.

1.8.5

  • Fix: Enqueued all dynamic CSS and JS files cleanly inside admin hooks.
  • Fix: Refactored architecture to use strict unique prefixes to avoid conflicts.
  • Fix: Removed competitive promotional wording from description.