I would like to get the most important country names in the country selector field on top.

i try to show in the pictures.
step one I changed the weight of the predefined country names png country Names 1

step two in country name select the country names are not displayed the same way as in picture one

but as in Contry Names display in select.png

how can I change that

you told me once that i can change it in contry names default value, but then he only jumps to Switzerland. I would like to have the 7 most used countries on top

Thanks for help Lothar

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

lomale@bluewin.ch created an issue. See original summary.

jrockowitz’s picture

Status: Active » Needs review
FileSize
3.67 KB

Yep, that is a bug.

  • jrockowitz committed 1a6e910 on 8.x-5.x
    Issue #2877418 by jrockowitz, lomale@bluewin.ch: Why are the Country...
jrockowitz’s picture

Status: Needs review » Fixed

I committed the patch. Please download the latest dev release to review.

lomale@bluewin.ch’s picture

FileSize
72.17 KB

Great job. I installed and here is the result. solved
Thanks

lomale@bluewin.ch’s picture

Can I now use the the latest dev release on a production site with basic needs. don't i have to much trouble to go back to beta12
thanks

jrockowitz’s picture

@lomale You should just apply the patch to beta12.

lomale@bluewin.ch’s picture

Uuuh, sorry, and how do I do that.
Or where can I read about that more

Sorry
Patching
cd to your current Drupal installation directory
Test drive the patch by running the shell command patch -p1 --dry-run < drupal-current-to-drupal-latest.patch. You will see a lot of lines like patching file includes/bootstrap.inc telling you which files will be patched.
WARNING: Don't proceed if you see error messages like Reversed (or previously applied) patch detected or 1 out of 2 hunks FAILED. Your Drupal installation probably is modified somehow and the patch file will not apply completely. You now better switch to the standard upgrade procedure described in UPGRADE.txt.

Finally apply the patch file by running patch -p1 < drupal-current-to-drupal-latest.patch
Proceed with UPGRADING.txt from "8. Verify the new configuration file to make sure it has the latest and correct information" (sites/default/settings.php) and run update.php.

this is chinese to me
don't now which patch i should use.
Thanks

jrockowitz’s picture

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.