Hi
Great module :-)
I'm using views to create lists of nearby nodes, but a cant filter out long distances based on the users location - like show only events in my neighborhood, or users in my neighborhood.
The distance from the users location works fine in fields and sorting, where I can sort the distance based on the users origin (Origin:
User's location (blank if unset) ).
This option is not present for Filters, where I want to show nodes within a certain distance and exclude nodes beyond a custom distance.
This would be a great feature :-)
Thanks Bo
Comments
Comment #1
marcoBauli commentedthis functionality seems a blow from being completed..and it will be a good one! Can anyone tell if is there any patch somehwere, or if is interested in a bounty to get it done? Many thanks
Comment #2
marcoBauli commentedseems some work is going on at http://drupal.org/node/343943 and http://drupal.org/node/321114
hope to find some time to test later today. cheers
Comment #3
rorymadden commentedI am also interested in this functionality.
@marcoBauli - did you figure out a way to get this working?
Thanks in advance
Comment #4
yesct commentedtagging
Comment #5
marcoBauli commented@rorymadden: yes, a patch should come shortly :)
Comment #6
Roberto Gerola commentedHi.
I developed a patch for this.
The development has been sponsored by Tecnomeme.
Roberto
Comment #7
yesct commentedComment #8
bjalford commentedCan someone cofirm whether this is for using with node location and user location or whether it works with CCK?
Comment #9
marcoBauli commented@bjalford: actually it works with users and node locations. not completely sure about what you mean with 'works with cck' though..
Comment #10
yesct commentedthere are the legacy "native" locations on nodes and users. And there are the "new" cck locations that are part of location module now. many of us are really hoping to see views work with the cck locations.
Comment #11
tom78 commenteddoes this patch work with D5?
best regards
tom
Comment #12
tiger_h commentedThis was working for me
My code in file /handlers/location_views_handler_filter_proximity.inc line 153 following
Comment #13
yesct commentedThis patch needs a review:
http://drupal.org/patch/review
(and maybe a re-roll http://drupal.org/patch/create)
How does this relate to
#606342: Views Argument Handler for Proximity
?
Comment #14
ankur commentedAs suggested by YesCT in #13, this is now possible with #606342: Views Argument Handler for Proximity