Quote:
Originally Posted by UncoderMom
I love this hack!! but I also have my smilies moved from the side to underneath. Is there any way to display this in the QR or where it says "more"?? My users cant find them. My some of my members have been thre for 2 months and are like.."where are the smilies?" lol.
This would be the GREATest in QR or "more"!!! Any ideas? I tryed toying with it but im not a coder and it wasnt enough to just place the
$new_smilies conditional [/noob]
|
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.