Quote:
Originally posted by FireFly
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...
|
Where do I put $clickysmiles at in the template? Anywhere?