My first addon, targeted at my own annoyance for being dependent on the Language options for date and time formats.
Allows users to override the language-level date and time format settings.
Adds two new User Custom Fields :
If you do not wish to allow selection of both options then the relevant custom field can be disabled or removed. In addition, specific options can be removed from the user fields as well without causing problems.
To add new options, the code of the extension will need to be edited as the list of potential format strings is hardcoded. This is due to how multiselect options function, the format string can't be the option value directly and thus needs an option to format string mapping.
Both fields default to on for user registration, as Date/Time formats can be very important to users. This can be safely toggled off in the custom user field settings if that isn't desired.
Edit: Screenshots of the only user-facing UI, the two added custom fields :
Télécharger V1.0.0 :
Version 1.0.1 Bugfix : Ensure Profile is valid
Fixes errors when installed with Custom Fields Permissions.
Télécharger V1.0.1 :
Version 1.0.2 Maintenance update :
Add support url for add-on
On install, initialize display order to reliably be added to the end of the user custom fields
Télécharger V1.0.2 :
Version 1.0.3 - Bugfix update : Compatibility fix when Custom Field Permissions add-on is installed and XenForo master data is rebuilt.
Télécharger V1.0.3 :
Version 1.1.0 Maintaince update :
- Require php 7.2+
- Require Xenforo 2.2+
- Streamline code to use php 7.2+ features, and rework installer
Télécharger V1.1.0 :
Version 1.1.1 php compatibility : php 8.4+ compatibility fixes.
Télécharger V1.1.1 :
Allows users to override the language-level date and time format settings.
Adds two new User Custom Fields :
- Preferred Date Format
- All (non-custom) formats from the admin panel
- Full-year m/d/y and d/m/y formats
- ISO 8601 YYYY-MM-DD format
- Preferred Time Format
- 12 and 24 hour formats
If you do not wish to allow selection of both options then the relevant custom field can be disabled or removed. In addition, specific options can be removed from the user fields as well without causing problems.
To add new options, the code of the extension will need to be edited as the list of potential format strings is hardcoded. This is due to how multiselect options function, the format string can't be the option value directly and thus needs an option to format string mapping.
Both fields default to on for user registration, as Date/Time formats can be very important to users. This can be safely toggled off in the custom user field settings if that isn't desired.
Edit: Screenshots of the only user-facing UI, the two added custom fields :
Télécharger V1.0.0 :
Pour consulter le contenu, vous devez : Se connecter ou S'inscrire.
Version 1.0.1 Bugfix : Ensure Profile is valid
Fixes errors when installed with Custom Fields Permissions.
Télécharger V1.0.1 :
Pour consulter le contenu, vous devez : Se connecter ou S'inscrire.
Version 1.0.2 Maintenance update :
Add support url for add-on
On install, initialize display order to reliably be added to the end of the user custom fields
Télécharger V1.0.2 :
Pour consulter le contenu, vous devez : Se connecter ou S'inscrire.
Version 1.0.3 - Bugfix update : Compatibility fix when Custom Field Permissions add-on is installed and XenForo master data is rebuilt.
Télécharger V1.0.3 :
Pour consulter le contenu, vous devez : Se connecter ou S'inscrire.
Version 1.1.0 Maintaince update :
- Require php 7.2+
- Require Xenforo 2.2+
- Streamline code to use php 7.2+ features, and rework installer
Télécharger V1.1.0 :
Pour consulter le contenu, vous devez : Se connecter ou S'inscrire.
Version 1.1.1 php compatibility : php 8.4+ compatibility fixes.
Télécharger V1.1.1 :
Pour consulter le contenu, vous devez : Se connecter ou S'inscrire.

