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

fago’s picture

Status: Active » Fixed

Try the dev snapshot , it's already fixed there. Or wait for the next beta release..

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.