Custom Smilies

1. First you have to download the plugin from here

2. Unzip the folder and upload it to your wordpress plugins folder by FTP.

3. Go to your WordPress dashboard and click on plugins on the left hand side.

4. Scroll down to the smilies plugin and click activate.

5. Find the smilies you want to use, upload them to the wordpress >> wp-includes >> images >> smilies folder by using FTP.

6. Finally go to your dashboard again, click Tools >> Smilies. Type in the words/symbols you want each smiley to have. Click update and you’re done.

7. To add them to your comment box add this code on top of where it says this on your comments.php file

<textarea name="comment"  id="comment" cols="45" rows="5" tabindex="4"></textarea>
<?php if ( function_exists(cs_print_smilies) ) {cs_print_smilies();} ?>