The values for "Backend Template Style" and "Allow Auto Starting Tours" should be displayed as set.
Joomla 5.2.4
Additional language: German
Labels |
Added:
No Code Attached Yet
|
Labels |
Added:
bug
|
I suspect that the value displayed for dark mode is also a raw value and needs formatting as well
I'd propose to check all values in the output, whether they are raw or formatted. "Europe/Berlin" (in the screenshot above) should be "Europa/Berlin" on a German website, shouldn't it?
If I understand it correctly the data is prepared in components/com_users/src/Model/ProfileModel.php
and given to components/com_users/forms/frontend.xml
. The frontend.xml is trying to create a dropdown, but since the result is a page without submit form (unlike "Edit Your Profile", which uses the same xml), the basic values are displayed instead of the correct lang strings. Perhaps the logic needs to be pulled into ProfileModel.php?
The contents of $this->data->params come from the DB, users.params, which is a JSON containing the values as int or string. The JSON is turned into an array and directly used to display the user info in frontend.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2025-03-10 13:05:31 |
Closed_By | ⇒ | dautrich |
confirmed