I need to be able to use the token [term] in a title. This is ignored when the Node is created but works when a Node is updated and saved again.

Are their any workarounds?

Thanks

Roger Lightfoot

Comments

gondwanan’s picture

Ditto me.

rogerlightfoot’s picture

In the end I used the method in comment #19 from here:

http://drupal.org/node/194197

It worked for me without any issues but I'm not sure the developer has any plans to incorporate this into base module.

Roger

flevour’s picture

Direct link to comment #19 mentioned by Roger: http://drupal.org/node/194197#comment-1041922

flevour’s picture

Status: Active » Closed (duplicate)

Actually the comment linked above refers to a Drupal 5 specific solution.
[term] incorrect parsing is not ANT's fault. See #338853: Token malfunction with Auto NodeTitle: [term] replacement fix patch for details.

blowski’s picture

I had the same problem. I:
1. Installed Content Taxonomy
2. Created a CCK field to refer to the specific vocabulary
3. Referred auto-nodetitle to the CCK field (rather than the taxonomy field)

End result is the same (taxonomy field saved and term used in title), even if it's not the most efficient way of doing it.