Forums

[Plugin: Custom Smilies] Need to know how I can enable smiley box for comments (5 posts)

  1. Infinityvers
    Member
    Posted 1 year ago #

    I have tried to edit the comment file but gets parsing error.

    This is the code I'm using and found on the plugins homepage:

    <?phpif ( function_exists(cs_print_smilies) ) {cs_print_smilies();}?>

    Where exactly do I put it?

    http://wordpress.org/extend/plugins/custom-smilies/

  2. ails
    Member
    Posted 1 year ago #

    I have the same problem, plus i have tried to look for other smilies for my comments and none of them same to work.

  3. maidanet
    Member
    Posted 1 year ago #

    Have you seen this post? I think it answers the questions. http://wordpress.org/support/topic/169623

    ceecee16 wrote:
    Hey there this is a problem I had as well and was able to fix it easily. If you copied and paste the code for your comments.php page from the custom_smilies istallation page the code:

    <?phpif ( function_exists(cs_print_smilies) ) {cs_print_smilies();}?>

    is wrong there should be a space between php and if like this:

    <?php if ( function_exists(cs_print_smilies) ) {cs_print_smilies();}?>

    That seemed to clear up this issue for me! Hope it helps!

  4. Infinityvers
    Member
    Posted 1 year ago #

    Thank you so much maidanet, this helped.

  5. Infinityvers
    Member
    Posted 1 year ago #

    Wait, they do show up but nothing happens when I click them.

Topic Closed

This topic has been closed to new replies.

About this Topic