By mzabala on
I have drupal where each user has to fill out several pages (all different content types) during registration using the nf_registration_mod module, pageroute, etc... I want to have a view that displays one row per user where all these fields from these different content types are displayed on that row. I figured I would use the Views Fusion module, but it doesn't appear to be serving me well.
First of all, is this the right way to do it?
So I want something like
User 1 | all fields from content type A | all fields from content type B | all fields from content type C |
User 2 | all fields from content type A | all fields from content type B | all fields from content type C |
User 3 | all fields from content type A | all fields from content type B | all fields from content type C |
where all fields where created at signup.
Maybe I just don't know how to get views fusion to work properly if this is in fact the right module for the job. Any ideas? Recommended tutorials?
Comments
Error Message
This is the error message that was thrown when I tried to do this with Views Fusion
user warning: Unknown column 'v7node_created_created' in 'order clause' query: SELECT DISTINCT(node.nid), node_data_field_medical_specialty_1.field_medical_specialty_1_value AS node_data_field_medical_specialty_1_field_medical_specialty_1_value, v7node.nid AS v7node_nid, v7node.created AS v7v7node_created_created, v7users.name AS v7users_name, v7users.uid AS v7users_uid, v7node_data_field_first_name.field_first_name_value AS v7node_data_field_first_name_field_first_name_value, v7node_data_field_middle_initial.field_middle_initial_value AS v7node_data_field_middle_initial_field_middle_initial_value, v7node_data_field_last_name.field_last_name_value AS v7node_data_field_last_name_field_last_name_value, v7node_data_field_business_name.field_business_name_value AS v7node_data_field_business_name_field_business_name_value, v7node_data_field_address_1.field_address_1_value AS v7node_data_field_address_1_field_address_1_value, v7node_data_field_address_2.field_address_2_value AS v7node_data_field_address_2_f in /home/expertme/public_html/includes/database.mysql.inc on line 172.