Resource icon

Display Style Choice 1.0.0

No permission to download
Compatible XF 2.x versions
  1. 2.3
License
Free / Open Source
Visible branding
No

Display Style Choice​

Let your users choose which user group's username color they display. Members with multiple user groups can pick their preferred display style from Account > Preferences, no admin intervention needed.

How It Works​

When a user belongs to multiple user groups, XenForo normally picks the display group based on group priority. This addon gives users control over that choice. A dropdown on the Preferences page lists all their eligible groups with a live color preview, so they can see exactly how their name will appear before saving.

Admins can lock specific groups (e.g., staff groups) to prevent users from selecting them, ensuring visual distinction for moderators and administrators is maintained.

Features​

  • User-facing dropdown - users pick their preferred display group from Account > Preferences
  • Live color preview - username color updates in real time as users browse options
  • Admin lockable groups - prevent users from selecting staff or other protected groups via a simple admin option
  • Zero-query performance - overrides XenForo's display group calculation at the repository level with no additional database queries
  • Lightweight footprint - single column added to the xf_user table; 3 clean class extensions
  • Clean uninstall - all data and schema changes are fully removed on uninstall
  • Respects XF patterns - uses standard XenForo class extensions (XFCP), phrases, and options

Requirements​

  • XenForo 2.3.0 or later

Installation​

  1. Download and extract the release ZIP
  2. Upload the
    Code:
    Qubn/DisplayStyleChoice
    directory to
    Code:
    src/addons/
    on your server
  3. Go to Admin CP > Add-ons and click Install/upgrade from archive, or install via CLI:
    Code:
    php cmd.php xf-addon:install Qubn/DisplayStyleChoice
  4. (Optional) Navigate to Admin CP > Options > Display Style Choice to configure locked groups

Configuration​

After installation, visit Admin CP > Options > Display Style Choice:

  • Locked staff groups - select which user groups should be unavailable for user selection. Users belonging to locked groups will still see them listed but cannot choose them as their display style.

Support​

If you encounter any issues or have feature requests, please use the discussion tab on this resource page. Include your XenForo version and any relevant error log entries when reporting problems.
  • 01-admin-options.webp
    01-admin-options.webp
    33.6 KB · Views: 16
  • 02-preferences-dropdown.webp
    02-preferences-dropdown.webp
    37.1 KB · Views: 16
Author
qubn
Downloads
1
Views
24
First release
Last update

Ratings

0.00 star(s) 0 ratings

More resources from qubn

Back
Top Bottom