PDA

View Full Version : Turkey Location Database Problem



Yucel Uysal
October 30, 2015, 02:38 PM
Hello!

I want to add all Turkey locations to my system.

Turkey address locations have as below hierarchy:
Country > City > Town > District > Neighborhood > Street

For Example:

Turkey (country)
1 - Istanbul (city)
1.1 - Bakirkoy (Town)
1.1.1 - Atakoy (District)
1.1.1.1 - Cevizli Mh. (Neighboorhood)
1.1.1.2 - Sakiz Agaci Mh. (Neighboorhood)
1.1.1.x - more...
1.1.2 - Florya (District)
1.1.2.1 - Basinkoy Mh. (Neighboorhood)
1.1.2.2 - Senlikkoy Mh. (Neighboorhood)
1.1.2.x - more...
1.1.x - more...
1.2 - Kartal
1.2.1 - Esentepe
1.2.1.1 - Sevgi Mh.
1.2.1.2 - Arkadaslar Mh.
1.2.1.x - more...
1.2.2 - Orhaneli
Ornek Mh.
Diger Mh.
more...
1.2.x - more...
1.x - more...
2 - Ankara
2.1 - Cankaya
2.1.1 - xxx
2.1.1.1 - zzz
2.1.1.2 - www
2.1.1.x - more...
2.1.2 - yyy
2.1.2.1 - zzz
2.1.2.2 - www
2.1.2.x - more...
2.1.x - more...
2.2 - Kecioren
2.2.1 - xxx
2.2.1.1 - zzz
2.2.1.2 - www
2.2.1.x - more...
2.2.2 - yyy
2.2.2.1 - zzz
2.2.2.2 - www
2.2.2.x - more...
2.2.x - more...
2.x - more...

I can add these all from Data Entries, but how can I associate (conditional) they in Address selection User Registration and Listing Adding pages.

When user register, users can select first City than select City's Town, than select City> Town's Districs.

Sorry but my english not enought for explanation.

For Example States are loading if user selects country as Unidet States (in demo site).

Same method. If user select Istanbul City, than automatically loaded Town Drop Down list belong to Istanbul. After Town select, than automatically loaded District Drowp Down belond to Istanbul's Towns...

Stephane Boultgen
October 31, 2015, 06:19 AM
Hello,
If I right understand than,

install at first the : Multi-field/Geo filtering plugin.
Than ad an entry, int hat case "Turkey" after that you ad "Atakoy" and there you can install all Neighboorhood.

Than next :-)

And in the listings field you just need to place the created "country"

Regards

Yucel Uysal
October 31, 2015, 10:43 AM
Hello,
If I right understand than,

install at first the : Multi-field/Geo filtering plugin.
Than ad an entry, int hat case "Turkey" after that you ad "Atakoy" and there you can install all Neighboorhood.

Than next :-)

And in the listings field you just need to place the created "country"

Regards


Hello,
If I right understand than,

install at first the : Multi-field/Geo filtering plugin.
Than ad an entry, int hat case "Turkey" after that you ad "Atakoy" and there you can install all Neighboorhood.

Than next :-)

And in the listings field you just need to place the created "country"

Regards

Thanks, you are right!

But Multi-Field/Geo Filtering plugin is not used in the AutoClassified Demo site...
However, when I select United States as Country, all States belong this country are automatically loaded? ( In Demo site)

Regards..