Needs review
Project:
Addresses
Version:
6.x-1.10
Component:
Code
Priority:
Major
Category:
Feature request
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
21 Oct 2010 at 11:47 UTC
Updated:
2 May 2017 at 07:15 UTC
Jump to comment: Most recent
Comments
Comment #1
jlballes commentedGreat work!! Thank you!!
Work for me.
But, how can i add exposed filters by country, city, state... ??
Comment #2
jlballes commentedFilter by city is easy:
'filter' => array(
'handler' => 'views_handler_filter_string',
),
but country and state i need help...
Comment #3
Anonymous (not verified) commentedCountry and state are wrapped through helper functions by the addresses module. Maybe that is why it doesn't work right out of the box. If I've got time (surely not till the end of the year) then I'm gonna take a look at it.
Comment #4
AlexisWilke commentedjan0sch,
What's the difference between your implementation and the addresses_user_views implementation? Wasn't that other one functional already?! It seems to me that it offers all the fields already.
Thank you.
Alexis
Comment #5
Anonymous (not verified) commentedHi Alexis,
I didn't find the addresses_user_views implementation until you mentioned it. Therefore I did my own stuff. ;-)
Right now I don't have time to dig into it and compare it to my stuff. If it works fine and offers a better solution than my patch you should stick with it or maybe merge both. :)
Regards,
Jens
Comment #6
AlexisWilke commentedJens,
Okay! 8-) Maybe it's not in the official version yet.
I certainly should merge the work on having a view of type addresses which I guess can be useful. With the relationship, it works great with nodes already though.
Thank you.
Alexis