Hello,
I can't seem to do the following, and wondering if its possible with this module.
on my site I have an "author bio" node type set up as a content profile for my users with the appropriate permissions. That works fine.
In my article node type I am using nodereference to link an author bio to a node, and im using that on the display page rather than the drupal user.
So I would like to also be able to allow admins to create new "author bios" for people who aren't actual users of the site, but happen to write content that an admin adds to the site. But when i try to create a new author bio, drupal tells me that I already have one, and wont let me make the new one.
If I make the author bio a non content profile, I can add them as expected. But I would like my authors who are also users to be able to edit their bio from their profile page.
Is this possible? Am I making any sense?
thanks.