MyBB Community Forums

Full Version: Member changing font colour
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there a way a member of a mybb forum can edit their font colour permanently instead of keep having to use the codes for it?
Thanks Yaldaram.
I just installed it, where do members go to edit there font styles/colours?
(2011-05-04, 04:37 PM)Grime Wrote: [ -> ]I just installed it, where do members go to edit there font styles/colours?

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}