Depending on where they fly, flags can represent freedom or control, danger or safety. In the context of modern times, flags are best known as national symbols — and they're used to air a country's past, present, and future vision all rolled into one.

Justoverclock nice! and it would be the first extension to extract images i think? 🤗 you're going to learn many things just like your nickname , 😹 best wishes cant wait 🤞

2 months later
22 days later

mys this should appear if you set your country into your profile settings page 🙂

  • mys replied to this.
  • mys likes this.
    2 years later

    @Justoverclock still maintaining this? There's a bug if you select a country and then select the option "Click to select your country", it thinks that option is a valid country so tries to render a flag from https://purecatamphetamine.github.io/country-flag-icons/3x2/Click%20to%20select%20your%20country.svg


    Justoverclock
    Thanks for the quick reply. Updating doesn't seem to have changed anything in my test environment unfortunately. Ran composer update which updated 0.2.1 => 1.0.0, migrate and cache:clear. Tried disabling and re-enabling the extension too.

    With United Kingdom selected:

    With Click to select your country selected:

      Justoverclock
      My Fixer:

      Search line if (countryFlag === '') return; add after if (countryFlag === undefined) return

      if (countryFlag === '') return;
      if (countryFlag === undefined) return;  //Add Line
      7 days later

      Justoverclock can you confirm "updated" version of Country Flags? Or its just a fork which do replacement of original extension (why?)? Is upgrade recommended or not (seems it will have conflict with newer version of originall Country Flags)?