Active
Project:
Content Profile
Version:
6.x-1.0
Component:
Base module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Apr 2010 at 14:58 UTC
Updated:
30 Apr 2010 at 14:58 UTC
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.