MyBB Community Forums

Full Version: Changing admin colour with themes?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I've had a good look around here but can't see it Sad

I have installed a few themes as I know members have their own tastes in colours etc, but sometimes the colour for the administrator username doesn't change with the theme. Is there somewhere I can change that on a theme to theme basis?
Maybe it's not useful but i find this colors in table 'usergroups' -> field 'namestyle'.
so there you can change values in database
You can add your own css class e.g.:
for admin: <span class="adminName"...>{username}</span>

Next in your templates you can add (in additional css) this class with color, which you want Smile

Second way:
In file: .../inc/functions.php i find function: 'format_name'. So we can change or disable formating...