Allows the admin to choose a group that will be able to tag items even if they don't have permissions to edit the item.
Once the admin has chosen a group that can add tags to items a new menu option will be available to those members, when viewing a album, to edit tags of items in that album.
There is also a sidebar block, that is available to those group members, to add tags when viewing a item.
Tweak:
If you want the thumbnails to be larger, edit the views/tag_by_group_dialog.html.php as follows:
1. Add this: .g-caption-resize { height: auto; width: 100%; } to the top of the file between the <style type="text/css"> </style> tags at the top of the file.
2. In this line: <td style="width: 210px"> change the width to what you would like it to be.
3. Change this line: <?= $child->thumb_img(array(), 200, true) ?> to this: <?= $child->thumb_img(array("class" => "g-caption-resize")) ?>
This module may be downloaded from the codex here.
To install, extract the "tag_by_group" folder from the zip file into your Gallery 3 modules folder.
Afterwards log into your Gallery web site as an administrator and activate the module in the Admin -> Modules menu.
Configure the module: Settings -> Tag by group page. Select the group to be able to tag items. Choose whether to show a "Tag Items" on the top menu. This will affect both users and admin views. Save
For the selected group, a menu option will appear in the sidebar.