- Compatible XF 2.x versions
- 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
- Download and extract the release ZIP
- Upload the
directory toCode:
Qubn/DisplayStyleChoiceon your serverCode:src/addons/ - 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 - (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.