Profiles as nodes

Events happening in the community are now at Drupal community events on www.drupal.org.
This group should probably have more organizers. See documentation on this recommendation.

We are a developers group that are very much interested in using nodes for profiles. There is a module, and some other code already, but that needs polishing.

Especially for bigger and more complex communities, people need features such as finer grained permissions on profiles, categorising of users, or simply search in profiles. Nodes offer all that. We tie them together.

jkalpathy's picture

How do I manage a user profile section that only the admin can edit/view?

I'm trying to create a user profile that has 3 parts: (A) user must fill out to register (B) user fills out later, and (C) internal control - every user has these fields but only the admin can edit/view - e.g user's rating. What modules should I use to do this? Wis the best way to manage (C)? Right now I have followed a combination of Michelle's docs and Fago's handbook, but can't get C to work.

Read more
sdondley's picture

How do you create a user profile with pageroute and nodeprofiles?

I have node profile and pageroute installed. I'd like for an administrator to be able to create a new Drupal user account using a page route. But as far as I can tell, you can only edit existing user accounts.

Let me try to make this more clear:

1) Administrator clicks a link called "Add new profile"
2) Administrator sees an empty user registration page (same form user for creating a new user found at /admin/user/user/create)
3) At the bottom of the form is a button to take you to the other node types associated with node profile

Read more
andrewpeacock's picture

Can usernodes be used to allow multiple "rows" of data with several fields?

Hi,
I'm trying to set up a drupal site that allows a user to have multiple subscriptions to a service I run.

The subscription process works OK (via a 3rd party app) and the user account and profile fields are populated. The profile fields hold configuration data for the service they are paying for.

However, as I'm using standard profile fields, they can only have one set of configuration data per drupal profile.

Is it possible using user nodes to allow multiple sets, so that each user can have one or more sets of configuration data?

eg.

Read more
designguru-gdo's picture

Problems with usernode + category + pathauto ?

Hi guys and gals... I'm finishing up a site using these three modules and have noticed some funkiness between them - the '[cat]' variable is working when set for page nodes using pathauto, but when applied to usernode content (which I've custom created using the CCK), it seemed to work fine for a bit but seems now not to be working for new usernode content?!?!

Basically, I have set the default pathauto node paths for usernode content to something like :

something/[cat]/[title]

Read more
yched's picture

Critical bug in CCK - help from field module developpers needed

A critical bug has been discovered in CCK field data storage, which can result in possible data loss under some (rare) circumstances.

Only a very limited number of field types are potentially affected, we need the help of contrib CCK fields developpers to help us list exactly which ones, so that we can extensively test the patch before committing it.

See http://drupal.org/node/168204 for more info.

Thanks all :-)

Read more
hip's picture

Create a node and then associate to a user profile if desired

Hello,

I'm trying to develope a business directory + online community project (http://drupal.org/node/167168) and I think Drupal may be the right approach. Although I've been in touch with Drupal for some 3 years I'm still quite anewbe and it gets quite hard for me to guess what's the right direction now.

Read more
eggthing's picture

Using CCK taxonomy fields to tag users or Tagging nodes like the profile module does

I love the way you can use a phrase like "People who live in %" using the regular Drupal profile module and then by clicking the link, get a list of all users who live in %. I'm trying to get the same thing happening with profiles as nodes. I've tried using CCK taxonomy fields in both the Node Profiles and the Bio Modules. It almost works, but only intermittantly. Sometimes I get the message "There are currently no posts in this category ..." other times, some users will show up and others won't - even when they have been tagged with the the term.

Read more
ardas's picture

Nodeprofile vs Profile

Greetings,

Guys, can you please take part in this discussion http://drupal.org/node/160546 and help understand the situation?
I've just subscribed to this group and am also interesting in user profiles destiny since I dropped core profile.module off and switched to nodeprofile.module.

I created this forum topic mostly to try to attract profile.module authors and Drupal authors and get some information from them. I also hope you guys will help to understand situation too.

Thanks again.

Read more
rconstantine's picture

New module to work with nodeprofile, pageroute, etc.

I've put together a module called Membership types and registration modification

This module adds the ability to have several different membership types, each collecting different data from the user for registration by using custom content types and the combination of nodeprofile and pageroute modules (both required). The accounttypes module is recommended but not required. See each required module for any dependencies that they might have.

What this module does is:

Read more
Rosamunda's picture

Clase/Debate: "Perfiles de Usuario: Profile, Usernode, Nodeprofile & Nodefamily"

Start: 
2007-06-28 18:00 - 20:00 America/Buenos_Aires

"Perfiles de Usuario: Profile, Usernode, Nodeprofile & Nodefamily"

En principio la clase/debate estará a cargo de Víctor Kane.
jueves 28 de Junio
18 horas
En el lugar de siempre: Lavalle y Montevideo "Meeting Place", entrepiso

La idea es que todos podamos charlar un poco del recurrente problema que suelen generar los Perfiles de usuario. Usualmente nos pasa que el Módulo Profile es insuficiente para lo que necesitamos, y nos vemos obligados a recurrir a otros módulos que puedan suplirlo.

Read more
julma's picture

Sharing our node profiles

I have used the node profile at http://shellmultimedia.com/node/5

I plan to extend my node profil type with the features belows :

=> The HEAD is fix and contain on the left the photo of the user and basic informations like name and last connexion on the right.

=> A set of tabs under the HEAD contains groups of informations like "contact" "Education" "Works" "socializing" "meeting"...

=>Each group of information could be a node linked to the nodeprofile of the head with the node family module but for me it can also simply be a groupe of fields of my unik CCK node profil.

Read more
Fransie's picture

How can I link a user to taxonomy terms?

Hello,

I applaud the brilliant idea of turning user profiles as nodes! I think it is just what I need, but I am having difficulties proving it.

I desperately want to associate users with taxonomy terms. I also want overviews based on this association, like:
What are the taxonomy terms for a particular user?
What users belong to a certain taxonomy term?
List all users with an array of taxonomy terms
See the taxonomy tree (like in taxonomy_dhtml) with an array of associated users

Read more
Lisa Williams's picture

Applying Profiles As Nodes to an existing 4.7 site with ~1000 users -- how do you get users imported?

Question:

I have an existing site on Drupal 4.7 with ~1000 users. I'd like to start using nodeprofile. Once I install nodeprofile and the modules it requires, how do I get information from a user's existing user page into a corresponding profile node?

Thanks!

Read more
lancast's picture

Adding file attachments to profiles

I am using the Node Profile module to create the directory for a college website. It has worked well except for one problem. I need to have the ability to add files to these profiles - as in CVs. There is no field to add for "files" or "file-upload" in the Profile configuration. Any ideas? Am I missing something obvious?

Read more
mimhakkuh's picture

Shell Multimedia Tutorial

Hey there ... i was just trying to adapt the 'Step by step creation of a full featured user profile' recipe, Michelle did on:

http://shellmultimedia.com/node/5

... when I realized, that due to the overload of request, she quit the support (so to say). So I thought, this group would be the most appropriate place to discuss matters on this tutorial.

Maybe someone in here has successfully adapted the thing. I have a specific problem:

Read more
greal92's picture

How to Automatically Create NodeProfile on user Registration

Hey there,

I would like to implement complex user profiles using the nodeprofiles/usernode structure. Currently nodeprofiles are not created automatically like the usernodes unless you put the nodeprofile form on the registration page which is not a solution in my case.

I am trying to do the following:
- Automatically assign taxonomy term to usernode depending on role at registration
- After registration, create blank nodeprofiles associated with that role

Anybody has any idea how to do that?

Tanks in advance

Q

Read more
jockox3's picture

Using Nodeprofile fields elsewhere

I'd like to use this nifty little piece of code - http://drupal.org/node/64248 - to make all references to users show up as their "real name" rather than their username. But their "real name" in this case is made up of concatenating five fields from the user's nodeprofile content type.

Is it possible to refer to the nodeprofile's fields in this way? If so, how?

In the following code:

Read more
rconstantine's picture

Hiding profile fields but exposing them on a per user basis - possible?

I will shortly be creating a 'handshake' module. The idea is that all user data (except username and possibly one or two other items as determined by the site admin) is hidden from all other users. Only the user whose data it is and the site's authorized user administrators can view it. Users will be able to initiate a 'handshake' where the first user indicates (probably via checkbox) which data fields s/he is willing to expose. The second user gets a list of data field titles that are checked (only those checked by user one show up).

Read more
ivanfi's picture

Using the same content type for users and customers

Hi,

Could somebody give me advice on how to handle the following need?

I would like to create a content type for contact information, including name, phone number, address, etc. It should be used for both users of the system and both for customers, who are not users, but "content" in the system. Users and customers should be the same content type, because I would like to handle them in the same way (displaying, editing, listing with views, searching).

Read more
ivanfi's picture

What is the purpose of using usernodes for node profiles?

Hi,

I spent the day trying to understand what the Node Profile module does and how it is related to the Usernodes module. I have read http://drupal.org/node/130517 and http://drupal.org/node/97981, but it is still not clear to me what additional benefit usernodes bring.

Read more
Subscribe with RSS Syndicate content

Profiles as nodes

Group organizers

Group notifications

This group offers an RSS feed. Or subscribe to these personalized, sitewide feeds:

Hot content this week