sHORTYWZ,
In the template chatbox_saisie this is the line where the vB codes are alled:
<a href="java script: ouvrevb() ;"><img src="https://vborg.vbsupport.ru/images/vbcodes.gif" border="0" alt="vBcodes" align="absmiddle"></a>
(there are some extra spaces in this line that should be ignored)
You can either remove (or comment it out) completely, but you'll lose the icon in the box as well, or you can remove or substitute these
<a href="java script: ouvrevb() ;"> ... </a>
with something else to keep the icon.
|