I created a content type with automatic nodetitles.
I'm using token to create a special node title consists of:
- CCK referenced node id
- CCK text field content

Taxonomy is used for this content type.

What i can't do is using a taxonomy term. I use taxonomy to mark years and i'm trying to create a title like "productname (2006)"

The following terms (taken from token replacement patterns) doesn't seem to affect:
[term] Name of top taxonomy term
[term-id] ID of top taxonomy term
[vocab] Name of top term's vocabulary
[vocab-id] ID of top term's vocabulary
[catpath] Full taxonomy tree for the topmost term

Did i miss any settings or is it a bug?

Comments

eaton’s picture

Hmmm. It looks like this is a collision between the way that token pulls the information about the taxonomy associations, and the way that taxonomy.module stores its data. When Auto Nodetitle does its work, the data about taxonomy associations isn't yet *saved*, so token.module doesn't see it at all. Thus, empty token values. I'll investigate and see if there's a way to make it a bit smarter.

greggles’s picture

Status: Active » Closed (duplicate)

Seems like a duplicate of http://drupal.org/node/137669