Hi. I have a cck-node with a select list field. Now I want to insert the selected item value into node path alias (via pathauto module). If I use field_producer-formatted or field_producer-raw token I see the key value, but I want the "value" value.
Think to an inode type with a select list that can be: 0| New 1| Used
I want a path like this for the node titled "my great music 2009" in the "Music" category: /music/new/my_great_music_2009.
Now I get: /music/0/my_great_music_2009
Is this possible ? Tnx.
M.