I have a Drupal 6 web site and would like to use a node field as part of the URL (in the Pathauto settings). The field name is “place” and the content type is “events“. I tried combinations such as [node:place], and [events:place] in the Node paths section of the Pathauto module, but the tokens don’t seem to work.
I have a Drupal 6 web site and would like to use a node
Share
The example tokens you’ve given are for Drupal 7, not Drupal 6. In Drupal 6 to get a particular CCK field you’ll want a token like this:
Just go to
admin/build/path/pathautoand have a look in the ‘Replacement Patterns’ list…under CCK Text/CCK File/CCK Number etc. you’ll find the token value for the specific field you’re using.