There are user profile fields which let you store text, integer, checkboxes, or select list data with each user profile.<div><br></div><div>I've used such fields to store nids, so that I can bind a particular node to a specific user account, but this requires lots of form_alter() fu. CCK fields, e.g. nodereference, can't be bound directly to the user's profile in D6. (But they can in D7.)</div>
<div><br></div><div>You may want look into creating intermediate nodes of a new content type that have a 1:1 association to each user's profile. That way, any association between a user's profile and other nodes is done using the intermediate node and existing CCK methods.<br>
<br></div><div>E.g.</div><div><a href="http://drupal.org/project/content_profile">http://drupal.org/project/content_profile</a></div><div><br></div><div><br><div class="gmail_quote">On Mon, Mar 1, 2010 at 4:20 PM, <span dir="ltr"><<a href="mailto:bigjoe@lab.matcom.uh.cu">bigjoe@lab.matcom.uh.cu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi!<br>
I have a Drupal site and I would like to attach to the user's profile some<br>
information whose type is a content type of my site. How to do this?<br>
For example, I have the "Group" content type, and I want the user to see<br>
at register time, a select list or a combo box or something like that,<br>
whose values are the "Group"'s created at the moment.<br>
There is some idea?<br>
There is some idea without using taxonomies?<br>
Thanks!<br>
<br>
<br>
_______________________________________________<br>
consulting mailing list<br>
<a href="mailto:consulting@drupal.org">consulting@drupal.org</a><br>
<a href="http://lists.drupal.org/mailman/listinfo/consulting" target="_blank">http://lists.drupal.org/mailman/listinfo/consulting</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>Ben West<br><a href="mailto:westbywest@gmail.com">westbywest@gmail.com</a><br>
</div>