Closed (fixed)
Project:
Content Profile
Version:
6.x-1.0-beta2
Component:
Base module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Dec 2008 at 15:31 UTC
Updated:
18 Jan 2009 at 12:10 UTC
I have a content profile with a composite name, such as 'Vip Profile'. The machine name is 'vip_profile'.
Drupal automatically added a menu under 'create content' to create a Vip Profile, replacing the '_' by a '-': /node/add/vip-profile
But in 'Create Vip Profile' link in user page, this replacement is not done:
/node/add/vip_profile?destination=user%2F1
When clicked, this link shows a page with the instruction guidelines for Vip Profile, but followed by a list of content types (just like in /node/add) instead of the Vip Profile's create form.
If I manually replace the '_' by a '-', the link then works fine.
Comments
Comment #1
fagoTry the dev snapshot , it's already fixed there. Or wait for the next beta release..