Quote:
01-29-02 at 07:59 PM FireFly said this in Post #21
JTMON - Add this line:
Code:
$clickysmilies = getclickysmilies();
to showthread.php right after this:
Code:
$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:
Code:
<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. 
Wow this is even handier than I thought...
|
I've done that. When i click on a smile it sends me back to the top of the page and it does not insert it into the box?