+ Reply to Thread
Results 1 to 4 of 4

Thread: Country Selection. Place "Mexico" before Afghanistan etc...

  1. #1
    Member
    Join Date
    Sep 2012
    Location
    Playa del Carmen, Mexico
    Posts
    36

    Country Selection. Place "Mexico" before Afghanistan etc...

    Good Evening.

    I need some help with a modification on the MySQL Database.

    In the Country Field, when someone add a new listing its necessary to select the country.

    I want to place Mexico before the countries beginning with A ( Es. Mexico->Afghanistan->Andorra->Algeria->.....)


    So it should be the first one to be selected.

    How can i make this modification on the database?

    Thanks

  2. #2
    Another way you could always go in your admin panel and go to data entries and choose to edit the mexico country and set this to default so it auto fills the field in with mexico when someone creates a new listing

  3. #3
    Flynax developer
    Join Date
    Jun 2010
    Posts
    239
    You can also try to solve this problem the following way:

    1. You need to change the type of sorting for list countries in Admin panel -> Data Entries -> Countries -> Edit.
    2. Then you set up a position for each country in the database manually (table data_formats).

  4. #4
    Senior Member
    Join Date
    Jun 2013
    Location
    Vietnam
    Posts
    157
    Thanks very much!

    Quote Originally Posted by Vladimir View Post
    You can also try to solve this problem the following way:

    1. You need to change the type of sorting for list countries in Admin panel -> Data Entries -> Countries -> Edit.
    2. Then you set up a position for each country in the database manually (table data_formats).

+ Reply to Thread