Quote:
Originally Posted by EcoCav
ANyone know how to change the color of the text input area? Its white, and the font I use its white... not working out se well lol.
Also, any way to remove the search and font size options?
Much thanks
|
Hi There....
HOW TO CHANGE TEXT INPUT AREA :
ACP > STYLES & TEMPLATES > SEARCH IN TEMPLATES > SEARCH IN STYLE: YOUR DEFAULT SKIN > SEARCH FOR TEXT: color:{vb:raw vsacb_colorfirst}" > FIND
CLICK THE RED ONE TO OPEN
AT THE BOTTOM OF TEMPLATE YOU CAN CLICK AGAIN THE FIND BUTTON IF THE SEARCH CODE IS IN THE BOX (NORMALLY YES!)
NOW YOU CAN FIND THE SEARCH CODE IN BLUE CHANGE IT WITH THE CODE BELOW AND ADJUST THE COLOR CODE (RED) YOU LIKE....
Code:
color:{vb:raw vsacb_colorfirst};background-color:#000000"
===========================================
===========================================
TO REMOVE THE FONT SIZE AND SEARCH OPTIONS YOU HAVE TO GO
vsa_chatbox_status
FIND THIS CODE ABOVE
Code:
<select id="vsacb_m_size" name="vsacb_m_size" onchange="return VSacb_saveCookie('vsachatbox_txtsize', this.value);">
{vb:raw vsacb_sizes}
</select>
AND JUST ADD THIS
<!---- (AT THE BEGINNING)
----> (AT THE END)
ALSO FIND THIS TO DELETE OR JUST COMMENT(add same as above):
Code:
<img src="{vb:stylevar imgdir_editor}/separator.gif" border="0" alt="" />
============================
============================
FIND THIS CODE BELOW
Code:
<input type="text" class="primary textbox" name="cbt" size="20" onfocus="if(!this._haschanged){this.value=''};this._haschanged=true;" value="{vb:rawphrase vsacb_search_chatbox}" /> <input type="submit" class="button" value="{vb:rawphrase go}" />
AND JUST ADD THIS
<!---- (AT THE BEGINNING)
----> (AT THE END)
AND THAT'S IT...
hope this help to solve your problem....you can click may donation button if you feel and like it.....LOL (its a joke)
best regards