Hi all,
I have a content type called Place.
Each Place has an address and a location (shown on a map).
I would like to be able to display a block with other "places nearby" in each page where a Place is shown.
Currently, I have managed to generate a Views page whereby the user can enter a location in a textbox and find places around that location as per this tutorial which uses IP Geolocation Views and Map, Geocoder, Geofield, geoPHP and Chaos Tools.
What I'm trying to do instead is:
- Get Location from main Place node
- Find places around that Location
- Display them in the block
I'm convinced this can happen with some configuration in Views, possibly something in Contextual Filters however, after several hours of work I am unable to do it.
Any help or advice would be highly appreciated!
Cheers