PDA

View Full Version : Smilies in Quickreply



utw-Mephisto
10-11-2006, 05:21 PM
Open the showthread_quickreply template.

Find (without the ==)



<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>


add below



<td><div class="imagebutton">
<a href="#" onclick="vB_Editor['$editorid'].open_smilie_window(smiliewindow_x, smiliewindow_y); return false"><img src="images/smilies/sm4.gif" alt="Smilies" border="0" target="_blank" ></a></div>
</td>


Of course, you can change the src= part with a smiley of your choice ...

To add a seperator, add before or / and after



<td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" />
</td>

b2w
10-11-2006, 06:28 PM
Another thank you! :)

meehan32
02-20-2008, 04:32 PM
where do i get this?
i want smilies in my quick reply bt i dont no how to do it
ACP > then ?

Mike54
02-20-2008, 07:16 PM
where do i get this?
i want smilies in my quick reply bt i dont no how to do it
ACP > then ?
Styles & Templates > Style Manager > Expand the templates with the <<>> button > Expand the Show Thread Templates > Expand the showthread_quickreply template

Edit the template as shown in the original post and remember to save your work.

If I were you, I would be very, very certain I had a copy of the original template stored somewhere, before you start editing the template.