Quote:
Originally Posted by Alien
Valter: Any word on the option of removing the ability for people to choose colors in the shoutbox *completely*? I've added color to the "ban list", but I was still getting the dropdown menu (which I want to go away)?
Thanks!
|
you can remove it permanently by via template
go and find the code below to vsa_chatbox_input and delete it...
Code:
<select id="vsacb_m_color" name="vsacb_m_color" style="width:50px;background-color:black;" onchange='VSacb_updateColor(this, "color");VSacb_Init();' <vb:if condition="$vsacb_cantpost">disabled="disabled"</vb:if>>
{vb:raw vsacb_colors}
</select>
hope it work for you....
goodluck and best regards

:up: