Active
Project:
Geolocation Proximity
Version:
7.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
7 Dec 2011 at 10:50 UTC
Updated:
16 Apr 2012 at 19:43 UTC
Hi,
Thanks for the great job. it's seems to really doing something that's really important for a geoloc module.
When adding the filter 'Geolocation: field_idea_loc - distance', i'm only seeing 'static lat/long' as option for the origin, but checking the code it seems you're handling the user_location...I've tried to add a location to my user profile, but i still have only static lat/long
> How should i proceed to get it ?
Thanks again !
Comments
Comment #1
inkage commentedI'm also getting these error on the page render when selecting "Allow multiple selections"
• Notice: Undefined offset: 0 in geolocation_proximity_geolocation_distance_handler->query() (line 195 of/var/www/drup7/sites/all/modules/geolocation_proximity/geolocation_proximity_geolocation_distance_handler.inc).
• Notice: Undefined offset: 0 in geolocation_proximity_geolocation_distance_handler->query() (line 196 of/var/www/drup7/sites/all/modules/geolocation_proximity/geolocation_proximity_geolocation_distance_handler.inc).
• Notice: Undefined offset: 0 in geolocation_proximity_geolocation_distance_handler->query() (line 197 of/var/www/drup7/sites/all/modules/geolocation_proximity/geolocation_proximity_geolocation_distance_handler.inc).
I've digged to see if user location wasn't related to the Location module, but I'm getting a 500 error when trying to enable it, guess it isn't compliant with the geolocation module.
Again checking the code i'm seeing the function but can't get why it's not available... :/
Comment #2
inkage commentedI could achieved that through some custom php js block, but i'd rather like to use a clean approach.
>> should it be working by default or not ???
Thanks.
Comment #3
derjochenmeyer commented