I have managed to set the location fields and about fields manually by editing options.php and setting the values to be the field ID
However, the part about copying the template files from directories/geo, doesnt make sense to me (and didn’t work)
So I have renamed them
index.php -> geo.php
members-loop -> geo-members_loop.php
edit the files t be correctly reference and copied them to the root of the Buddypress template, edit the geo.php to become a page template and assigned it to a page.
That shows the list but now when I do a search the url gets altered and adds an undefined element
e.g. on submit i get
https://www.shredren.eu/geo-3/undefined/?type=near&lat=51.5001524&lon=-0.1262362&friendly=London&within=1000
but
https://www.shredren.eu/geo-3/?type=near&lat=51.5001524&lon=-0.1262362&friendly=London&within=1000
works
I really want to get this working, does anyone have any ides?
Oh and I also needed to take out the class from line 25 of geo-members-loop.php
<ul id="members-list" class="item-list geo">
became
<ul id="members-list" >
so that the drop down distance selection worked