Quote:
Originally Posted by Darat
I just added a button to the quickreply toolbar, I don't know if I found it on here or what but this is it:
Code:
Find:
<td><div class="imagebutton" id="{$editorid}_cmd_wrap0_quote"><img src="$stylevar[imgdir_editor]/quote.gif" width="21" height="20" alt="$vbphrase[wrap_quote_tags]" /></div></td>
<td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
Add:
<if condition="$show['editor_toolbar']">
<td><a href="#" onclick="vB_Editor['$editorid'].open_smilie_window(smiliewindow_x, smiliewindow_y); return false"><img src="http://forums.randi.org/images/smilies/randi.gif" alt="Smilies" border="0" /></a></td>
</if>
Replace the "http://forums.randi.org/images/smilies/randi.gif" with the location of the button image you want to display.
|
Will this display the catagory bar for this hack...or just the default vb catagories?