| 1 | NAME |
|---|
| 2 | |
|---|
| 3 | icy_picture_modify -- Allow user to modify their pictures |
|---|
| 4 | |
|---|
| 5 | DESCRIPTION |
|---|
| 6 | |
|---|
| 7 | A piwigo extension that allows users to modify pictures they uploaded. |
|---|
| 8 | This extension just works as the 'picture_modify.php' for administrator. |
|---|
| 9 | |
|---|
| 10 | The code of this plugin is heavily based on the original source |
|---|
| 11 | 'picture_modify.php' of the Piwigo distribution (version 2.2.3.) |
|---|
| 12 | |
|---|
| 13 | USAGE |
|---|
| 14 | |
|---|
| 15 | 1. Install and enable the plugin "community" which allows users to |
|---|
| 16 | upload pictures to some albums. Please configure the plugin before |
|---|
| 17 | you install "icy_picture_modify". |
|---|
| 18 | |
|---|
| 19 | 2. Install and enable this plugin |
|---|
| 20 | |
|---|
| 21 | 3. When users view a picture they uploaded, they will be provided a link |
|---|
| 22 | to modify that picture's information. |
|---|
| 23 | |
|---|
| 24 | FEATURES |
|---|
| 25 | |
|---|
| 26 | Users can delete image or modify image's properties (author, date, tags, |
|---|
| 27 | description, metada, associcate/aissociated/represented categories). |
|---|
| 28 | |
|---|
| 29 | KNOWN PROBLEMS |
|---|
| 30 | |
|---|
| 31 | * If an image is replaced by other version (using plugin 'Photo update') |
|---|
| 32 | the author of (new) image will be owned by administrator, not the |
|---|
| 33 | current user. Hence the image won't be editable anymore |
|---|
| 34 | * This plugin doesn't support all known templates |
|---|
| 35 | * This plugin may not work smoothly without the plugin 'community' |
|---|
| 36 | * User can delete an image which is associated to some albums to which |
|---|
| 37 | the user doesn't have permission to write/access. This is true as the |
|---|
| 38 | plugin only checks owner of the image. |
|---|
| 39 | |
|---|
| 40 | AUTHOR |
|---|
| 41 | |
|---|
| 42 | Anh K. Huỳnh (icy) |
|---|
| 43 | |
|---|
| 44 | LICENSE |
|---|
| 45 | |
|---|
| 46 | GPL2 |
|---|
| 47 | |
|---|
| 48 | HOMGEPAGE |
|---|
| 49 | |
|---|
| 50 | At Github.com: https://github.com/icy/icy_picture_modify |
|---|
| 51 | At Piwigo.com: http://piwigo.org/ext/extension_view.php?eid=563 |
|---|
| 52 | SVN repository: http://piwigo.org/svn/extensions/Icy_Picture_Modify/ |
|---|