What is the difference between Node Profile and Usernode?
What is the difference between Node Profile and Usernode modules?
1) Node Profile. According to its documentation: "This module builds user profiles as nodes, which opens the opportunity to use the Content Construction Kit (CCK)"
2) Usernode. Again the documentation says: "This module tries to make users nodes." And later on: "Use views to build user listings or even searches" and "Makes building of nodeprofiles easier"
It seems they both can help one create nodes out of user profiles and enhance them using CCK. Also they both integrate with Views. But isn't that already available just having a clean Drupal + CCK? Well the profiles will not be real nodes then but the new fields are still visible in the Views configurations.
Can somebody shed some light on this topic please?
Thanks!

node profile vs usernode
usernode
node profile
if you just want to have a node replace the profile page, usernode is probably the way to go.
if you want something more complex, node profile is a better place to start.
also the two modules play nicely together, esp. if you know your theming.
you can do a lot of the above with views and themeing, but each module has some critical extensions that you can't get from cck+views (such as the integrations with registration, lonely node enforcement, auto creation of usernode, etc.)
Almost...
"hijacks the view profile page and shows the user's usernode instead."
I'm fairly sure it doesn't do that one.
Basically it comes down to this:
usernode - empty node, one per user, automatic, meant to be used for views primarily.
nodeprofile - one or more nodes associated with a user meant to hold profile information.
Michelle
See my Drupal articles and tutorials or come check out the Coulee Region
Nice wrap-up Michelle!
Nice wrap-up Michelle!
Thanks
Sorry I missed you this morning. Was 5:30am here.
Michelle
See my Drupal articles and tutorials or come check out the Coulee Region
Thanks, I think I got the
Thanks, I think I got the picture now.
Bio
Another one is Bio module which creates an associated node for every user. Provides some settings to make it act how you want it to act.
Well...
If we're throwing other modules into the mix, don't forget Advanced Profile to pretty them up. ;)
Michelle
See my Drupal articles and tutorials or come check out the Coulee Region