このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

Organize User Uploads

説明

**Sorry to those of you who downloaded this plugin before I had added the files to the repo. But now they are avaliable and ready to help you organize those uploads.

A very simple plugin that organizes uploads into folders based on the current user id.

Example:

“/wp-content/uploads/2011/01/image.jpg” becomes “/wp-content/uploads/$id/2011/01/image.jpg” where $id is the current users id.

or when uploads are not sorted into month and year:

“/wp-content/uploads/image.jpg” becomes “/wp-content/uploads/$id/image.jpg” where $id is the current users id.

Donations

インストール

  1. Extract ‘uploads-by-user.php’ and transfer it to the ‘/wp-content/plugins/’ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. All future uploads will be sorted by user id

評価

このプラグインにはレビューがありません。

貢献者と開発者

Organize User Uploads はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“Organize User Uploads” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

First version, so nothing to report.