I am currently stuck with building a view for the Image Browser module. That module comes with a pre-defiend view based on FILE and selects the file path and file ID (id). I need to add an exposed filter to it by Taxonomy Term. Unfortunately the File (there is such a table I presume) does not have a relationship to taxonomy.
I store my pictures in ImageFields and ideally I would base my view on Node and add the Taxonomy filter to it. unfortunately the File ID (fid) is not available for selection if the view is based on Node.
So if I am to stick with the original approach, how can I add a taxonomy filter to a view based on files?
Thanks for the help!
Comments
Comment #1
dawehnerHere is a module which provides such kind of relations between node and files :)
http://drupal.org/sandbox/dereine/1100658
Comment #2
kirilius commentedThanks, I looked that the page but there are no download links available.
Comment #4
kirilius commentedAnybody?
Comment #5
bojanz commented@kirilius
Checkout the code with git.
Or go to the repository viewer and click the snapshot link, you'll get this: http://drupalcode.org/sandbox/dereine/1100658.git/snapshot/ad22b84836cf9...
@dereine
Any reason why this is a separate module and not a views patch?
Comment #6
kirilius commentedThanks!
Comment #7
R.Hendel commentedHello Kirilius,
this issue sounds solved to me.
I will set it on fixed to clean the queue. Please reopen it, if you have any further questions.
Otherwise it would be closed automatically after two weeks.