thanks for nice hack
taras
in editor_toolbar_standard template
find
########
<if condition="$show['code_bbcode']">
<td><div class="imagebutton"><a href="#" onclick="return vbcode('CODE', '')"><img src="$stylevar[imgdir_editor]/code.gif" alt="$vbphrase[wrap_code_tags]" width="21" height="20" border="0" /></a></div></td>
</if>
########
below add
########
<td><div class="imagebutton"><a href="#" onclick="return vbcode('as', '')"><img src="$stylevar[imgdir_editor]/code.gif" alt="Action Script" width="21" height="20" border="0" /></a></div></td>
########
that's all
|