CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Developer Discussion (Moderator: Donald Lobo) »
  • change default sorting of countries?
Pages: [1]

Author Topic: change default sorting of countries?  (Read 968 times)

gzumaglini

  • Guest
change default sorting of countries?
April 21, 2009, 01:37:19 pm
hello,

is there a way to change the default sorting of the countries?

my customer needs multiple countries listed at the top of the country drop-down-box.

example:

germany
austria
afghanistan
...
z ...

my plan is to extend the civicrm_country table with a additional column named 'ordering' and change the order by of the query statement.
but i cant find where the select-drop-down for the country gets created or where the countries get selected from the database.

anyone can help me where to find it?

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: change default sorting of countries?
April 21, 2009, 02:00:58 pm

CRM/Core/PseudoConstant.php, static function country

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

gzumaglini

  • Guest
Re: change default sorting of countries?
April 21, 2009, 02:16:58 pm
Quote from: Donald Lobo on April 21, 2009, 02:00:58 pm

CRM/Core/PseudoConstant.php, static function country

lobo


exactly what i was looking for!

thanks again donald!

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Developer Discussion (Moderator: Donald Lobo) »
  • change default sorting of countries?

This forum was archived on 2017-11-26.