MyBB Community Forums

Full Version: Changing specific users username colour
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey,

I am just wondering if it is possible to edit just a certain user's colour, Staff on my forum have the black and I have said they can have purple if the girls want it, I have had a few requests for the username colour change and i was wondering if it would be possible just to give them their username colour without me making a new group.

Regards,
I meant a specific user not a group.
is not possible, you are gonna need to create another group
You'd have to edit the usergroups table -- add a column for namestyle_male and another for namestyle_female (namestyle would befor those who have not indicated their gender, or if you want male and female names to be displayed the same).

Second, you'd have to edit some files:
admin/usergroups.php
inc/functions.php
inc/functions_post.php
calendar.php
forumdisplay.php
index.php
managegroups.php
member.php
memberlist.php
online.php
portal.php
repdetails.php
showteam.php
(any plugins which call formatname)

IOW, it's doable, but slightly involved.