Advertisement
Guest User

buddypress profile field city list

a guest
Oct 6th, 2014
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.31 KB | None | 0 0
  1. <?php
  2. function bp_add_custom_city_list() {
  3.  
  4. if ( !xprofile_get_field_id_from_name('City') && 'bp-profile-setup' == $_GET['page'] ) {
  5.  
  6. $city_list_args = array(
  7. 'field_group_id' => 1,
  8. 'name' => 'City',
  9. 'description' => 'Please select your city',
  10. 'can_delete' => true,
  11. 'field_order' => 1,
  12. 'is_required' => true,
  13. 'type' => 'selectbox',
  14. 'order_by' => 'default'
  15.  
  16. );
  17.  
  18. $city_list_id = xprofile_insert_field( $city_list_args );
  19.  
  20. if ( $city_list_id ) {
  21.  
  22. $cities = array(
  23. "Abilene",
  24. "Akron / canton",
  25. "Albany",
  26. "Albuquerque",
  27. "Altoona-johnstown",
  28. "Amarillo",
  29. "Ames",
  30. "Anchorage / mat-su",
  31. "Ann arbor",
  32. "Annapolis",
  33. "Appleton-oshkosh-FDL",
  34. "Asheville",
  35. "Ashtabula",
  36. "Athens",
  37. "Athens",
  38. "Atlanta",
  39. "Auburn",
  40. "Augusta",
  41. "Austin",
  42. "Baie-Comeau",
  43. "Bakersfield",
  44. "Baltimore",
  45. "Baton rouge",
  46. "Battle creek",
  47. "Beaumont / port arthur",
  48. "Bellingham",
  49. "Bemidji",
  50. "Bend",
  51. "Billings",
  52. "Binghamton",
  53. "Birmingham",
  54. "Bismarck",
  55. "Bloomington",
  56. "Bloomington-normal",
  57. "Boise",
  58. "Boone",
  59. "Boston",
  60. "Boulder",
  61. "Bowling Green",
  62. "Bozeman",
  63. "Brainerd",
  64. "Brownsville",
  65. "Brunswick",
  66. "Buffalo",
  67. "Butte",
  68. "Catskills",
  69. "Cedar Rapids",
  70. "Central Louisiana",
  71. "Central Michigan",
  72. "Central NJ",
  73. "Centre-du-Québec",
  74. "Champaign urbana",
  75. "Charleston",
  76. "Charleston",
  77. "Charlotte",
  78. "Charlottesville",
  79. "Charlottetown",
  80. "Chattanooga",
  81. "Chautauqua",
  82. "Chicago",
  83. "Chico",
  84. "Chillicothe",
  85. "Cincinnati",
  86. "Clarksville",
  87. "Cleveland",
  88. "Clovis / Portales",
  89. "College Station",
  90. "Colorado Springs",
  91. "Columbia",
  92. "Columbus",
  93. "Comox Valley Area",
  94. "Cookeville",
  95. "Corpus christi",
  96. "Corvallis/Albany",
  97. "Cowichan Valley / Duncan",
  98. "Cranbrook",
  99. "Cumberland Valley",
  100. "Dallas / Fort worth",
  101. "Danville",
  102. "Dayton",
  103. "Daytona Beach",
  104. "Decatur",
  105. "Deep East Texas",
  106. "Del rio / Eagle pass",
  107. "Delaware",
  108. "Denver",
  109. "Des Moines",
  110. "Detroit Metro",
  111. "Dothan",
  112. "Dubuque",
  113. "Duluth",
  114. "East Idaho",
  115. "East Oregon",
  116. "Eastern CO",
  117. "Eastern CT",
  118. "Eastern Kentucky",
  119. "Eastern Montana",
  120. "Eastern NC",
  121. "Eastern Panhandle",
  122. "Eastern Shore",
  123. "Eau Claire",
  124. "El Paso",
  125. "Elko",
  126. "Elmira-corning",
  127. "Erie",
  128. "Eugene",
  129. "Evansville",
  130. "Fairbanks",
  131. "Fargo / Moorhead",
  132. "Farmington",
  133. "Fayetteville",
  134. "Finger Lakes",
  135. "Flagstaff / Sedona",
  136. "Flint",
  137. "Florence",
  138. "Florida keys",
  139. "Fort collins / North CO",
  140. "Fort Dodge",
  141. "Fort Lauderdale",
  142. "Fort Smith",
  143. "Fort Wayne",
  144. "Frederick",
  145. "Fredericksburg",
  146. "Fresno / Madera",
  147. "Ft myers / SW florida",
  148. "Gadsden-anniston",
  149. "Gainesville",
  150. "Galveston",
  151. "Glens Falls",
  152. "Gold Country",
  153. "Grand Forks",
  154. "Grand Island",
  155. "Grand Rapids",
  156. "Great Falls",
  157. "Green Bay",
  158. "Greensboro",
  159. "Greenville / Upstate",
  160. "Gulfport / Biloxi",
  161. "Hampton Roads",
  162. "Hanford-corcoran",
  163. "Harrisburg",
  164. "Harrisonburg",
  165. "Hartford",
  166. "Hattiesburg",
  167. "Hawaii",
  168. "Heartland Florida",
  169. "Helena",
  170. "Hickory / Lenoir",
  171. "High Rockies",
  172. "Hilton Head",
  173. "Holland",
  174. "Houma",
  175. "Houston",
  176. "Hudson Valley",
  177. "Humboldt County",
  178. "Huntington-ashland",
  179. "Huntsville / Decatur",
  180. "Imperial County",
  181. "Indianapolis",
  182. "Inland Empire",
  183. "Iowa City",
  184. "Ithaca",
  185. "Jackson",
  186. "Jacksonville",
  187. "Janesville",
  188. "Jersey Shore",
  189. "Jonesboro",
  190. "Joplin",
  191. "Kalamazoo",
  192. "Kalispell",
  193. "Kansas City",
  194. "Kenai Peninsula",
  195. "Kennewick-pasco-richland",
  196. "Kenosha-racine",
  197. "Killeen / Temple / Ft hood",
  198. "Kirksville",
  199. "Klamath Falls",
  200. "Knoxville",
  201. "Kokomo",
  202. "La Crosse",
  203. "La Ronge",
  204. "La Salle Co",
  205. "Lafayette",
  206. "Lake Charles",
  207. "Lake of the Ozarks",
  208. "Lakeland",
  209. "Lancaster",
  210. "Lansing",
  211. "Laredo",
  212. "Las Cruces",
  213. "Las Vegas",
  214. "Lawrence",
  215. "Lawton",
  216. "Lehigh Valley",
  217. "Lewiston / Clarkston",
  218. "Lexington",
  219. "Lima / Findlay",
  220. "Lincoln",
  221. "Little Rock",
  222. "Logan",
  223. "Long Island",
  224. "Los Angeles",
  225. "Louisville",
  226. "Lubbock",
  227. "Lynchburg",
  228. "Macon / Warner robins",
  229. "Madison",
  230. "Maine",
  231. "Manhattan",
  232. "Mankato",
  233. "Mansfield",
  234. "Mason city",
  235. "Mattoon-charleston",
  236. "Mcallen / Edinburg",
  237. "Meadow Lake",
  238. "Meadville",
  239. "Medford-ashland",
  240. "Memphis",
  241. "Mendocino County",
  242. "Merced",
  243. "Meridian",
  244. "Milwaukee",
  245. "Minneapolis / St paul",
  246. "Missoula",
  247. "Mobile",
  248. "Modesto",
  249. "Mohave County",
  250. "Monroe",
  251. "Monterey Bay",
  252. "Montgomery",
  253. "Morgantown",
  254. "Moses lake",
  255. "Muncie / Anderson",
  256. "Muskegon",
  257. "Muscle Shoals",
  258. "Myrtle Beach",
  259. "Nashville",
  260. "New Hampshire",
  261. "New Haven",
  262. "New Orleans",
  263. "New River valley",
  264. "New York city",
  265. "Nipawin",
  266. "North Central FL",
  267. "North Dakota",
  268. "North Jersey",
  269. "North Mississippi",
  270. "North Platte",
  271. "Northeast SD",
  272. "Northern Michigan",
  273. "Northern Panhandle",
  274. "Northern WI",
  275. "Northwest CT",
  276. "Northwest GA",
  277. "Northwest KS",
  278. "Northwest OK",
  279. "Ocala",
  280. "Odessa / Midland",
  281. "Ogden-clearfield",
  282. "Okaloosa / Walton",
  283. "Oklahoma City",
  284. "Olympic Peninsula",
  285. "Omaha / Council bluffs",
  286. "Oneonta",
  287. "Orange County",
  288. "Oregon Coast",
  289. "Orlando",
  290. "Outer Banks",
  291. "Owensboro",
  292. "Palm Springs",
  293. "Panama City",
  294. "Parkersburg-marietta",
  295. "Pensacola",
  296. "Peoria",
  297. "Philadelphia",
  298. "Phoenix",
  299. "Pierre / Central SD",
  300. "Pittsburgh",
  301. "Plattsburgh-adirondacks",
  302. "Poconos",
  303. "Port Huron",
  304. "Portland",
  305. "Potsdam-canton-massena",
  306. "Prescott",
  307. "Prince Albert",
  308. "Provo / Orem",
  309. "Pueblo",
  310. "Pullman / Moscow",
  311. "Quad Cities",
  312. "Raleigh / Durham / CH",
  313. "Rapid city / West SD",
  314. "Reading",
  315. "Redding",
  316. "Regina Area",
  317. "Reno / Tahoe",
  318. "Rhode Island",
  319. "Richmond",
  320. "Roanoke",
  321. "Rochester",
  322. "Rockford",
  323. "Roseburg",
  324. "Roswell / Carlsbad",
  325. "Sacramento",
  326. "Saginaw-midland-baycity",
  327. "Salem",
  328. "Salina",
  329. "Salt Lake City",
  330. "San Angelo",
  331. "San Antonio",
  332. "San Diego",
  333. "San Francisco bay area",
  334. "San Luis obispo",
  335. "San Marcos",
  336. "Sandusky",
  337. "Santa Barbara",
  338. "Santa Fe / Taos",
  339. "Santa Maria",
  340. "Sarasota-bradenton",
  341. "Savannah / Hinesville",
  342. "Scottsbluff / Panhandle",
  343. "Scranton / Wilkes-barre",
  344. "Seattle-tacoma",
  345. "Sheboygan",
  346. "Show Low",
  347. "Shreveport",
  348. "Sierra Vista",
  349. "Sioux City",
  350. "Sioux Falls / SE SD",
  351. "Siskiyou County",
  352. "Skagit / Island / SJI",
  353. "South bend / Michiana",
  354. "South Coast",
  355. "South Dakota",
  356. "South Florida",
  357. "South Jersey",
  358. "Southeast Alaska",
  359. "Southeast IA",
  360. "Southeast KS",
  361. "Southeast Missouri",
  362. "Southern Illinois",
  363. "Southern Maryland",
  364. "Southern WV",
  365. "Southwest KS",
  366. "Southwest Michigan",
  367. "Southwest MN",
  368. "Southwest MS",
  369. "Southwest TX",
  370. "Southwest VA",
  371. "Space Coast",
  372. "Spokane / Coeur d'alene",
  373. "Springfield",
  374. "St Augustine",
  375. "St Cloud",
  376. "St George",
  377. "St Joseph",
  378. "St Louis",
  379. "State College",
  380. "Statesboro",
  381. "Stillwater",
  382. "Stockton",
  383. "Sudbury",
  384. "Summerside",
  385. "Sunshine Coast",
  386. "Susanville",
  387. "Swift Current",
  388. "Syracuse",
  389. "Tallahassee",
  390. "Tampa Bay area",
  391. "Terre Haute",
  392. "Texarkana",
  393. "Texoma",
  394. "The Thumb",
  395. "Toledo",
  396. "Topeka",
  397. "Treasure Coast",
  398. "Tri-cities",
  399. "Tucson",
  400. "Tulsa",
  401. "Tuscaloosa",
  402. "Tuscarawas co",
  403. "Twin Falls",
  404. "Twin Tiers NY/PA",
  405. "Tyler / East TX",
  406. "Upper peninsula",
  407. "Utica-rome-oneida",
  408. "Valdosta",
  409. "Ventura County",
  410. "Vermont",
  411. "Victoria",
  412. "Visalia-tulare",
  413. "Waco",
  414. "Washington",
  415. "Waterloo / Cedar falls",
  416. "Watertown",
  417. "Wausau",
  418. "Wenatchee",
  419. "West Palm beach",
  420. "West Virginia (old)",
  421. "Western IL",
  422. "Western KY",
  423. "Western Maryland",
  424. "Western Massachusetts",
  425. "Western Slope",
  426. "Wichita",
  427. "Wichita falls",
  428. "Williamsport",
  429. "Wilmington",
  430. "Winchester",
  431. "Winston-salem",
  432. "Woodstock",
  433. "Worcester / Central MA",
  434. "Wyoming",
  435. "Yakima",
  436. "York",
  437. "Youngstown",
  438. "Yuba-sutter",
  439. "Yukon",
  440. "Yuma",
  441. "Zanesville / Cambridge",
  442. "-------",
  443. "Abitibi-Témiscamingue",
  444. "Annapolis Valley",
  445. "Baie-Comeau",
  446. "Banff / Canmore",
  447. "Barrie",
  448. "Bathurst",
  449. "Belleville Area",
  450. "Brandon Area",
  451. "Brantford",
  452. "Bridgewater",
  453. "Brockville",
  454. "Calgary",
  455. "Cape Breton",
  456. "Cariboo Area",
  457. "Centre-du-Québec",
  458. "Chatham-Kent",
  459. "Chaudière-Appalaches",
  460. "Chibougamau / Northern Québec",
  461. "Charlottetown",
  462. "Comox Valley Area",
  463. "Corner Brook",
  464. "Cornwall",
  465. "Cowichan Valley / Duncan",
  466. "Cranbrook",
  467. "Edmonton Area",
  468. "Edmundston",
  469. "Flin Flon",
  470. "Fort McMurray",
  471. "Fraser Valley",
  472. "Fredericton",
  473. "Gander",
  474. "Gaspé",
  475. "Granby",
  476. "Grande Prairie",
  477. "Greater Montréal",
  478. "Greater Vancouver Area",
  479. "Guelph",
  480. "Halifax",
  481. "Hamilton",
  482. "Iqaluit",
  483. "Kamloops",
  484. "Kapuskasing",
  485. "Kelowna",
  486. "Kenora",
  487. "Kingston Area",
  488. "Kitchener Area",
  489. "Labrador",
  490. "Lanaudière",
  491. "Laurentides",
  492. "Leamington",
  493. "Lethbridge",
  494. "Lloydminster",
  495. "London",
  496. "Mauricie",
  497. "Medicine Hat",
  498. "Miramichi",
  499. "Moncton",
  500. "Montreal",
  501. "Muskoka",
  502. "Nanaimo",
  503. "Nelson",
  504. "New Glasgow",
  505. "Norfolk County",
  506. "North Bay",
  507. "Ottawa / Gatineau Area",
  508. "Owen Sound",
  509. "Peace River Area",
  510. "Peterborough Area",
  511. "Port Alberni / Oceanside",
  512. "Port Hardy / Port McNeill",
  513. "Powell River District",
  514. "Prince Edward Island",
  515. "Prince George",
  516. "Québec City",
  517. "Red Deer",
  518. "Renfrew County Area",
  519. "Regina Area",
  520. "Revelstoke",
  521. "Rimouski / Bas-St-Laurent",
  522. "Saguenay-Lac-Saint-Jean",
  523. "Saint John",
  524. "Saint-Hyacinthe",
  525. "Saint-Jean-sur-Richelieu",
  526. "Sarnia Area",
  527. "Saskatoon",
  528. "Sault Ste. Marie",
  529. "Sept-Îles",
  530. "Sherbrooke",
  531. "Skeena-Bulkley Area",
  532. "St. Catharines",
  533. "St. John's",
  534. "Sudbury",
  535. "Sunshine Coast",
  536. "Thompson",
  537. "Thunder Bay",
  538. "Timmins",
  539. "Toronto (GTA)",
  540. "Truro",
  541. "Vancouver",
  542. "Vernon",
  543. "Victoria",
  544. "Whistler",
  545. "Whitehorse",
  546. "Windsor Region",
  547. "Winnipeg",
  548. "Woodstock",
  549. "Yarmouth",
  550. "Yellowknife"
  551. );
  552.  
  553. foreach ( $cities as $i => $city ) {
  554. xprofile_insert_field( array(
  555. 'field_group_id' => 1,
  556. 'parent_id' => $city_list_id,
  557. 'type' => 'selectbox',
  558. 'name' => $city,
  559. 'option_order' => $i+1
  560. ));
  561. }
  562. }
  563. }
  564. }
  565. add_action('bp_init', 'bp_add_custom_city_list');
  566. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement