I have created a full name CCK text field as a part of the content profile content type. Each user can enter their full name in this field, and I am trying to change the blog entry URL alias to blog/[field_full_name-raw]/[title-raw], using the [field_full_name-raw] replacement token that is exposed. The problem is, the token is not replacing the full name field and instead creating the URL alias as blog/[field_full_name-raw]/my-blog-post. Thanks.