David Copeland |
12-06-2007 03:02 PM |
How do I ADD the Strike-Through Icon to the Quick Edit tool-bar for Ver 3.6.8?
We already have the Strike Out icon working in the Advanced Edit, but we need to also have it show up in the Quick Edit box (which is the first box when clicking on Edit).
The above link instructed me to:
Quote:
If you want to change the default smilie "button" that this uses, replace the image located at /images/editor/smilie.gif.
|
I followed the instructions given in the above link where it said to replace the default smilie with the item I want (the strike through which is /strikethrough.gif), but instead it gave me a clickable Smilie Box to open. What should I remove in the following code so as to have the strikethrough only appear and not the smilie box?
PHP Code:
<td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
<td><a href="#" onclick="vB_Editor['$editorid'].open_smilie_window(smiliewindow_x, smiliewindow_y); return false">
<img src="$stylevar[imgdir_editor]/strikethrough.gif" alt="Smilies" border="0" /></a></td>
Here is a sample of my current Quick Reply with the wrong smilie box:
http://www.ipiu.org/forums/showthread.php?t=31087
|