Closed (fixed)
Project:
Term Fields
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 May 2010 at 06:10 UTC
Updated:
14 Jun 2010 at 07:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
b-prod commentedActually it is not possible for me to reproduce this bug without some more information. What exactly did you do?
Please include as much information as you can: OS, webserver name and version, PHP version, Drupal version, Drupal path, and everything else you might feel is relevant. There is no such thing as a bug report that is too detailed.
Comment #2
isaakordonez commentedok sorry,First a create a term field type file for upload pdf, so i created a view and i show Term Field(type File for upload a pdf) but in the view only show the ID for the file but i didn't show the url for the file,
i search en the database but only have tid and the name of field .
OS: Ubuntu with XAMPP
PHP version: PHP 5.2
Drupal Version: 6.16
/* sorry for my english */
Comment #3
b-prod commentedHere is a patch which had a relationship handler for term file fields in a view.
So you have to apply the patch, clear the Drupal cache, and add this new relationship into your view.
Then you will be able to use any view field in the file group and give them this new created relationship.
I added some print screens to help you.
Please tell me if this patch works fine and if so, set this issue as "reviewed by the community".
Thanks
Comment #4
isaakordonez commentedComment #5
b-prod commented