Hi;
in my website every user has a location part. I used gmap and location module for this. and also I use advanced profile kit. I want to display location areas on every profile page. I tried to do it with cck, but panels of advanced profile kit doesn't support to display location areas directly.

now I try to create a view which show location of users on their profile page. How can I do it??

Comments

ionut.alexuc’s picture

I don't know how to do it directly with views, but I would do it like that:
1. Your view could provide the coordinates, or address.
2. Override the user profile template and add the code to load gmap where you can add a marker to the user's coordinates or address.