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

dawehner’s picture

Status: Active » Fixed

Here is a module which provides such kind of relations between node and files :)
http://drupal.org/sandbox/dereine/1100658

kirilius’s picture

Thanks, I looked that the page but there are no download links available.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

kirilius’s picture

Status: Closed (fixed) » Active

Anybody?

bojanz’s picture

@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?

kirilius’s picture

Thanks!

R.Hendel’s picture

Status: Active » Fixed
Issue tags: +dvcs11

Hello 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.

Status: Fixed » Closed (fixed)
Issue tags: -dvcs11

Automatically closed -- issue fixed for 2 weeks with no activity.