MyBB Community Forums

Full Version: Staff groups write with default color blue
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, how i can make the staff groups, administrators, super moderators, moderators, to write with blue as default font color?
Thanks---
Does it exists other way?
I dont manage to use this pluging, after activation, there is no link with default post color in user groups, i have searched everywhere ..
People have trouble to use this so here is how;
Go to: ACP > Templates > Your theme's Templates > User Control Panel Templates > usercp_nav_misc > and find;
</tbody>
and add the following code Replacing {$dpslink}
<tr>
<td class="trow1 smalltext">
<img src="images/dps.png">&nbsp;&nbsp;<a href="usercp.php?action=dps">Default Post Styling</a>
</td>
</tr>

Now you'll see a link in your user Control Panel. You've to use {POST_MESSAGE} to format your post font color.

Like;
[color=red]{POST_MESSAGE}[/color]
which should format like this;
Quote:{POST_MESSAGE}