Deze plugin is niet getest met de laatste 3 grotere versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Ook kunnen er compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

Organize User Uploads

Beschrijving

**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

Installatie

  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

Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

Bijdragers & ontwikkelaars

“Organize User Uploads” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Vertaal “Organize User Uploads” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

First version, so nothing to report.