Postponed (maintainer needs more info)
Project:
Token
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
19 Feb 2012 at 08:04 UTC
Updated:
1 May 2012 at 17:02 UTC
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
Comment #1
dave reidI'm not sure exactly what you mean.
Comment #2
zazinteractive commentedSay 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?
Comment #3
macmladen commentedI will try not to hijack this thread but I suppose it falls here.
I need tokens for
termto 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 aliasactivity/summer/running/2012-05-01/running-in-the-wildI 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...?