MyBB Community Forums

Full Version: Span
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how can i use <span style="color:red">Name</span> tags in Post?

so it should show Name in Red color

fixed

Added this plugin http://mods.mybb.com/view/html-in-posts
Why do you need to use plugin for such a simple thing when MYBB has a setting that enables HTML in threads!!!!!!
hmm i didnt knew it ,

Can ya tell me how can i do it without using a plugin?
Go to ACP>>Forums & Posts pick a forum on the right site click on Options>>Edit Forum scroll down until you locate Miscellaneous Options and check Yes, allow HTML in posts
if you use the plugin then you can have control over who can use html. there can be security risk when we allow html posting
Agree if you allow HTML in posts it can really mess your forum

What you need is to change the username color or what?

If so just go to your ACP>>Users & Groups>>Groups click on the group then locate Username Style and add this
<span style="color:red">{username}</span>

All the members of that group will have their username color RED