The smilies...i don't know ! I will not work anymore at Quick reply box. I try yo add the bold, italic, underline, etc buttons. 2 hours i try...and nothing...revuze to work !
There is a hack for adding smilies to the quick reply box here on vb.org.
Quote:
Originally posted by |GMK|PlaTooN Thanks for the help. It works great. But... is there a way to add smilies?? I tried including the smilie bit that is shown when you make a new thread or post.. I think its $smilies.. Well after adding that nothing showed any ideas on how to add smilies to the quick reply box?
is there anyway to keep the background image stationary? you see... after someone types enough its just going to start over and you'll have a line in the middle of the box. I hope this is possible
Did you do the rest of the hack? You have to add the javascript lines. The following is what you need to do to get it to work.
Code:
To add smilies to the quick replay box:
Add this line:
$clickysmilies = getclickysmilies();
to showthread.php right after this:
$textareacols = gettextareawidth();
then use $clickysmilies in the showthread_quickreply template to add the box with the smilies in it, but you will also need to add these two lines:
<script language="Javascript" src="vbcode.js"></script>
<script language="Javascript" src="vbcode_language.js"></script>
to the template right after the <form> tag. That should work.
I took it out of mine because the page was loading slower and I think if users want to use smilies, they can use the regular reply box.