Hi Robert,
Any plans on this feature? Thanks
What I did was go into the database and delete all the other countries except US. Then I went into the user table and set default for country as US. Seems to work fine now :)
Hi JohnJr,
Thanks for the info but I cannot find the user table. Is there any link?
Sorry I guess I forgot about the other child table they call it.
I also went into phpfox_country_child and only kept the 50 states and deleted the others. That way the dropdown box only included the 50 states I wanted to show. If you only need one state then delete all but one. Remember to always to an export either in csv or sql so you have a back up of the table in case you mess it up you can always delete all the records in the table and then import your back up table. If you do a sql export then you will have to open it up in a text editor and remove all the create table stuff in the beginning of the file and only keep the records. For beginners the .csv is probably easier.