Resource icon

xF2 Add-on User Date/Time Format Settings 1.1.1

No permission to download
Compatible XF Versions
2.2
Visible Branding
No
Additional Requirements
PHP 7.2+
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:
  1. 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
  2. Preferred Time Format
    • 12 and 24 hour formats
They are both optional and apply individually. A user who does not select an option will get the setting defined in their selected language for that field.

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:
UserDateTime_Dropdowns.png
UserDateTime_DropdownOpen.PNG
Author
ENXF NET
Downloads
46
Views
709
Last update
Rating
0.00 star(s) 0 ratings

More resources from ENXF NET

Latest updates

  1. 1.1.1 - php compatibility update

    php 8.4+ compatibility fixes
  2. 1.1.0 - Maintaince update

    Require php 7.2+ Require Xenforo 2.2+ Streamline code to use php 7.2+ features, and rework installer
  3. 1.0.3 - Bugfix update

    Compatibility fix when Custom Field Permissions add-on is installed and XenForo master data is...
Top