content profile

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

How to create OG group when role is changed with rules ?

Hi,

We are using content profile at time of registration. After reviewing user details we want to assign user with some special previllages (for that we have role say master). Now when we assign role to this user then with help of OG module we would like to create one group with title of user name. We tried to do it with Rules module but we are not getting it. can you help us how to do it.

We have following steps in rules.

Event : User account details have been updated

IF
User has role : masters (updated users)

DO
Load updated users content_profile

Read more
BlueCat's picture

Rules does not allow to populate content profile field

Could someone explain what is happening here? I have a content type that is a part of content profile. It has a numeric field "latest" that I am trying to update every time the user saves a value in another regular content type "miles" via a field called "miles_record." So when "miles" content is saved, I want to update the content profile field "latest." Rules does not seem to allow this.

I am trying to do the following:

On Event: Saving New content
And created content is: miles (this is the CT for entering "miles_record" filed values)

Read more
rolkos's picture

How to get group_renderd from content_profile in user-profile.tpl.php?

Hi,

It might be not directly related with content profile module. I have a site where I'm using content profile module for user profiles, but I also use userpoints module and few other modules that display some information on user profile page. I created user-profile.tpl.php template and now I want to display content from CCK groups that are in content profile.

Usually in for ex. in node.tpl.php it's enught to

print $my_group_name_rendered;

But it does not work with page template user-profile.tpl.php

Read more
slucas's picture

Combine Content profile module with profiles node linked with a node reference field

Hello,

I've just written a post of my blog http://blog.archizone.fr/?p=447 on a mix usage of content profile module with other nodes called extended profiles linked to the content profile node.
I want to achieve a way for other user to create the profile node before the actual user this profile relates to, in a wiki way.
I would be interesting to have your feedback, your opinion on this method, and per aps ideas about things I've not solved concerning permissions and d7 porting.

Thanks

Read more
akobashikawa's picture

Cómo listar los trabajos de la empresa del usuario logueado

Hola

Tengo el siguiente problema que llevo dia intentando resolver. Tal vez me puedan alcanzar alguna sugerencia.

  • Tengo un tipo de contenido llamado Empresa.
  • Uso Content Profile para agregar campos con CCK al profile del usuario. Este campo se llama empresa y es un node reference a una Empresa.
  • Tengo un tipo de contenido llamado Trabajo que también tiene un campo que se llama empresa y es un node reference a una empresa.

Lo que estoy buscando es cómo listar los trabajos que correspondan a la empresa del usuario logueado.

Read more
drecute's picture

Making CCK field values available as a condition to User is created event

Hello, I have 3 content profiles setup. One is for consumer registration, the second is a marketer registration and the third is a generic profile node type for custom fields. I setup a content profile role reference field to be available on user registration. I will like to perform some rules whereby when the user submits the registration form, he is redirected to another content profile form based on his field selection. So, I created a rule to be triggered when a user is created. I added a condition of if user has anonymous or authenticated role.

Read more
suganyaM's picture

Restricting page views until the profile is complete

Hi,

When i looked for drupal 6.x version of Profile Enforcer module, i got the Content Profile module that cover the same functionality of Profile Enforcer module.

http://drupal.org/node/382992

The main objective of Profile Enforcer module is to restrict the user from other page views until the profile is complete. How to achieve the same functionality using Content Profile module.? I have installed Content Profile module, added few fields to the Profile CCK type, given the permission for the fields. Have I missed out some settings? Its urgent pls.

Read more
KristVB's picture

How to add fields (or what am I doing wrong?)

I've added and enabled content_profile. When I now click edit on the user page I get a tab called "content profile" and if I click on that I get a standard node creation page.

Now I wanted to add some fields, so I went to content types - content profile and clicked "manage fields". I added some fields.
These fields are however not visible when I go to the "content profile" page of a user, nor are they when I edit the content profile node. What have I overlooked? What do I need to do in order to make the custom fields appear on the content profile page?

Read more
telnz's picture

access content profile fields in user-profile.tpl.php

I am fairly new to Drupal . While I am fairly able to get results with php sytax , like many it seems I am struggling with drupal . Anyone who can help with this?

I have members on my site . I used the content profile module in favour of the std profile module .

I have all my user field created as a content type profile. All is well and good it seems to be working and registration is working also .

I am using the zeropoint theme and have created the user-profile.tpl.php file and that is overiding correctly .

~~ Here is the rub ~~

Read more
geshan's picture

How do I create a pdf of all the contents/nodes of content profile?

The scenario is I have an application that is user centred in Drupal 6 and it has some content profile nodes per user and some extra information attached to user (user_reference and node_reference). I need to generate a CV kind PDF of all the nodes (content profile) and other user related information as a PDF how do I do it? Is there a module to do it?

I have seen the use of Print module and ID-Pdf but need a module that can solve my problem or some method of doing it easily. Hope to hear from you all.

Read more
Subscribe with RSS Syndicate content