Fitoussi / geo-my-wp

Advanced mapping and geolocation plugin for Wordpress
https://geomywp.com
36 stars 22 forks source link

Search form widget for members #6

Closed pierre-dickinson closed 9 years ago

pierre-dickinson commented 9 years ago

Hi, I'm using a geomywp search form (in a widget) combined with Buddypress xprofile fields, but i can't search for a member unless this member has a location recorded, how can i set the "location field" as "unrequired" ?

Fitoussi commented 9 years ago

Hi, Until now it wasn't possible to show users without location in the search results. Since GEO my WP 2.5 it is possible when performing a search and the location field is empty.

you will need to add_filter( 'show_users_without_location', '__return_true' ); to the functions.php file in order to enable this functionality.

Note that this is the initial release of this feature so please let me know if you are getting into any issues.

pierre-dickinson commented 9 years ago

That's great, i keep you informed about this feature. Thanks for script.