I would like to have a filefield in my table view.
so the viewer could see a link to the attached file.

is this possible?

Comments

dopry’s picture

I just backported a lot of code from imagefield. I think filefields should be exposed to views now, but I haven't tested. You want to give it a go, and let me know what the situation is?

mtk’s picture

I'm getting this error:

Fatal error: Call to undefined function: drupal_add_css() in .../modules/filefield/filefield.module on line 340
dopry’s picture

sry. I branched the module... grab the drupal-4-7 branch.

mtk’s picture

sorry, but where is that?

dopry’s picture

Status: Active » Fixed

You can only get it from cvs at the moment... I just added the release so it should show up in 12 hours or so.

peterdeitz’s picture

FYI, the drupal version 4.7 of filefield can be found here:
http://cvs.drupal.org/viewcvs/drupal/contributions/modules/filefield/?on...

peterdeitz’s picture

Anonymous’s picture

Status: Fixed » Closed (fixed)
mtk’s picture

Status: Closed (fixed) » Active

sorry, but in my view I can see the file field but not the file itself or a link to it...

jpetso’s picture

Status: Active » Closed (fixed)

Views support should work properly in the new 5.x-2.0 release, please try that one out and reopen the bug (including a step-for-step reproduction guide) if it doesn't.