Hi,
since two weeks ago I've been getting troubles working with taxonomy term tokens. My goal is to show in a view (created with views) a list of node. For each node I need to show a taxonomy term: it should be a link that has the "name" as label and an attached custom field as the "path".
Using views I can easily rewrite the output of these fields to suit my needs, but I need to use the proper tokens. And here comes the problem: they don't seem to work properly!
I tried using:
[term:field_custom_field]
[term:name]
[node:field_term_reference:field_custom_field]
and
[node:field_term_reference:name]
and noone of these tokens is replaced with the proper value.
I searched alot for a solution, but I haven't found anything working yet. I read this:
http://drupal.org/node/1155512
and I tought it was a problem with this module. So I hope you could help me, please!
I would be happy also if you could just point me into the right direction....
Thanks in advance!
Comments
Comment #1
falcon03 commentedCorrecting a little mistake...
Comment #2
falcon03 commentedAnyone else had experienced this problem? Or am I the only user? Did someone find any good solution?
Comment #3
dwalker51 commentedI ma having a similar problem, It is definitely something to do with this module. I had this happen after I upgraded to Drupal 7.14 and a whole lot of other modules, after painfully installing module after module, I discovered that the list of token that I can use for my actions/triggers changed from something nice and orderly, and easily searchable to a vast list of duplicate tokens.
A real mess. I am adding two screenshots of before and after, since its easier to see than describe it.
Comment #4
dwalker51 commentedThis seems to have solved my problem...maybe it solves yours
http://drupal.org/node/1557766