MyBB Community Forums

Full Version: Put text under a specific user
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
In this case, UID 1
I want to put administrator in red under my name. How would I do this?
UserCP -> Edit Profile -> Custom User Title

If you want to make it red in the postbit, you need to go to postbit_classic and/or postbit template and find:

{$post['usertitle']}

replace it with:

<span style="color:red">{$post['usertitle']}</span>