Quote:
Originally Posted by tiga2
I was trying to remove the Icons : Underline, Bold, Italic and remove text formatting.
I cant find which template to remove it from. Anyone has a solution?
|
hi...go
vsa_chatbox_input template and find this code...delete or just add the red one
Code:
<!---
<input id="vsacb_m_bold" type="button" class="button" style="width:30px;font-weight:bold;" value="B" onclick='VSacb_updateSButton(this, "fontWeight")' <vb:if condition="$vsacb_cantpost">disabled="disabled"</vb:if> />
<input id="vsacb_m_italic" type="button" class="button" style="width:30px;font-style:italic;" value="I" onclick='VSacb_updateSButton(this, "fontStyle")' <vb:if condition="$vsacb_cantpost">disabled="disabled"</vb:if> />
<input id="vsacb_m_underline" type="button" class="button" style="width:30px;text-decoration:underline;" value="U" onclick='VSacb_updateSButton(this, "textDecoration")' <vb:if condition="$vsacb_cantpost">disabled="disabled"</vb:if> />
<img src="{vb:stylevar imgdir_editor}/separator.gif" border="0" alt="" /><img class="inlineimg" style="cursor:pointer" src="{vb:stylevar imgdir_editor}/removeformat.png" border="0" alt="{vb:rawphrase vsacb_remove_formatting}" onclick="VSacb_delCookies();" />
--->
hope it help you and goodluck
best regards