Hi !
I have a view of type LOCATION. My problem is that when I try to add a cck field the type "content" is not available on the type dropdown.
I also tried to add a relationship but the content is not there also.
Any ideas ?
Hi !
I have a view of type LOCATION. My problem is that when I try to add a cck field the type "content" is not available on the type dropdown.
I also tried to add a relationship but the content is not there also.
Any ideas ?
Here is what I did to solve the problem
1 - I added Views Custom Field Module
2 - Added a new field (PHP Custom Field) and I created a SQL command to search the content that I needed on the database.
I hope it helps.
If your view type is location you are not going to be able to get the custom fields from your content type.
depending on what you are doing what you may want to do is:
create some content, DONT add location cck field that have lots of issues with mapping instead us the node location.
add custom field to your content type 'my_location'
-- now the content type 'ym_location' acts as a single location with cck fields, if you need to connect this to other content on the site you can use the [Node Referrer][2]
Hope this helps. I used this logic on a project where we needed more information on each location but we still wanted to map the locations.