This doesn't seem to be working. It is only working the for the admin user (user1). Everyone else doesn't see these links.
The checkbox say's "If selected and the user has no profile of this type yet, a link to add one is shown on the user page."
FYI... I am using Content Profile with the AutoAssignRole Module. I have tried registering a user with out any of the roles selected and with some roles selected, same result.
Please let me know if I am doing something wrong or if this is a bug.
Thanks,
-Glenn
Comments
Comment #1
gmclelland commentedComment #2
kompatv commentedI am also experiencing the same symptoms
Comment #3
fagoYou also need to have proper permissions to do so. If fixing perms doesn't help, reopen.
Comment #4
gmclelland commentedOk, I think the problem is that either Content Profile module or the Auto Assign Role module creates a node for each role when the users registers regardless of what the role the user selected when the user registered.
I think it is the Auto Assign Role module.
When I delete the content profile nodes that the user should not have, then I see the "Create profile links" on the user's page.
Hope that helps
Comment #5
gmclelland commentedOk, it is the Content Profile module that is creating the profile nodes when a user registers. -Not sure why?
This causes the user's "My Account" page to display boxes(the full content setting) for each type of profile.
Since the node for each profile has already been created, there is no "Create your profile" links displayed. If you delete the profile nodes, then the "Create profile" links appear.
The admin account shows the "Create profile" links on the "My Account" page because the admin doesn't have to register on the site, but for every other user the links are missing.
Hope that helps,
-Glenn
Comment #6
gmclelland commentedhttp://drupal.org/node/477910#comment-1664752
That patch fixes this issue.
Comment #7
fago