*

russia

  • **
  • 15 posts
city name
« on: September 23, 2017, 09:58:03 PM »
hi,

how to put something like that.

sub.mydomain.com/search

i want to put search in <a href="<?php echo osc_search_url(array('sCity' => osc_list_city_name()));?>"><?php echo osc_list_city_name() ; ?> </a>

sub.maindomain.com/seach

whenever a user select, sub city then, it get redirect to city.mydomain.com/search page

/search            right/locaton     city

*

MB Themes

Re: city name
« Reply #1 on: September 24, 2017, 12:01:08 AM »
You should place to url constructor city id, region id and country code to make it unique.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

russia

  • **
  • 15 posts
Re: city name
« Reply #2 on: September 25, 2017, 09:14:50 PM »
how to do that! provide me working code.

*

russia

  • **
  • 15 posts
Re: city name
« Reply #3 on: September 25, 2017, 09:15:51 PM »
city.mydomain.com/search     something like that,    /search    footer right

*

russia

  • **
  • 15 posts
Re: city name
« Reply #4 on: September 26, 2017, 09:59:31 AM »
любое решение

*

MB Themes

Re: city name
« Reply #5 on: September 26, 2017, 12:44:37 PM »
@russia
I do not have such code. First you need to create loop for cities and create link inside this loop. Using list functions does not make sense.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots