Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

Organize User Uploads

Descripción

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

Instalación

  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

Reseñas

No hay valoraciones para este plugin.

Colaboradores y desarrolladores

«Organize User Uploads» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «Organize User Uploads» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

First version, so nothing to report.