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...
|
i am having a problem with the above stuff
adding smiley box
i got the first part
but i can't find where to put the second set of code
help please
this part
<script language="Javascript" src="vbcode.js"></script>
<script language="Javascript" src="vbcode_language.js"></script>