content_profile

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
sibaz's picture

Editing profile node as part of /user/%uid/edit page

I need to give a seamless implementation of a site, where users can edit a number of bits of information about themselves. The Default form in content_profile is to add tabs (primary or secondary) to the /user/%uid pages. The content_profile_registration module does it right, it allows you to tick a box, and so add the fields to the registration form, using hook_form_alter, to add fields to the 'user_register' form.

Is there a module which does the same for the user_profile_form? or hook_user($op=form, $category=account);

Read more
legion80's picture

Multiple forms on one page

Hello,

I have been struggling with a forms issue that I thought maybe someone could help answer for me.

Basically I am trying to have several drupal forms laid out in one page, with one "Save" button, which will save all of the forms on the page at once. Each form is already assumed to edit an existing node, so I do not need to worry about the case where the user is creating a new set of nodes from the forms on the page.

Read more
DrupalCuckoo's picture

Create Content Fields "on the fly"

Hi,

I'm building my user profiles with cck and the content_profile module. To explain my problem/question here's a little example:

The user profile containes fields to collect information about himself and his children (birthday, school and gender for each child). Because the quantity of children differ from family to family I don't know how many content fields are needed to be created in the first place (five children, six children … 20 children?).

Read more
chosig's picture

Autopopulate node reference

Tjenare.

Håller på att göra en site till en "legion" i ett spel jag spelar (Aion Online), finfint övningsprojekt. ;-P

I legionen har man olika ranker, och jag tänkte sätta upp ett mentor-system. Nu är det så att jag kommer från en mer direkt-attack (mao. programmering) stil, och har lite svårt att ställa om min till "the Drupal way" - det är ju så enkelt att bara programmera in funktionen man vill ha...

Read more
suidu's picture

All user data in one content type or split in different content types

I build a job portal for students. There are two different kind of users: the students who are looking for a job and the employers offering jobs. As the students can write about their qualification the user accounts have a lot of fields.

Read more
perarnet's picture

Rules with content_profile

I'm setting up a multirole website using rules, roles and content_profile.
To complicate matters the user roles are referencing a group node.
So far I've set up rules to trigger on creation of group node, bringing up
the content profile registration with autopopulation of node_reference.

The rules so far do the following:
- Upon creation of group node, redirect to content profile registration
page, passing group nid to the url parameter. Then send email to admin
group to notify of new group node needing approval.

Read more
Subscribe with RSS Syndicate content