Active
Project:
Community Tags
Version:
6.x-2.x-dev
Component:
Code
Priority:
Minor
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
30 Jun 2009 at 22:02 UTC
Updated:
10 Nov 2014 at 21:31 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
awolfey commentedI have this working. Let me know if you're interested.
Comment #2
awolfey commentedHere's a patch to achieve community tagging on files as show by views.
To implement you need a views template or field template showing a single file.
Add this to your template file where you want the tag form to appear.
The patch adds a new column to the CT table, so you will need to reinstall to test. Sorry, didn't write the update function yet.
You can see it in action here: http://nyvelocity.com/content/gallery/race-photos/2009/chris-henry-tour-0
Page through the individual photos in the gallery to see the tags and form. It's not a demo, so you would have to create an account to test.
Comment #3
chaps2 commented@awolfey - thanks for posting your patch!
I had a look at your patch and your excellent site. It looks like your site is still using your patch so perhaps you are still interested in following this issue... However, I have to wonder why go to so much trouble to make filefields behave like nodes - i.e. allow commenting, tagging etc - when each image could be a node?
Andy
Comment #4
awolfey commentedAs multiple filefields it's easier to upload batches of images, at least it was 2 years ago when that site was built. Of course, there are a million ways to make photo galleries in drupal.
Comment #5
aze2010 commentedany solution for Drupal7 and File-Entities?