Hi,
I have a content profile including a cck field that I would like to pass to a view through a panel.

What I did:
- created a panel
- in "Contexts" added a User context and entered "Logged in user" in context type.
- in Relationships I added a "Profile Node" Relationship with "User:" related to the User context above, and Relationship Type: related to the proper content type.

Result: the data is still not available in the context. That's everything I've got:

Context 1 Utente
Keyword: %user
%user:location-additional_N --> Additional (If there are multiple locations per node, N is the iteration, starting with 0)
%user:location-city_N --> City (If there are multiple locations per node, N is the iteration, starting with 0)
%user:location-country_N --> Country (If there are multiple locations per node, N is the iteration, starting with 0)
%user:location-country_name_N --> Country Name (If there are multiple locations per node, N is the iteration, starting with 0)
%user:location-latitude_N --> Latitude (If there are multiple locations per node, N is the iteration, starting with 0)
%user:location-name_N --> Location Name (If there are multiple locations per node, N is the iteration, starting with 0)
%user:location-phone_N --> Location Phone number (If there are multiple locations per node, N is the iteration, starting with 0)
%user:location-longitude_N --> Longitude (If there are multiple locations per node, N is the iteration, starting with 0)
%user:location-postal_code_N --> Postal Code (If there are multiple locations per node, N is the iteration, starting with 0)
%user:location-province_N --> State/Province (If there are multiple locations per node, N is the iteration, starting with 0)
%user:location-province_name_N --> State/Province Name (If there are multiple locations per node, N is the iteration, starting with 0)
%user:location-street_N --> Street (If there are multiple locations per node, N is the iteration, starting with 0)
%user:uid --> User ID
%user:name --> User name

From "Utente" Profile Node
Keyword: %content_profile

What to do to access my cck fields in content profile? Thanks in advance

Comments

merlinofchaos’s picture

Project: Panels » Content Profile
Version: 6.x-3.3 » 6.x-1.x-dev
Component: Panel pages » Panels integration

Unfortunately I don't know.

Is there something peculiar to the content profile integration? This is old enough that it may've been a little buggy?