Currently usernodes do not have titles or bodies, per usernode_node_info():
'has_body' => FALSE,
'has_title' => FALSE,
However, I want to use usernodes to contain some user information (via CCK fields, taxonomy settings) along side user profiles. Yes, I know about NodeProfile, but I don't like that solution for 5.x for some reasons I won't go into here. I'd *love* to have an admin area for usernodes where I can select whether the title and/or body are enabled for usernodes.
1. Would this be a problem to implement in usernode?
2. If not, are there database ramifications to changing the usernode config to have a title and/or body on a site already using usernodes?
3. Outside of uninstalling usernode (where all usernodes would be destroyed), is there any risk of losing usernodes during upgrading of this module, etc.? Of course I'm asking because my implementation would have data inside each user's usernode, and I'd never want to lose this data (unless a user account is removed.)
Thanks much for your time.
Comments
Comment #1
mgenovese commentedBy the way, I did try editing usernode.module to set the has_body to "TRUE" (and then reinstalled the module), and I still don't have a body available in the usernode. So there's more going on here, which is why I could use your help.
Thanks again.
Comment #2
mgenovese commentedBump. Would love for some feedback about this. Thanks!
Comment #3
mgenovese commentedBump.
Comment #4
pomliane commentedThis version of Usernode is not supported anymore. The issue is closed for this reason.
Please upgrade to a supported version and feel free to reopen the issue on the new version if applicable.
This issue has been automagically closed by a script.