Title: Custom Smilies plugin
Last modified: August 19, 2016

---

# Custom Smilies plugin

 *  [divamaggie](https://wordpress.org/support/users/divamaggie/)
 * (@divamaggie)
 * [18 years, 1 month ago](https://wordpress.org/support/topic/custom-smilies-plugin/)
 * Does anyone know how to delete a smilie from this plugin [http://wordpress.org/extend/plugins/custom-smilies/](http://wordpress.org/extend/plugins/custom-smilies/)?
   I have removed it from the smilies folder, but it still shows up without the 
   gif. You can see what I mean by clicking comments at [http://rowanista.com](http://rowanista.com).

Viewing 9 replies - 1 through 9 (of 9 total)

 *  [haochi](https://wordpress.org/support/users/haochi/)
 * (@haochi)
 * [18 years, 1 month ago](https://wordpress.org/support/topic/custom-smilies-plugin/#post-738454)
 * You have to edit the init.php file.
 *  Thread Starter [divamaggie](https://wordpress.org/support/users/divamaggie/)
 * (@divamaggie)
 * [18 years, 1 month ago](https://wordpress.org/support/topic/custom-smilies-plugin/#post-738467)
 * I deleted it from init.php, but it is still showing up on my comments and in 
   my write page.
 *  Thread Starter [divamaggie](https://wordpress.org/support/users/divamaggie/)
 * (@divamaggie)
 * [18 years, 1 month ago](https://wordpress.org/support/topic/custom-smilies-plugin/#post-738470)
 * Its gone 🙂
 *  [atdblog](https://wordpress.org/support/users/atdblog/)
 * (@atdblog)
 * [18 years ago](https://wordpress.org/support/topic/custom-smilies-plugin/#post-738712)
 * I have a question for DivaMaggie, since it sounds like you’re having no problems
   with custom-smilies in 2.5…
 * I followed the plugin homepage instructions and completed all of the text entries
   for the smilies (from [WP’s Using Smilies listing](http://codex.wordpress.org/Using_Smilies)).
   So the smilies show correctly at the bottom of the Write panel.
 * Then I copied this code from the plugin home page and pasted where it said in
   the comments.php before the form:
    `<?phpif ( function_exists(cs_print_smilies)){
   cs_print_smilies();}?>`
 * But when I opened the post there was a parsing error saying the ‘{‘ was unexpected.
   Tried changing the brackets to parenthesis, but no luck. Tried moving it within
   the form, but no luck.
 * After all of that, I tried uncommenting the default WordPress smiley code in 
   the comments.php and that worked. I actually tried to just uncomment and use 
   the default smiley code which displayed the images for the buttonbar but did 
   not in the saved comment (displayed the text). But after completing the plugin
   form with all the smiley text, it now displays the correct smiley in the saved
   comment.
 * So, this strange workaround combo works for now but I’m guessing you got it to
   work with the line of code pasted into comments.php as recommended by custom-
   smilies, right? Can you tell me how you did that?
 * Thanks!
 *  Thread Starter [divamaggie](https://wordpress.org/support/users/divamaggie/)
 * (@divamaggie)
 * [18 years ago](https://wordpress.org/support/topic/custom-smilies-plugin/#post-738716)
 * atdblog, are you using this [http://wordpress.org/extend/plugins/custom-smilies/](http://wordpress.org/extend/plugins/custom-smilies/)
   smilie plugin?
 * I put this code
 * <!– Clickable smileys start here –>
    <?php if ( function_exists(cs_print_smilies)){
   cs_print_smilies(); } ?> <!– Clickable smileys end here –>
 * right above
 * <p><textarea name=”comment” id=”comment” cols=”100%” rows=”10″ tabindex=”4″></
   textarea></p>
 * in my comments.php file. I’m asking because the url you have in your question
   is for the WP smilies. Maybe if I could have a url to view your page. Are you
   using popup comments?
 *  [atdblog](https://wordpress.org/support/users/atdblog/)
 * (@atdblog)
 * [18 years ago](https://wordpress.org/support/topic/custom-smilies-plugin/#post-738719)
 * HA! Thanks for your reply. You accidentally led me to the problem.
 * If you look in my previous post to you, I copied and pasted the code from the
   [custom smilies plugin homepage](http://onetruebrace.com/custom-smilies/) (see
   How to Install, step 5), which I had also pasted into my php editor. The problem
   with their code example is **there’s no space between “php” and “if”!!!** Both
   the “view plain” and “copy to clipboard” are wrong. The error message on the 
   unexpected { drew my focus away from the problem. Oh well, it works correctly
   now.
 * I don’t see anything on the custom smilies plugin homepage where I can contact
   the person to tell them their code example needs correcting. It may be in that
   other language that I don’t recognize.
 * Thanks again for the reply.
 *  Thread Starter [divamaggie](https://wordpress.org/support/users/divamaggie/)
 * (@divamaggie)
 * [18 years ago](https://wordpress.org/support/topic/custom-smilies-plugin/#post-738721)
 * I’m so happy I accidentally led you to the problem 😉
 * I love it when that happens 🙂
 *  [quanganhdo](https://wordpress.org/support/users/quanganhdo/)
 * (@quanganhdo)
 * [18 years ago](https://wordpress.org/support/topic/custom-smilies-plugin/#post-738741)
 * I corrected it in the example now. Thanks for letting me know about that 😉
 *  [atdblog](https://wordpress.org/support/users/atdblog/)
 * (@atdblog)
 * [17 years, 10 months ago](https://wordpress.org/support/topic/custom-smilies-plugin/#post-738770)
 * How do I mark this thread as resolved?

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Custom Smilies plugin’ is closed to new replies.

 * 9 replies
 * 4 participants
 * Last reply from: [atdblog](https://wordpress.org/support/users/atdblog/)
 * Last activity: [17 years, 10 months ago](https://wordpress.org/support/topic/custom-smilies-plugin/#post-738770)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
