Postponed (maintainer needs more info)
Project:
CiviNode And Civinode CCK
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
1 Aug 2007 at 12:44 UTC
Updated:
31 Oct 2007 at 06:00 UTC
Comments
Comment #1
sharique commentedAny progress on this?
Comment #2
Torenware commentedIt's not currently something that's easy to do outside of a framework like CCK.
Here's the issue. Views *really* wants to display content that is part of a "node", which is the basic unit of content in Drupal. But CiviCRM is organized mostly around things like contacts, events, contributions, and such. To get Views to display these things, you have to make Views think that data inside of CiviCRM is really stored in Drupal. That's hard to do.
CCK at least gives us a way to hook CiviCRM data into Drupal's node system, which makes the data available to Views.
I'm open to this as an idea, but the first step is to come up with "use cases" -- stories about how you'd want to use your data -- inside of Views. Once we know that there are a few ways people want to display CiviCRM data that they (1) can't do with CCK, and (2) have enough support that a group of us will fund the work, then we can figure out how best to do this.
So what do the two of you want to do with your data that is hard or awkward to do via the CCK hooks?
Comment #3
sharique commentedI have created a view which displays list of user on site with fields userid, user city, country and their expertise (a profile field). CIty and country info is stored in CIvicrm profile.
expertise field is in drupal profile module.
How I can do this?
----
Shairque
Comment #4
sharique commentedAny progress on this?