Someone has come up with a workaround (http://drupal.org/node/137669 near the bottom of the page) to the fact that the Term Token does not work until a user edits a content type. Unfortunately I've not managed to figure out how to implement the solution and am wondering whether anyone here has any ideas.

thanks very much

Comments

stormer’s picture

the bit that's actually got me confused - it's the third line

     global $form_values;
     return $form_values[taxonomy]['tags'][2];

in particular [taxonomy]['tags'][2] - I can't figure out what's supposed to be entered here.

thanks very much

doc2@drupalfr.org’s picture

subscribing