Quote:
Originally Posted by steve1966
since update to vb 4.02 the colour bar is showing too big anyone else have same problem?
|
Quote:
Originally Posted by ShawnV
Yeah, noticed that also.
|
Quote:
Originally Posted by Charlie98902
Same here I am sure we'll see a quick update soon.
|
Quote:
Originally Posted by balkanboy
Same here
|
why dont you guys try a temporary edit to vsa_chatbox_input it might work
FIND:
PHP Code:
<vb:if condition="$vboptions[vsachatbox_colors_enabled]">
<select id="vsacb_m_color" name="vsacb_m_color" style="width:50px;background-color:{vb:raw vsacb_colorfirst};" onchange='VSacb_updateColor(this, "color");VSacb_Init();' <vb:if condition="$vsacb_cantpost">disabled="disabled"</vb:if>>
CHANGE WITH THIS (or add the red one and adjust to your desired height):
Code:
<vb:if condition="$vboptions[vsachatbox_colors_enabled]">
<select id="vsacb_m_color" name="vsacb_m_color" style="height:22px; width:50px;background-color:{vb:raw vsacb_colorfirst};" onchange='VSacb_updateColor(this, "color");VSacb_Init();' <vb:if condition="$vsacb_cantpost">disabled="disabled"</vb:if>>
Hope it work...did it to my 4.01 board not to the latest version....coz i'm not going to upgrade and have another headache for the new bugs....
best regards to all

:up: