Closed (fixed)
Project:
Smart IP
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
13 Oct 2015 at 21:12 UTC
Updated:
27 Nov 2015 at 13:24 UTC
Jump to comment: Most recent
Hi I am using drupal 7.39 and when i try to uses the sort filter of smart ip it let me choose it but when its done it says broken or hidden handler, i already reinstall the module and it keeps the same way.
Comments
Comment #2
loera8000 commentedI already reinstall drupal core 7.39 and the module smart ip it keeps saying that the handler is broken or missing, i have to change drupal core version to make the module work? the module will be this way in this drupal version?
Comment #4
arpeggio commentedThe openlayers_proximity module support for Drupal 7 is already implemented. Thanks to loera8000 for sponsoring it.
Comment #5
arpeggio commentedI have created an article: Filtering and sorting list of Drupal contents nearest to your visitor's location using Smart IP and OpenLayers Proximity (https://www.webfoobar.com/node/41).
Comment #6
joelpittet@arpeggio this little bit in the last commit could use a comment or maybe removal depending on why it was committed as commented out code.
Comment #7
arpeggio commented@joelpittet the Smart IP views filter doesn't support exposed filter form. Thus, we don't need exposed filter form validation (it just causes issues with other exposed filter form if enabled). This handler inherits the parent's filter form validation, to disable it, that function should be present and parent validation code should be commented. Anyway, I have added comment in the codes. Thank you.