Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted January 29, 20223 yr Hello. I have a question about changing the date format on the profile on my birthday. Currently, only there is a date format: YYYY-MM-DD and I would like it to look the other way around: DD-MM-YYYY. How can this be done, gentlemen and ladies?
January 29, 20223 yr Community Expert Is this a custom profile field which you added or are you referring to the default birthday field in our software? If the latter, this should conform to your locale which is being used in your language pack. For instance, I am using English USA so my date form is MM DD, YYYY.
January 29, 20223 yr Author I refer to the default profile field but I noticed that if I create a custom profile field, the date is also in this format: YYYY-MM-DD
January 29, 20223 yr Community Expert 2 hours ago, Leogui2k3 said: I refer to the default profile field but I noticed that if I create a custom profile field, the date is also in this format: YYYY-MM-DD The default formatting of the output of the field will be in that of your locale. However, if you are using custom formatting, this will not be and you will need to look at template syntax to change the formatting then. I'm afraid, customizations such as custom formatting of a field is outside our scope of support. If you're using default formatting, you will want to check the locale of the language you're using.
January 29, 20223 yr Author I understand. I am currently using this translation: click! Edited January 29, 20223 yr by Leogui2k3
January 29, 20223 yr Community Expert 2 minutes ago, Leogui2k3 said: I understand. I am currently using this translation: click! This is not the language pack in our software but rather the locale which is a language file on your server which controls date, number, etc... formats. The locale is a setting in ACP -> Customization -> Languages -> edit language -> Locale.
January 29, 20223 yr Author Copy setting value - what is that? I just see that in my language, after changing the location from Poland to England, the date changes from YYYY-MM-DD to DD/MM/YYYY Will the above-mentioned Copy setting value change solve this problem and not change my language to English? Edited January 29, 20223 yr by Leogui2k3
January 29, 20223 yr Community Expert 7 minutes ago, Leogui2k3 said: Copy setting value - what is that? I just see that in my language, after changing the location from Poland to England, the date changes from YYYY-MM-DD to DD/MM/YYYY Will the above-mentioned Copy setting value change solve this problem and not change my language to English? I am not quite sure what you mean by "Copy setting value" but the locale does not control what language various elements are in our software, it only controls dates, numbers, etc... formatting.
January 29, 20223 yr Author @@Edit unfortunately, changing the region also changes the names of the icons in the editor Edited January 30, 20223 yr by Leogui2k3
January 31, 20223 yr Community Expert On 1/29/2022 at 10:05 PM, Leogui2k3 said: @@Edit unfortunately, changing the region also changes the names of the icons in the editor I would need a specific example of what you are seeing. As mentioned by my colleague, if you are referring to locale, that does not change icons or languages other than formats
January 31, 20223 yr Author 7 hours ago, Marc Stridgen said: I would need a specific example of what you are seeing. As mentioned by my colleague, if you are referring to locale, that does not change icons or languages other than formats Just: - When the language is set to Polish and the location is Polish, only the day format is not what I want. - When I change the location, for example, German, then the date is in the format I want, but the names of the buttons in the editor change, i.e. instead of Polish, I have them in German
January 31, 20223 yr Community Expert 4 minutes ago, Leogui2k3 said: Just: - When the language is set to Polish and the location is Polish, only the day format is not what I want. - When I change the location, for example, German, then the date is in the format I want, but the names of the buttons in the editor change, i.e. instead of Polish, I have them in German Please make sure you're editing the locale in the ACP -> Customization -> Languages -> edit your language -> Locale: From what you described, it sounds like you have multiple language packs installed and are simply changing the language pack. I'm sorry but that is not what we're instructing you to do here.
February 1, 20223 yr Community Expert Yes, indeed some of the editor items may change. If they are changing to a different language to the locale that is set, that would likely be an issue with the locale on the server. Could I please confirm you are referring to locale, when you say location?
February 2, 20223 yr Author with a request for help, I contacted the hosting on which my forum stands. I got this message from them: Quote Good evening, we are using FreeBSD and this is the order taken from FreeBSD. In our case, the result on FreeBSD is returned in the genitive, on Linux it is not. You can ask for the patch from IPS (if I remember correctly they offered it) or you can edit files to change display order and variant (change to% OB from% B). Files (assuming they have not changed in 3 years): applications / calendar / sources / Date / Date.php applications / core / data / theme.xml system / Lang / Lang.php Could FreeBSD have any influence on this? My locale is set to Polish
February 2, 20223 yr Community Expert On 2/1/2022 at 3:08 AM, Marc Stridgen said: Yes, indeed some of the editor items may change. If they are changing to a different language to the locale that is set, that would likely be an issue with the locale on the server. Could I please confirm you are referring to locale, when you say location? Before moving forward here, could I please confirm what my colleague and I ask that you are indeed changing "Locale" when you stated "Location"?
February 2, 20223 yr Author Yes, I confirm. The attached screen confirms that I have the pl_PL locale
February 2, 20223 yr Community Expert Thank you for confirming. I have marked this to developer to see what is happening here and what your host mentioned about your server. Someone will reply when they are able to.
February 5, 20223 yr Author Gentlemen developer forgot about me? Edited February 5, 20223 yr by Leogui2k3
February 7, 20223 yr Community Expert On 2/5/2022 at 11:25 PM, Leogui2k3 said: Gentlemen developer forgot about me? This is certainly not the case. Developer queries can take a little longer. Someone will indeed get to you as soon as possible
February 14, 20223 yr Community Expert I can confirm on my own site, that if I set my locale to match yours, then the date is formatted correctly: The formatting of the date will always be controlled by the locales installed on the server, and not by the software itself. If you upload this test script and run it in your browser, does it show correctly, or the same as the community does? If it is incorrect, then that means the pl-PL locale on the server is configured incorrectly. datetime.php If it does show correctly, however, let us know and we can look on your community specifically. The format of the date in this script does not take any community settings into account.