The module does not work with taxonomy term imgefield.

Comments

13rac1’s picture

Status: Active » Postponed (maintainer needs more info)

Can you describe how it doesn't work? Which specific module there is a problem with?

rimen’s picture

Extend token types list from
'#token_types' => array('node'),
to
'#token_types' => array('node', 'term'),

to support taxonomy term tokens also

StuddMan’s picture

Worked like a charm. Updated line 79 in imagefield_tokens.module to '#token_types' => array('node','term'),

StuddMan’s picture

Also determined that you can pull in commerce product tokens as well if you change the line to:

'#token_types' => array('node','term','commerce-product'),

StuddMan’s picture

Issue summary: View changes

Fix a typo in the text

quotesBro’s picture

Issue summary: View changes
Status: Postponed (maintainer needs more info) » Closed (duplicate)

Marking as duplicate of #1340798: Use entity tokens.

quotesBro’s picture

Title: Taxonomy term » Taxonomy term tokens are not provided