MyBB Community Forums

Full Version: Prefixes Display Style
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
1-Prefix:Plain text version of the prefix to be displayed in selection menus.
[Image: avatar10.jpg]
2-Display Style:This is how the prefix will appear next to thread subjects. You may enter HTML markup here or simply use text .
Some examples
[Image: avatar11.jpg]

Tutorial
<span class="anonprefix" style="color:white;background-color: #00FF00;border-radius: 30px;border: 2px solid #00FF00;">Tutorial</span>
Translations
<span class="anonprefix" style="color:white;background-color: #E6E6FA;border-radius: 30px;border: 2px solid #E6E6FA;">Translations</span>

Theme
<span class="anonprefix" style="color:white;background-color: #7B68EE;border-radius: 30px;border: 2px solid #7B68EE;">Theme</span>

Information
<span class="anonprefix" style="color:white;background-color: #0000CD;border-radius: 30px;border: 2px solid #0000CD;">Information</span>

Important
<span class="anonprefix" style="color:white;background-color: red;border-radius: 30px;border: 2px solid red;">Important</span>

Plugin
<span class="anonprefix" style="color:white;background-color: #BA55D3;border-radius: 30px;border: 2px solid #BA55D3;">Plugin</span>
if you like those examples just change the color to whatever you want and the border radius

YouTube video
You should work with multiple CSS classes instead of inline styles.
Its more easy for me like this and when i add a css in the global.css it dont show me anything
I add a YouTube video too
Thank you for your contribution.

I would add just what SvePu suggested. If not at first do it eventually.