We've had a lot of fun with the smilies on my comment section, and it's definitely brought the comments alive. I've been asked for the code, so I decided to make it available for anyone who wants it. 
Yes, it's hard to fid a smilie plug-in with an extensive smilie collection, compatible with the newer versions of wordpress, and displayed in a nice, clean manner that allows your readers to view the entire selection, yet not dominate the entire page.

This code is:
- * Compatible with newer versions of WordPress,
- including WordPress 2.5
- * Has 250 fun smilies (on my comment section below you can see 155 of them)
- * They are displayed in a neat, clean, scrollable box.
Credits
Box of Smilies is an upgraded version of Custom Smilies written by QAD, and revised by Crazy Loong who made it compatible with Wordpress 2.5. The plugin is all theirs! 
What I did is add 250 smilies, code 155 of them on the "init" file, and "contain them" in a scrollable box so that your comment section looks nice and clean.
Example:
- Download the Zip file here => box-of-smilies-1.zip
- You will see 3 different folders. (The actual plug-in with my extra "ini" code, 250 smilies, and the style code)

- Open the "Images" folder.
- Upload the "smilies" folder to: public html > wp includes > images > smilies
- Upload the "Custom Smilies" folder to your plug-in folder.
- Activate the plug-in.
You're set!!! Well, almost. You now have a working plugin, with an extensive smilie collection, but readers need to know what to input on the comment form, which is where the scroll box comes in.

- Open the "Box of Smilies" folder
- Copy the code to your "comments" php file.
- Paste between: comment _ author and comment_date (after the < / div > ) and the php for "comment" text area section.
- Save and you're done!!!!



