• In comments people can use smilies but the smilies don’t show up in my recent comments. I am using wp 1.5.1 and my template is Neptune. Does anyone know what i can do to get the smilies in my recent comments?

Viewing 2 replies - 1 through 2 (of 2 total)
  • I’m assuming you’re using this plugin, as it’s recommended in the theme’s readme:

    http://blog.jodies.de/archiv/2004/11/13/recent-comments/

    (In future, please note what plugin or hack is in use when asking for this sort of help.)

    Try this: edit the plugin’s script (get-recent-comments.php). Near the very end of it, in the kjgrc_excerpt funtion, you’ll see this line:

    return "$text";

    add a line for converting the smilies just above it, like so:

    $text = convert_smilies($text);
    return "$text";

    Thread Starter angelfire

    (@angelfire)

    Perfect! Thanks a lot for your help, it is working fine now.
    Sorry that i forgot to tell what plugin we are using, it is indeed the one you said.

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

The topic ‘Smilies in recent comments’ is closed to new replies.