Closed (works as designed)
Project:
Token
Version:
7.x-1.0-beta5
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
5 Sep 2011 at 17:09 UTC
Updated:
29 Dec 2015 at 22:09 UTC
Jump to comment: Most recent
Comments
Comment #1
dave reidWhat type of field is field_firma? Text, file, image, etc.?
Where are you trying to use the token (what context)?
Comment #2
Anonymous (not verified) commentedFirst, i' m using the Token filter module, so i can use tokens inside the node body.
I have a content type named "Opinion", which has a field named 'field_firma', of type text.
I want to use that token in an "opinion node", editing the body of that node, i write as stated above and it is not replaced. Also i' ve tried other tokens, as [site:name] and it works just fine.
Comment #3
Anonymous (not verified) commentedComment #4
Anonymous (not verified) commentedForget this. Token filter module calls token_replace without any context (the current node).
May be i must do a hack to get Token filter working, or implement other way without Token filter (May be a custom module)