I've got the following case:
On content type I reference taxonomy with Term reference field but I would like to display not the name of the term name but another field which I created for this particular taxonomy.

Here is a little longer explanation:
1. I created taxonomy called clients where I created image field for putting client logo.
2. I created content type called Case where I put term reference field which shows clients taxonomy terms.
3. I want when seeing the node to display not the term (as text or link) but the field with logo which will be linked to taxonomy term.

Can someone help mi with this?

Comments

NexusStar’s picture

I solved my problem using not term reference but node reference field as it provides the opportunity to render full node at display.

But if someone could provide solution with term reference it will be greatly helpful

Entering The Dip and trying to win over it.

NexusStar’s picture

As I made some tests the above solution does not solve my problem because when you choose the custom field through node reference field the node is not tanged as someone would like it to be.

Entering The Dip and trying to win over it.

NexusStar’s picture

So at last that is what I came up with:

1. Made vocabulary with custom field (in my case image field but I think it doesn't matter).

2. Made content type with term reference field (I've got predefined terms with which I tag content on creation).

3. Made View with type Term Show -> Fields - >Taxonomy term: Desired Field; Filter - Taxonomy vocabulary; Contextual filter: Content: Nid; Relationships ->Taxonomy term: Content using Vocabulary.

4. Made Page (/admin/structure/pages) - with Selection rules -> Node: type; and at Content I add all the node fields + View:block (from 3)

I am sure there is simpler solution and maybe this is not the best one but it works

I am using Drupal 7.12 + Views 7.x-3.1 + Panels 7.x-3.0

Hope this explanation helps if someone could provide more elegant solution it will be greatly appreciated

Entering The Dip and trying to win over it.

NexusStar’s picture

Here is another solution to my problem
I use Custom Formatters module and after some help from Deciphered come up with following solution
http://drupal.org/node/1435792

Entering The Dip and trying to win over it.

NexusStar’s picture

double post sorry

Entering The Dip and trying to win over it.

natan_drupal’s picture

I was looking for something like that when I found Taxonomy Term Reference Filter by Views module. It worked well!