Closed (fixed)
Project:
Node Gallery
Version:
6.x-2.0-alpha12
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 Oct 2009 at 20:11 UTC
Updated:
9 Feb 2010 at 07:10 UTC
I was wondering if it is possible to add taxonomy terms to images, when on the "manage images" form for a gallery?
Currently one can edit the title and the caption for each image in the gallery when on this page, but no other fields appear. I know you can edit the individual image, but it would be much easier to be able to do it for multiple images at once. See attached screenshot for what I mean.
Is this something that would be quite difficult to achieve?
| Comment | File | Size | Author |
|---|---|---|---|
| 2009-10-19 10-04-38 PM.png | 50.8 KB | foxtrotcharlie |
Comments
Comment #1
redsky commentedI think this would be welcome functionality as well.
A while back I put in a feature request #426518: Create a node_gallery_taxonomy submodule, it's a related item that kmonty thought was a good idea. It's not what you are suggesting but I thought it would be valuable to cross reference it here in case a developers is considering this functionality in the future.
Comment #2
dbeall commentedmy 1.5 pennies,
maybe even shorten the row number in caption form to make it fit nice,,
But then, If small thumbs for sorting comes into play.
It will make the sort page unlimited number of images(no pager) for sorting issues from (page to page)
#603600: Add a sort images page with small thumbnails and limited editing functions
-- thought about page layout if this goes in to avoid the caption and tag space:
+ There could be a sort_images page(no pager, no fields, just title and small thumbnails) and drag handles.
+ And an edit_images page(with pagers and fields) like it is now, with added fields and stuff..
Comment #3
colemanw commentedSubscribe. This would be a fantastic feature.
Until it gets added (soon, I hope), you could probably do something similar using EditView. Be sure to apply this patch: #460206: Doesn't allow taxonomy edits to get it working with taxonomy, or else pair it with Content Taxonomy
Comment #4
dbeall commentedThis is possible now.. I have it on one site and it's just fine.
I have the gallery content type with taxonomy terms(select list).
and
I have the gallery image content type with taxonomy tags(user entered).
When the gallery is created the user selects the term to apply to the gallery.
When the user saves the uploaded images, they are directed to the manage images page where they can edit the titles, add a caption and enter their image tags.
Goto: Administer > Content types > Gallery > Edit
Goto: Administer > Content types > Gallery image > Edit
Comment #5
dbeall commentedThis may not be working on current release. The gallery I have using this is a July 2009 dev release.
I put node gallery on a handful of sites at that time, but they have not been upgraded.. yet
Comment #6
designwork commentedHi dbeall,
is this a feature request we should provide? I`m not shure, but it sounds logical for me to add my taxonomy terms under node/XXX/images. I could provide the code for this.
Cheers
Dirk
Comment #7
dbeall commentedI just tried this on the newest release and I can't get it to work..
My thought is that people will want to tag images. That is what I was doing with it on a few sites last summer. I had taxonomy tags for the gallery, and tags for images. A lot of users don't know how to use tags( auto complete )to reuse tags, but then again, lots do to.
I know that the request will come in as more people move to node_gallery.
There are a lot of photo buffs and Drupal enthusiasts that will want it.
Since the images are nodes, It makes it a Drupal task.
It's up to you, justintime and kmonty... The wizards.
However: If ng3 is going to change from node to image field, then this whole subject might be null.
I don't know where all that is headed, I read the thread, but still not sure.
Comment #8
designwork commentedHi dbeall,
the change to image field means only, that we don`t use the core upload.module for uploading the image files into the image node. The image will stay a node, so we can use taxonomy as normal.
I will provide the hooks and code for this feature request. But I will make it only for core taxonomy not any CCK taxonomy fields.
Dirk
Comment #9
designwork commentedHi dbeall,
this is allready there. If you add a taxonomy vocabulary to one image type. You can see under admin/settings/node_gallery/edit/node_gallery_gallery on the second page a title called "FILES" there you can choose if you want to display the taxonomy field or not.
Will mark this as fixed
Dirk
Comment #10
dbeall commentedyep it does work fine, I messed up.. it's been a while since I did it..
I Forgot to go to the gallery settings and turn it on..
I thought something was up, because it worked just fine on my old installs..
Comment #11
dbeall commented@all, I updated the handbook with all the details.
EDIT: fixed link, it had 'edit' in the string...
Gallery-Image content type settings
http://drupal.org/node/544642#imgsub