MyBB Community Forums

Full Version: [Tip&Trick]Spice up your Admin on postbits and the online list
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
This is a small edit which will make your Admin account stand out more on topic view and at the online list.

Go to Users & Groups-Groups-Administrators. Then at Username Style replace all the contents in there with the following:

<span style="border: 1px dotted #FFFFFF; background-color:#C50000; color: #FFFFFF; text-decoration: none; padding: 1px;"><strong><em>{username}</em></strong></span>

Note that the above example will display the admin in red, cos that is how i have it at a forum that I admin. You can change the color to match your own admin colors. Alternatively you can do this for other usergroups as well.

The result can be seen at the attached screenshot below.
Cool. Thanks for sharing.
You are most welcome, glad you liked it.
i like it.
very nice.
thanks..
That's good looking idea,
I also suggest to make this spice on the admin link in welcome block (panel)
Woooow I really Like this thanks babjusi
Jeje, good trick Smile
It's a decent trick. You can even do this, but instead of doing the style="code here", you can do class="admin_group", and then in your CSS add what's in between style=".
Whats the difference Tom?
Well there isn't really, but it will be more organized - plus, instead of having to go to that page numerous times - you can just go to the CSS editing page to edit it. It's not a major difference, and the original tutorial will work fine - I just like to have my code neat and not use the style="X" tags in my templates/code.
Pages: 1 2