Is there no way to use term tokens in term fields? I have a link field for one of my terms and I want to use the terms name and another term custom field in the URL. How can I do this?

Comments

dave reid’s picture

Status: Active » Postponed (maintainer needs more info)

I'm not sure exactly what you mean.

zazinteractive’s picture

Say I have a text field for my terms. How can I use the value of this text field as a token in my other term fields?

macmladen’s picture

I will try not to hijack this thread but I suppose it falls here.

I need tokens for term to form URL alias for node and all I can get from field is just term itself.

For instance, I have these terms:

Activity {root term}
-Summer {second level term}
--Running {third level term}
--Swimming
--Paragliding
-Winter
--Skiing
--Climbing

and my node has activity_field so I'd like to use it to form URL alias for node like [node:field_activity:parents:join:/]/[node:date]/[node:title] to get this alias activity/summer/running/2012-05-01/running-in-the-wild

I think that it would be quite useful to have same possibility in field term as in terms themselves.

Or is this for taxonomy module to provide same functionality in fields? Or...?