Profile2 is a contributed module that is designed to be the successor of the deprecated core profile module.

learn more… | top users | synonyms

0
votes
3answers
26 views

create public profile page for specific roles only

Here is what I am trying to do. I used profile2 to create an employee profile type that only users with the user role of employee could fill out. What I want to do with views ( which I am not even ...
1
vote
0answers
7 views

Is it possible to attach a specific user profile to an organic group?

I want to have 2 seperate user profiles. One profile with a user picture and one without a user picture. These user profiles shall be attached to a specific organic group. I also need extra ...
0
votes
0answers
10 views

Drupal Commerce + Rules: How to insert each order´s customer profile info into profile2?

I´m using drupal commerce and Profile2 modules. I have some "customer profiles" fields in my orders, and I want the information inside those fields to be added to the profile2 of the new user that´s ...
0
votes
0answers
30 views

Profile2 doesn't show profile until submit

Profile2 doesn't show profile2 entity before an user click save in his edit form. I am looking for a way to submit new users profile2 edit form or something what make it visible. Actually I need to ...
1
vote
1answer
30 views

Two concatenated links throwing an error upon attempted logout

I've looked everywhere, and can't seem to find an answer to my problem. I've written some code to toggle between a log in block and, once the user has logged in, a line of text that includes both a ...
2
votes
1answer
38 views

Easy way to make an Installation Profile

I want to use my current website as an installation profile. I've set it up so it contains some useful content types, views and example content nodes. Is there a no-coding way to create an ...
0
votes
1answer
43 views

How do I resolve Access Denied message

I created 2 roles on my site: Buyer and Seller I used auto assign role to allow the user choose a role on sign up. I then created an additional profile for seller using profile 2. (The buyer is ...
0
votes
1answer
14 views

Birthdays migrate to Profile2

guys. I've this issue, i did migrate a user list from csv file with Migrate module to Profile2. I'd use one only value for the import with the format dd/mm/Y. All was fine, but at the end the ...
1
vote
0answers
22 views

compare two profile types

I have two profile type registrations (Used Profile2 and profile2 registration path) 1) student Profile 2) parent profile I have created admission_number field for the student registration. How can I ...
0
votes
0answers
26 views

Fill the values from profile type to node add form fields

function doforms_form_alter(&$form, $form_state, $form_id) { if ($form_id == 'company_node_form') { global $user; if ($user->uid){ // check if logged if ...
1
vote
2answers
37 views

Custom Apache Solr search per usertype (Profile2 Module)?

I have a site that enables you to register either as a "Care giver" or a "Patient". The patient has a different profile (Profile2 module) with options such as the type of care they need, the amount of ...
0
votes
1answer
58 views

Join multiple tables in D7 Views

I'm trying to create a View Block to display related information on a node. I'm creating an image gallery where each image node is tagged with one/more taxonomy terms, and a block on each of those ...
0
votes
2answers
63 views

Profile2 Template for edit page

i already searched all relevant drupal sites - but without success. I have to create a own template file for the "edit user profile" site of the module Profile2. As far as i know, i have to hook the ...
0
votes
0answers
27 views

Show Specific Content in Views based on Profile2 Group

The site I'm working on has 4 different views (xyz.com/view1, xyz.com/view2, etc.), and when each users registers they are required to choose a specific group to belong to via the Profile2 module. ...
0
votes
0answers
29 views

drupal how to automatically add profile type filed name in node type text field on node load

In drupal me having content type called directory. there i have one field call company name. same way in company profile type me having one field called company name. so here while add new directory ...

1 2 3 4 5 10
15 30 50 per page