Closed (duplicate)
Project:
Automatic Nodetitles
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
1 Nov 2008 at 13:29 UTC
Updated:
4 Jan 2009 at 17:18 UTC
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
Comment #1
gondwanan commentedDitto me.
Comment #2
rogerlightfoot commentedIn 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
Comment #3
flevour commentedDirect link to comment #19 mentioned by Roger: http://drupal.org/node/194197#comment-1041922
Comment #4
flevour commentedActually 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.
Comment #5
blowski commentedI 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.