Posted by somebodysysop on April 6, 2007 at 7:27pm
I've been looking through the docs, trying to find the solution. Forgive me if it's been asked before, but I don't haven't located the specific solution.
I have followed this tutorial http://drupal.org/node/130756 and have usernode and nodeprofile working to create user profiles successfully.
How do I display the user's profile created using this tutorial on the user's "My Account" (/user/x) page both for view and edit?
Thanks.
Comments
Latest development snapshot
Latest development snapshot of nodeprofile module now contains this feature: http://drupal.org/node/84541
Goooooool!
Fsking aye! Sweet!
This is exactly what I needed! :-) I don't even need to mung with CCK (or usernodes?) because I'm just adding taxonomies to profiles.
From what I can tell (playing with it on my site), this:
* Adds the content of "nodeprofile" into the default user account page
* The "Edit" tab edits the original user account settings
* A template hack - or in my case, a URL-based menu option - can be added to point to either the nodefamily/CONTENT_TYPE page (if using method 2a), or a link to the pageroute (if using 2b).
Something that briefly tripped me up: my users' IDs no longer showed up as links. Then I remembered I had changed the template.php file because when I was working with usernode, I added the usernode redirect PHP into template.php. Once I cut that out, my user names show up as links again.
I'm sure I'll come crawling back with some sort of question that I can't figure out, but so far, this is great!
The Smoking Goat aka Greg Beuthin
http://www.commerceguys.com
yes. However the module is
yes. However the module is still in development, so the "register integration" option isn't working yet and the nodeprofile display on the user page will be improved before the next release.
Of course you can already use it. But be sure to install the required subform element module before you update to the latest nodeprofile development snapshot!
Bio.module
Bio does this out of the box: http://drupal.org/project/bio
Enjoy
-M