Log in

View Full Version : Removing the option for text color in posts?


eternal_
07-20-2008, 10:16 PM
How do I remove the option for text color in forum posts in the WYSIWYG editor for members?

EagleNick
07-20-2008, 10:59 PM
AdminCP -> vBulletin Options -> BB Code Settings -> Allow Color BB Code

cheat-master30
07-20-2008, 10:59 PM
I think there's a usergroup option for this, but if that fails:

Styles and Templates, Style Manager, Edit Templates, Editor Templates, remove or comment out or block this in editor toolbar on and off:

<if condition="$show['color_bbcode']">
<td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
<td><div class="imagebutton" id="{$editorid}_popup_forecolor" title="$vbphrase[colors]">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td id="{$editorid}_color_out"><img src="$stylevar[imgdir_editor]/color.gif" width="21" height="16" alt="" /><br /><img src="$vboptions[cleargifurl]" id="{$editorid}_color_bar" alt="" style="background-color:black" width="21" height="4" /></td>
<td class="alt_pickbutton"><img src="$stylevar[imgdir_editor]/menupop.gif" width="11" height="16" alt="" /></td>
</tr>
</table>
</div></td>
</if>

eternal_
07-30-2008, 11:18 PM
AdminCP -> vBulletin Options -> BB Code Settings -> Allow Color BB Code


I did this and it worked thank you. But for some reason I can't use color in Signature's anymore either. They worked for a while after I did this but now they don't. :confused: